Skip to content

Releases: sdr-enthusiasts/docker-acarshub

v3.0.7 Build 818

04 Mar 01:59
Compare
Choose a tag to compare

See Commits

v2.3.3

24 Jul 02:02
55d9f42
Compare
Choose a tag to compare

Bug Fixes

  • htmlistener should not die any more and show log entries or front end weirdness

Features

  • Web interface will now indicate if you are running an outdated version of ACARS Hub
  • Side bar messages tweak

v2.3.2

23 Jul 12:43
a58f5db
Compare
Choose a tag to compare

Bug Fixes

  • Dark green color on live map is now darker green
  • Live map sidebar should display and not get tucked down below the live map
  • Legend should not disappear

v2.3.0

19 Jul 19:50
5878cfd
Compare
Choose a tag to compare

Bug Fixes

  • msgno search failed; removed the option to search for it
  • Graphs on stats page are correctly handled if you were using just VDLM or just ACARS.
  • Links on stats page now the correct color on hover
  • db upgrade now correctly ensures all parts of the search tables in the database are populated
  • Safari now correctly shows the plane's color correctly if you mouse over the target

New Features

  • Planes with alerts are now shown in red, along with the count of messages that matched your alert terms for that plane shown in the side bar

v2.2.2

17 Jul 21:16
abc6e97
Compare
Choose a tag to compare

Features

  • ACARS typescript decoder is now properly cached
  • Local build updated in a lot of ways, some of which was to accommodate the first point, and also general improvements

Bug Fixes

  • Database correctly creates a backup if upgrading from versions prior to 2.2.x

v2.2.1

17 Jul 01:03
Compare
Choose a tag to compare

Startup speed improvements.

  • Stat images are no longer generated in the python server but instead are done via a shell script that runs every minute.
  • 1 month, 6 month and 1 year stat images are no longer generated every minute, but instead at container start and then on the top of the hour after that.
  • Previously all CSS/JS assets were renamed during container startup using the container's startup time as the UID. This renaming was used to enable the browser to cache assets, but not get in a situation where it would have old assets if the container was updated. Obviously, this was inefficient. All CSS/JS assets are now re-named during container build and are no longer using the time-stamp of container startup as the UID for the asset but instead are using the MD5 sum of the file. This enables caching of the files by the browser, but also if the asset doesn't change during container upgrade/restart then the browser won't re-download the same file again
  • nginx is now serving all static assets making response times significantly faster