Releases: UMDBPP/PacketRaven
Releases · UMDBPP/PacketRaven
3.0.1
What's Changed
- added documentation for configuration file
- fixed release asset filename on Windows (added
.exe)
Full Changelog: 3.0.0...3.0.1
3.0.0
packetraven is now written in Rust as a TUI-only program; binaries for Linux, MacOS, and Windows are available on the Releases page
What's Changed
-
the format of the YAML configuration has been rewritten; please refer to the documentation for the new format
-
refactor CI by @zacharyburnett in #88
-
rewrite entire program in Rust by @zacharyburnett in #89
Full Changelog: v2.1.0...3.0.0
v2.1.0
What's Changed
- move configuration into
pyproject.tomlby @zacharyburnett in #85, #87 - use exponential backoff for APRS.fi API calls by @zacharyburnett in #86
Full Changelog: v2.0.5...v2.0.6
v2.0.5
- hotfix for datetime format options (which are specific per-platform)
- forced
TkAggbackend formatplotlibto maybe make better compatibility with plotting on Mac OSX
Full Changelog: v2.0.4...v2.0.5
v2.0.4
- give the plot renderer enough time to render multiple packet tracks and / or predictions (scaling with the number of lines to draw)
https://github.com/UMDBPP/PacketRaven/blob/48f18d10eff3f53d2a1ca736bfee17e0aeed9c93/packetraven/gui/plotting.py#L106-L108
Full Changelog: v2.0.3...v2.0.4
v2.0.3
- fix for datetime conversion bug introduced in the previous fix to
typepigeon
Full Changelog: v2.0.2...v2.0.3
v2.0.2
- hotfix release for
dateanddatetimeobject handling
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- CLI update by @zacharyburnett in #83
- build executable with
pyinstallerby @zacharyburnett in #84
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- use YAML configuration instead of command line options by @zacharyburnett in #81
- added ability to plot directly from the command line by specifying
plotsoptions in the YAML file by @zacharyburnett in #82
NOTE: this is a major change to the user interface (hence the new major version number). The old .sh and .bat files will not work starting with version 2.0.0 onwards. You will need to convert these files into the new YAML format (see the examples/ folder for examples).
Full Changelog: v1.7.20...v2.0.0