diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b1f8a99..5173bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,62 @@ | |||
1 | # lingo-ap-tracker Releases | 1 | # lingo-ap-tracker Releases |
2 | 2 | ||
3 | ## v0.10.3 - 2024-06-10 | ||
4 | |||
5 | - Fixed crash that occurred when the Eye Wall painting was in your painting | ||
6 | mapping. | ||
7 | - Fixed getting bombarded with message boxes when the tracker crashes. | ||
8 | - Moved early color hallways painting to match the new in-game location. | ||
9 | |||
10 | Download: | ||
11 | [lingo-ap-tracker-v0.10.3-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.10.3-win64.zip)<br/> | ||
12 | Source: [v0.10.3](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.10.3) | ||
13 | |||
14 | ## v0.10.2 - 2024-06-09 | ||
15 | |||
16 | - Fixed intermittent reachability detection issue. | ||
17 | - Increased debug logging. | ||
18 | |||
19 | Download: | ||
20 | [lingo-ap-tracker-v0.10.2-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.10.2-win64.zip)<br/> | ||
21 | Source: [v0.10.2](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.10.2) | ||
22 | |||
23 | ## v0.10.1 - 2024-06-08 | ||
24 | |||
25 | - Fixed display not updating when game state changes. | ||
26 | - Fixed broken reachability calculation. | ||
27 | |||
28 | Download: | ||
29 | [lingo-ap-tracker-v0.10.1-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.10.1-win64.zip)<br/> | ||
30 | Source: [v0.10.1](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.10.1) | ||
31 | |||
32 | ## v0.10.0 - 2024-06-06 | ||
33 | |||
34 | - Added a subway map tab to the tracker. This displays the topology of the game, | ||
35 | along with all of the doors, paintings, sunwarps, and regular warps. It can | ||
36 | show you whether doors are open or closed, and you can hover over them to see | ||
37 | what's needed to open them. You can also hover over paintings, sunwarps, and | ||
38 | regular warps to see what they're connected to. Thanks to Kinrah for creating | ||
39 | the image! | ||
40 | - When playing on painting shuffle, the tracker will no longer automatically | ||
41 | take your painting mapping into consideration. Instead, unchecked paintings | ||
42 | will show up in the regular map tab as if they were unchecked locations. | ||
43 | Looking into a painting in-game marks it as checked in the tracker, and if the | ||
44 | painting goes somewhere, the tracker will record that and recalculate your | ||
45 | reachable areas accordingly. v3.1.0 or later of the client is required for | ||
46 | this to work. | ||
47 | |||
48 | Download: | ||
49 | [lingo-ap-tracker-v0.10.0-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.10.0-win64.zip)<br/> | ||
50 | Source: [v0.10.0](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.10.0) | ||
51 | |||
52 | ## v0.9.2 - 2024-06-04 | ||
53 | |||
54 | - Updated apclient and dependencies. | ||
55 | |||
56 | Download: | ||
57 | [lingo-ap-tracker-v0.9.2-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.9.2-win64.zip)<br/> | ||
58 | Source: [v0.9.2](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.9.2) | ||
59 | |||
3 | ## v0.9.1 - 2024-05-15 | 60 | ## v0.9.1 - 2024-05-15 |
4 | 61 | ||
5 | - Fixed pilgrimage detection when sunwarp shuffle is on. | 62 | - Fixed pilgrimage detection when sunwarp shuffle is on. |