• 5.0 0b7f4bc9de

    v5.0 Stable

    ian released this 2026-05-23 15:38:26 +00:00 | 9 commits to master since this release

    This release rewrites the back-end of the project to Python. This is a major change which should bring better commonality with my other projects, and reduce the struggles various users have reported to me with compiling and running the software in its previous incarnation.

    This is a breaking change of course; you will need to change how you configure and run the software. Instructions are in the README as usual.

    There have been no new features added in this version.

    Note that as of this release, there is no longer a need for separate "compiled" vs "source code" downloads. Since Python is an interpreted language, the source code is used to run the software directly, and there is no longer a compile stage or a separate download for the result of the compilation.

    Downloads
  • 4.0 70df002bd8

    v4.0 Stable

    ianrenton released this 2025-04-04 16:15:58 +00:00 | 33 commits to master since this release

    Version 4.0 of Plane/Sailing is a major refactor to merge server and client code (#7). The separate server repository has now been deprecated, and everything you need to run Plane/Sailing now lives here. So with a single install from here, you now get a single server that also provides the front-end as well as the back-end.

    Notes:

    • This is a breaking change. Config items in application.conf have been adjusted; if migrating from Plane/Sailing v3 you will need to merge your config changes into the latest version of this file.
    • You will probably want to adjust the URLs you use for hosting the software, as there is no longer a "server" that you must provision a URL for separately to the client.
    • The business about "LAN mode", two separate server URLs, DNS pinning etc. has been removed as these are no longer required.
    • Java version dependency has been increased to 21. If running on Debian Stable you may wish to add the Temurin JDK 21 to your system, see the README.

    If you run into trouble, let me know - I am happy to help you upgrade or get set up with the new version.

    Downloads
  • 3.1 522e1f8305

    v3.1 Stable

    ianrenton released this 2024-05-17 18:39:05 +00:00 | 41 commits to master since this release

    Add support for Radiosondes and Meshtastic nodes

    Downloads
  • 3.0.2 783e445b0c

    v3.0.2 Stable

    ianrenton released this 2024-01-27 09:43:55 +00:00 | 44 commits to master since this release

    Minor feature:

    • Add option to only show live tracks

    Bug fixes:

    • Improve consistency of using the "anticipated" dotted icon border compared to the use of "live" or "not live" in the track table
    • Hopefully now fixed the service worker so that PWA installs will stop loading old code when newer content exists on the network
    Downloads
  • 3.0.1 5e608510af

    v3.0.1 Stable

  • 3.0 cf6bd7cc0e

    v3.0 Stable

    ianrenton released this 2023-12-01 18:14:11 +00:00 | 52 commits to master since this release

    1. Added support for Plane/Sailing 3.0's API changes, which add the ability to set up multiple "feeders" with any combination of ADS-B, AIS & APRS receivers
    2. Updated versions of all dependent libraries
    3. Provide proper DOCTYPE header to avoid rendering in quirks mode.

    This is a breaking change due to a change in the API. It only provides full compatibility with Plane/Sailing Server v3.0 and above.

    Downloads
  • 2.3.7 fdd4e4508f

    v2.3.7 Stable

    ianrenton released this 2023-09-09 08:29:20 +00:00 | 57 commits to master since this release

    Allow smoother zoom and configure visibility of track names

    Downloads
  • 2.3.6 f5efcada80

    v2.3.6 Stable

    ianrenton released this 2023-07-31 20:24:56 +00:00 | 60 commits to master since this release

    Downloads
  • 2.3.5 49697e4eca

    v2.3.5 Stable

    ianrenton released this 2023-06-04 08:06:00 +00:00 | 61 commits to master since this release

    Downloads
  • 2.3.4 8df7bd5a75

    v2.3.4 Stable

    ianrenton released this 2023-06-03 14:22:31 +00:00 | 62 commits to master since this release

    Downloads