Skip to content

Releases: bousqi/osm-ad

v1.0.6

11 Aug 19:08
Compare
Choose a tag to compare

Binaries are made of self contained packages using pyInstaller.

Contents

  • Command Line Interface binary : osmad_cli
  • Graphical User Interface binary : osmad_gui

NOTES & WARNING
PyInstaller built binaries still generates false positives against VirusTotal 😥.
Refer to this page : Wiki - VirusTotal

Fixes

  • API : Supporting geotiff assets
  • CLI : get command updated to process archive (unzip)
  • CLI : Typo fix for python 3.11 support

Full Changelog

v1.0.5...v1.0.6

v1.0.5

20 Aug 21:27
Compare
Choose a tag to compare

Binaries are made of self contained packages using pyInstaller.

Contents

  • Command Line Interface binary : osmad_cli
  • Graphical User Interface binary : osmad_gui

NOTES & WARNING
PyInstaller built binaries still generates false positives against VirusTotal 😥.
Refer to this page : Wiki - VirusTotal

Fixes

  • CLI : update crash on empty watch list
  • API : Supporting unknown assets and new heightmap

Full Changelog

v1.0.4...v1.0.5

v1.0.4

10 Aug 08:49
Compare
Choose a tag to compare

Binaries are made of self contained packages using pyInstaller.

Contents

  • Command Line Interface binary : osmad_cli
  • Graphical User Interface binary : osmad_gui

NOTES & WARNING
PyInstaller built binaries still generates false positives against VirusTotal 😥.
Refer to this page : Python seen as malwre

Improvements

Added direct download to CLI
Minor bug fix for a very specific GUI crash

Full Changelog

v1.0.3...v1.0.4

v1.0.3

07 Aug 13:19
Compare
Choose a tag to compare

Binaries are made of self contained packages using pyInstaller.

Contents

  • Command Line Interface binary : osmad_cli
  • Graphical User Interface binary : osmad_gui

NOTES & WARNING
PyInstaller built binaries still generates false positives against VirusTotal 😥.
Refer to this page : Python seen as malwre

Improvements

Updated silent mode for CLI
Minor bug fix

Full Changelog

v1.0.2...v1.0.3

First official release

31 Jul 10:38
Compare
Choose a tag to compare

Binaries are made of self contained packages using pyInstaller.
Those pre-built package are only for those that are not able to generate them or execute with python sources.

Contents

  • Command Line Interface binary : osmad_cli
  • Graphical User Interface binary : osmad_gui

NOTES & WARNING
PyInstaller built binaries generates false positives against VirusTotal. Seems to be a known issue where a solution is to rebuild PyInstaller bootloader (will be done in a next release).
If you are not confident (as I am :)), just use Makefile to build your own packages.
I did tried using Nuitka instead of PyInstaller, but UI as some freezing issue

Improvements

Added right click menu for more actions on assets

Full Changelog

v1.0.0...v1.0.2