diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 29 |
1 files changed, 29 insertions, 0 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. |