• 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