diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-21 14:24:55 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-21 14:24:55 -0400 |
| commit | 4db5613da0570e8e3e93ae3bedee6ad73d417158 (patch) | |
| tree | 4db8942669bf442e362c577b49c256580e11dcea | |
| parent | dd3683b181949f255e755edb4f49de932f723c4d (diff) | |
| download | lingo-ap-tracker-4db5613da0570e8e3e93ae3bedee6ad73d417158.tar.gz lingo-ap-tracker-4db5613da0570e8e3e93ae3bedee6ad73d417158.tar.bz2 lingo-ap-tracker-4db5613da0570e8e3e93ae3bedee6ad73d417158.zip | |
Released v1.0.0
| -rw-r--r-- | CHANGELOG.md | 29 | ||||
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | # lingo-ap-tracker Releases | 1 | # lingo-ap-tracker Releases |
| 2 | 2 | ||
| 3 | ## v1.0.0 - 2025-03-21 | ||
| 4 | |||
| 5 | After almost two years of development, we have finally hit version 1! | ||
| 6 | |||
| 7 | - The subway map now uses Kinrah's updated map image, including fully separated | ||
| 8 | paintings for places like The Wondrous and Orange Tower Sixth Floor, as well | ||
| 9 | as indicators for the color items. | ||
| 10 | - Paintings have friendly names now instead of the internal game IDs. They are | ||
| 11 | also distinguished from regular checks by using an owl icon instead of an eye. | ||
| 12 | - The tracker is now able to read your solved panel state from the multiworld | ||
| 13 | (requires v5.3.0 of the client). This obsoletes save file parsing and | ||
| 14 | receiving panel solves by connecting to the game. | ||
| 15 | - Numerous optimizations to reachability detection and rendering. | ||
| 16 | - Added a pane that shows all items received, similar to the web tracker. | ||
| 17 | - Added a pane that shows your currently revealed painting mapping, as well as a | ||
| 18 | button that reveals it all immediately. | ||
| 19 | - Added a pane that shows your slot options. | ||
| 20 | - Postgame shuffle being disabled is handled properly now, and removed locations | ||
| 21 | are no longer shown. | ||
| 22 | - Improved support for high-DPI screens. The tracker should no longer appear | ||
| 23 | "blurry" on a high-DPI screen, and should also be able to react properly to | ||
| 24 | being moved between screens with different DPIs. | ||
| 25 | - The update checker is now able to download and install tracker updates in | ||
| 26 | place. | ||
| 27 | |||
| 28 | Download: | ||
| 29 | [lingo-ap-tracker-v1.0.0-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v1.0.0-win64.zip)<br/> | ||
| 30 | Source: [v1.0.0](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v1.0.0) | ||
| 31 | |||
| 3 | ## v0.12.3 - 2025-03-03 | 32 | ## v0.12.3 - 2025-03-03 |
| 4 | 33 | ||
| 5 | - Fixed issue with non-ASCII connection details. | 34 | - 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 @@ | |||
| 1 | version: v0.12.3 | 1 | version: v1.0.0 |
| 2 | packages: | 2 | packages: |
| 3 | win64: | 3 | win64: |
| 4 | url: "https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.12.3-win64.zip" | 4 | url: "https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v1.0.0-win64.zip" |
| 5 | checksum: "0c0d8310d1ecae4f1b8de933661ba14f63aac011cd2b22947aff7085d997f0db" | 5 | checksum: "7364eac07dd446cb5bf2f0fe91f051d8b5f6c7bcdfd0b6b3ce869bbd27e5f510" |
| 6 | files: | 6 | files: |
| 7 | - fmt.dll | 7 | - fmt.dll |
| 8 | - jpeg62.dll | 8 | - jpeg62.dll |
| @@ -20,7 +20,7 @@ packages: | |||
| 20 | - zlib1.dll | 20 | - zlib1.dll |
| 21 | - assets/areas.yaml | 21 | - assets/areas.yaml |
| 22 | - assets/checked.png | 22 | - assets/checked.png |
| 23 | # TODO: next release will contain the checked owl | 23 | - assets/checked_owl.png |
| 24 | - assets/ids.yaml | 24 | - assets/ids.yaml |
| 25 | - assets/lingo_map.png | 25 | - assets/lingo_map.png |
| 26 | - assets/LL1.yaml | 26 | - assets/LL1.yaml |
