diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f0fdc2..e2444b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,61 @@ | |||
1 | # lingo-ap-tracker Releases | 1 | # lingo-ap-tracker Releases |
2 | 2 | ||
3 | ## v2.0.2 - 2025-05-24 | ||
4 | |||
5 | - Fixed issue connecting to the Archipelago 0.6.2 RC server. | ||
6 | |||
7 | Download: | ||
8 | [lingo-ap-tracker-v2.0.2-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v2.0.2-win64.zip)<br/> | ||
9 | Source: [v2.0.2](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v2.0.2) | ||
10 | |||
11 | ## v2.0.1 - 2025-04-06 | ||
12 | |||
13 | - The tracker now assumes postgame shuffle is enabled when the flag is not | ||
14 | present in slot data (as is the case with Archipelago 0.6.1 and earlier). | ||
15 | Players who have postgame shuffle disabled will unfortunately see locations | ||
16 | that are not in their world, until this problem can be fixed. | ||
17 | |||
18 | Download: | ||
19 | [lingo-ap-tracker-v2.0.1-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v2.0.1-win64.zip)<br/> | ||
20 | Source: [v2.0.1](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v2.0.1) | ||
21 | |||
22 | ## v2.0.0 - 2025-04-01 | ||
23 | |||
24 | - Compatibility update for Archipelago 0.6.0. | ||
25 | |||
26 | Download: | ||
27 | [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/> | ||
28 | Source: [v2.0.0](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v2.0.0) | ||
29 | |||
30 | ## v1.0.0 - 2025-03-21 | ||
31 | |||
32 | After almost two years of development, we have finally hit version 1! | ||
33 | |||
34 | - The subway map now uses Kinrah's updated map image, including fully separated | ||
35 | paintings for places like The Wondrous and Orange Tower Sixth Floor, as well | ||
36 | as indicators for the color items. | ||
37 | - Paintings have friendly names now instead of the internal game IDs. They are | ||
38 | also distinguished from regular checks by using an owl icon instead of an eye. | ||
39 | - The tracker is now able to read your solved panel state from the multiworld | ||
40 | (requires v5.3.0 of the client). This obsoletes save file parsing and | ||
41 | receiving panel solves by connecting to the game. | ||
42 | - Numerous optimizations to reachability detection and rendering. | ||
43 | - Added a pane that shows all items received, similar to the web tracker. | ||
44 | - Added a pane that shows your currently revealed painting mapping, as well as a | ||
45 | button that reveals it all immediately. | ||
46 | - Added a pane that shows your slot options. | ||
47 | - Postgame shuffle being disabled is handled properly now, and removed locations | ||
48 | are no longer shown. | ||
49 | - Improved support for high-DPI screens. The tracker should no longer appear | ||
50 | "blurry" on a high-DPI screen, and should also be able to react properly to | ||
51 | being moved between screens with different DPIs. | ||
52 | - The update checker is now able to download and install tracker updates in | ||
53 | place. | ||
54 | |||
55 | Download: | ||
56 | [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/> | ||
57 | Source: [v1.0.0](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v1.0.0) | ||
58 | |||
3 | ## v0.12.3 - 2025-03-03 | 59 | ## v0.12.3 - 2025-03-03 |
4 | 60 | ||
5 | - Fixed issue with non-ASCII connection details. | 61 | - Fixed issue with non-ASCII connection details. |