From 47807812f1ea59afc802b695d2986c7a525282a3 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 2 May 2024 00:19:26 +0200 Subject: changelog for 0.0.2 this is the initial version used during 2024's Ilztalbahn season. --- CHANGELOG.md | 5 +++++ tracktrain.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad039c..85a3dcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ## 0.0.2.0 -- 2024-05-?? * Hopefully first version usable in production? +* Restructure: database contents no longer depend on GTFS, so the GTFS can + be safely swapped out during operation +* Restructure: the backend server is no responsible for keeping track of which + trip on OBU is on, further minimising the required onboard-side logic +* Logs can now be sent as push notifications via ntfy-sh ## 0.0.1.0 -- ~ 2022-11-01 diff --git a/tracktrain.cabal b/tracktrain.cabal index a8e42a4..5bf213f 100644 --- a/tracktrain.cabal +++ b/tracktrain.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: tracktrain -version: 0.1.0.0 +version: 0.0.2.0 synopsis: tracktrain tracks trains on their traintracks description: A passenger information system backend for the Ilztalbahn license: EUPL-1.2 -- cgit v1.2.3