From 4db5613da0570e8e3e93ae3bedee6ad73d417158 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 21 Mar 2025 14:24:55 -0400 Subject: Released v1.0.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ VERSION | 2 +- VERSION.yaml | 8 ++++---- 3 files changed, 34 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f0fdc2..a65f8de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # lingo-ap-tracker Releases +## v1.0.0 - 2025-03-21 + +After almost two years of development, we have finally hit version 1! + +- The subway map now uses Kinrah's updated map image, including fully separated + paintings for places like The Wondrous and Orange Tower Sixth Floor, as well + as indicators for the color items. +- Paintings have friendly names now instead of the internal game IDs. They are + also distinguished from regular checks by using an owl icon instead of an eye. +- The tracker is now able to read your solved panel state from the multiworld + (requires v5.3.0 of the client). This obsoletes save file parsing and + receiving panel solves by connecting to the game. +- Numerous optimizations to reachability detection and rendering. +- Added a pane that shows all items received, similar to the web tracker. +- Added a pane that shows your currently revealed painting mapping, as well as a + button that reveals it all immediately. +- Added a pane that shows your slot options. +- Postgame shuffle being disabled is handled properly now, and removed locations + are no longer shown. +- Improved support for high-DPI screens. The tracker should no longer appear + "blurry" on a high-DPI screen, and should also be able to react properly to + being moved between screens with different DPIs. +- The update checker is now able to download and install tracker updates in + place. + +Download: +[lingo-ap-tracker-v1.0.0-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v1.0.0-win64.zip)
+Source: [v1.0.0](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v1.0.0) + ## v0.12.3 - 2025-03-03 - Fixed issue with non-ASCII connection details. diff --git a/VERSION b/VERSION index 1af39b3..60453e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.12.3 \ No newline at end of file +v1.0.0 \ No newline at end of file diff --git a/VERSION.yaml b/VERSION.yaml index c4ad3ec..1ebac23 100644 --- a/VERSION.yaml +++ b/VERSION.yaml @@ -1,8 +1,8 @@ -version: v0.12.3 +version: v1.0.0 packages: win64: - url: "https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.12.3-win64.zip" - checksum: "0c0d8310d1ecae4f1b8de933661ba14f63aac011cd2b22947aff7085d997f0db" + url: "https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v1.0.0-win64.zip" + checksum: "7364eac07dd446cb5bf2f0fe91f051d8b5f6c7bcdfd0b6b3ce869bbd27e5f510" files: - fmt.dll - jpeg62.dll @@ -20,7 +20,7 @@ packages: - zlib1.dll - assets/areas.yaml - assets/checked.png - # TODO: next release will contain the checked owl + - assets/checked_owl.png - assets/ids.yaml - assets/lingo_map.png - assets/LL1.yaml -- cgit 1.4.1