about summary refs log tree commit diff stats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f0fdc2..9f327ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,5 +1,42 @@
1# lingo-ap-tracker Releases 1# lingo-ap-tracker Releases
2 2
3## v2.0.0 - 2025-04-01
4
5- Compatibility update for Archipelago 0.6.0.
6
7Download:
8[lingo-ap-tracker-v2.0.0-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v2.0.0-win64.zip)<br/>
9Source: [v2.0.0](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v2.0.0)
10
11## v1.0.0 - 2025-03-21
12
13After almost two years of development, we have finally hit version 1!
14
15- The subway map now uses Kinrah's updated map image, including fully separated
16 paintings for places like The Wondrous and Orange Tower Sixth Floor, as well
17 as indicators for the color items.
18- Paintings have friendly names now instead of the internal game IDs. They are
19 also distinguished from regular checks by using an owl icon instead of an eye.
20- The tracker is now able to read your solved panel state from the multiworld
21 (requires v5.3.0 of the client). This obsoletes save file parsing and
22 receiving panel solves by connecting to the game.
23- Numerous optimizations to reachability detection and rendering.
24- Added a pane that shows all items received, similar to the web tracker.
25- Added a pane that shows your currently revealed painting mapping, as well as a
26 button that reveals it all immediately.
27- Added a pane that shows your slot options.
28- Postgame shuffle being disabled is handled properly now, and removed locations
29 are no longer shown.
30- Improved support for high-DPI screens. The tracker should no longer appear
31 "blurry" on a high-DPI screen, and should also be able to react properly to
32 being moved between screens with different DPIs.
33- The update checker is now able to download and install tracker updates in
34 place.
35
36Download:
37[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/>
38Source: [v1.0.0](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v1.0.0)
39
3## v0.12.3 - 2025-03-03 40## v0.12.3 - 2025-03-03
4 41
5- Fixed issue with non-ASCII connection details. 42- Fixed issue with non-ASCII connection details.