Skip to content
Tags give the ability to mark specific points in history as being important
  • v2.2.3
    Python 3.9 Support
    
  • v2.2.1 Release: v2.2.1
    Rewrote to use exifreader for all images
    
  • v2.2.post1
    Fixed deployment issue
    
  • v2.2.0 Release: v2.2.0
    ## [v2.2.0](https://gitlab.com/Cyb3r-Jak3/metastalk/-/releases/v2.2.0) - 2020-05-08
    
    ## Added
    
    - Sub-directory support.
    - HEIC and HEIF file support.
    - Added WebP, JPEG image export options.
    
    ### Changed
    
    - Moved all requirements files to a [requirements directory](./requirements/).
    - Moved to exifread from hachoir to enable more options and heic support.
    - HTML exports uses cdn for scripts.
    - Removed some lines from coverage checks as they can no be processed.
  • v2.1.0 Release: v2.1.0
    v2.1.0
    
    **Added**
    
    - Ability to pass both directories and individual files.
    - Unittests for testing.
    - Footer for run time.
    - Export feature.
    - Added metastalk dev and image install.
    - [Codacy](https://www.codacy.com/)
    - Two new arguments `--no-open` and `--alphabetic`.
      - `--no-open` will make it so a new browser tab is not opened.
      - `--alphabetic` will sort all the charts alphabetically.
    
    **Changed**
    
    - Created MetaStalk Class.
    - All titles for charts are centered.
    
  • v2.0.0 Release: v2.0.0
    First Version with package
    **[v2.0.0] - 2020-05-03**
    
    **Rename to MetaStalk**
    
    Rename to MetaStalk to create PyPi package and a lot backend development changes.
    
    **Added**
    
    - License scanning
    - [Codecov](https://codecov.io/gl/Cyb3r-Jak3/pystalk)
    - Pipfile and Pipfile.lock for pipenv.
    - Added .gitlab folder for service desk.
    - setup.py for pypi.
    
    **Changed**
    
    - Reverted dependency scanner to default template.
    - Name from PyStalk to MetaStalk as PyStalk is taken.
    - Moved all files to MetaStalk directory.
    - Moved ExamplePhotos to own directory.
    - License scanning now only on master branch and tags.
    - Can only run on from package.
    
    **Removed**
    
    - Dropped support for Python 3.5 as hachoir does not support it.
    - Dropped using pipenv for pipeline.
    - Markdownlint check in codeclimate.
    
  • v1.4 Release: v1.4
     [v1.4] - 2020-02-02
    
    Changed
    
    - Rewrote to use hachoir
    
    Removed
    
    - Removed Flash Chart (library does not support it.)
  • v1.3.3 Release: v1.3.3
    Version 1.3.3
  • v1.3.2 Release: v1.3.2
  • v1.3.1
    31a86706 · Update .gitlab-ci.yml ·
    Release: v1.3.1
    Version 1.3.1
  • v1.2 Release: v1.2
    Added:
    
      - Added 5 more example photos.
      - Artifact in build stage to view logs, bandit and coverage reports.
      - Added flash analyzer to show levels of flash.
      - Added Software and Focal charts.
      - Deepsource tracking.
    
    Changed:
    
      - Made the logger wipe old log file.
      - Better try/expect for GPSCheck and DateTime.
      - Fixed Text Align.
      - Renamed Pylint rc file to correct name for building.
      - Title location for Model chart.
      - Fixed module descriptions.
      - Updated app title.
      - Updated app header.
    
    Removed:
    
      - Removed Static Testing.
  • v1.1
    Added
    
    - Try/except in app.py for dash for clean exit
    - Logging feature which gets created with logger in utils
    - Custom log levels arguments
    - Favicon in assets folder
    - Modules folders contains all graphing features.
      - Easier for future development
    - Table that reports the gps timestamp
    
    Changed
    
    - Made plots a dictionary to improve graph name
    - Moved Geo title to initial figure
    - Changed web browser open to localhost to deal with HTTP Everywhere.
    - Added all extra python code to utils directory
    - Added option to disable invalid name in pylint rcfile
    - Moved, GPS_Chart, Model_Chart and Stats to modules
    - Added development branch coverage
    - Moved Photo stats to the top
    - Renamed app.py to web.py
    - Changed GPS check to seeing if there is latitude
  • v1.0
    First Release
     - Has the ability to plot gps location and model metadata.