Skip to content

Releases: martinber/noaa-apt

v1.4.1

30 Nov 02:29
Compare
Choose a tag to compare
  • Add a more descriptive error message when loading files with incorrect lengths in the header.
  • Added the run-noaa-apt.sh script to all builds for launching the program using double-click.
  • Added a simple manpage for the Debian package version.
  • Updated dependencies.

1 year passed since last release! noaa-apt is now more than 5 years old!

v1.4.0

17 Nov 22:41
Compare
Choose a tag to compare
  • New false color method based on palettes.
  • Added support to obtain timestamps from SDR++ filenames.
  • Added "Auto update" functionality in processing tab.
  • Sadly, minimum glibc version is now 2.28. Therefore, a newer Linux distro is needed: Debian Buster or Ubuntu 20.04 or equivalent.
  • Updated dependencies and more small fixes.

v1.3.1

12 Sep 20:06
Compare
Choose a tag to compare
  • Added run-noaa-apt.sh script for standalone GNU/Linux users, can be double clicked to launch the program.
  • Fixed that TLE file is downloaded even if it is not needed (thanks Arcadie Z.).
  • Improved version checks (thanks Arcadie Z.).
  • Updated dependencies and small fixes.

v1.3.0

14 Oct 09:48
Compare
Choose a tag to compare
  • False color.
  • Histogram equalization.
  • Image now is rotated in-place leaving calibration frames untouched.
  • Filename guessing of date and time for WXtoIMG files.
  • Various fixes.
  • Most of the work done by Arcadie Z. Thanks a lot!

v1.2.0

14 May 01:59
Compare
Choose a tag to compare
  • Redesigned GUI.
  • Satellite prediction and map overlay (but has offsets I can't fix yet).
  • Automatic image rotation from satellite orbit.
  • GUI tips when selecting output file (thanks Nodraak).
  • Changed syncing algorithm slightly.
  • A few fixes.

v1.1.2

06 Feb 14:34
Compare
Choose a tag to compare
  • Added option to rotate images, useful for South -> North passes.
  • Pressing the Enter key on the GUI starts decoding/resampling.
  • Show GUI messages when decode/resample/timestamp finishes.
  • Updated dependencies.
  • Misc fixes.
  • Added contributors to credits.

v1.1.1

14 Jul 22:36
Compare
Choose a tag to compare
  • Bigger default work_rate to fix banding on some images
  • Fixed missing configuration file on Windows
  • Added people to credits

v1.1.0

19 May 19:47
Compare
Choose a tag to compare
  • GUI tool for editing file modification timestamps.
  • Preserve file modification timestamps when resampling.
  • Fixed Usage and Guide GUI buttons on Windows.
  • Fixed progress bar on resample mode.

v1.0.0

08 Apr 02:38
Compare
Choose a tag to compare
  • Fixed truncation issues on Raspberry Pi and 32 bit systems.
  • GUI redesign, including a progress bar.
  • Improved performance.
  • Added settings.toml and different profiles, so now most constants can be edited.
  • Hide terminal window on Windows.
  • Export WAV as 16 bit integer when resampling so it can be used on WXtoIMG.
  • Added checks against overflows when using strange sample rates.
  • Added static OpenSSL as a Cargo feature.

v0.9.8

25 Feb 23:30
Compare
Choose a tag to compare
  • Automatic contrast adjustment.
  • Now can read telemetry frames.
  • Application icons for GNU/Linux and Windows.
  • .deb packages for Debian-based distros.
  • Better font for GUI on Windows.
  • Small fixes and improvements.
  • First Raspberry Pi release

Bugs

  • Output is truncated on Raspberry Pi depending on the input sample rate. Resample your WAV first to 48000Hz or 20800Hz, don't use 11025Hz as input sample rate. Other rates may work or not.