• 4.0 70df002bd8

    v4.0 Stable

    ianrenton released this 2025-04-04 16:15:58 +00:00 | 7 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 | 15 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 | 18 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
  • 3.0 cf6bd7cc0e

    v3.0 Stable

    ianrenton released this 2023-12-01 18:14:11 +00:00 | 26 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 | 31 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 | 34 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 | 35 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 | 36 commits to master since this release

    Downloads
  • 2.3.3 e3bebc49fd

    v2.3.3 Stable

    ianrenton released this 2022-07-16 07:11:12 +00:00 | 37 commits to master since this release

    Features

    • Allow the user to set how often the server is queried for data
    • Add a "Clear Snail Trails" button

    Bug Fixes

    • Fix a bug where the OpenAIP overlay did not work
    • Fix a bug where changing the basemap would hide the overlays until they are toggled off/on or the page reloaded
    Downloads