From aadd0c6c74dc6f5abe6f109550e17043b7917091 Mon Sep 17 00:00:00 2001 From: costantino2000 <86307814+costantino2000@users.noreply.github.com> Date: Sat, 16 Nov 2024 12:12:01 +0100 Subject: [PATCH] updated version and changelog --- changelog.md | 19 +++++++++++++------ data/app_version | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/changelog.md b/changelog.md index 7131f46..e828ba8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,13 +1,20 @@ # Changelog -## 1.3 -Added update notification to main page. - ## 1.2 -Added Websocket section. + +Added +- Websocket support (to use with the Live Update service from the mod) +- Update notification for when a new release is available + +Fixed +- Bug introduced in 1.1 that prevented the last_id.txt file from being loaded correctly + ## 1.1 -Added dark theme. + +Added dark theme (was bundled with the 0.11.1 version of the mod). + ## 1.0 -Initial release. + +Initial release (was bundled with the 0.9.0 version of the mod). diff --git a/data/app_version b/data/app_version index a58941b..ea710ab 100644 --- a/data/app_version +++ b/data/app_version @@ -1 +1 @@ -1.3 \ No newline at end of file +1.2 \ No newline at end of file