diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-06-09 22:43:20 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-06-09 22:43:20 -0400 |
commit | 475b7a38f66071ad5713f6f00a49c4e1399e0613 (patch) | |
tree | 4dcb76d5bb9e1dbabe19dcbd0cc9676c31f715e6 /CHANGELOG.md | |
parent | 829bb6ba7fdbef5c4e6fb9e4eabc0c2f962325ae (diff) | |
parent | 14d075e02007aeb53dbadd6c629564ee467cd7b2 (diff) | |
download | lingo-ap-tracker-475b7a38f66071ad5713f6f00a49c4e1399e0613.tar.gz lingo-ap-tracker-475b7a38f66071ad5713f6f00a49c4e1399e0613.tar.bz2 lingo-ap-tracker-475b7a38f66071ad5713f6f00a49c4e1399e0613.zip |
Merge branch 'main' into panels
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee737e..37167d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,59 @@ | |||
1 | # lingo-ap-tracker Releases | 1 | # lingo-ap-tracker Releases |
2 | 2 | ||
3 | ## v0.10.2 - 2024-06-09 | ||
4 | |||
5 | - Fixed intermittent reachability detection issue. | ||
6 | - Increased debug logging. | ||
7 | |||
8 | Download: | ||
9 | [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/> | ||
10 | Source: [v0.10.2](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.10.2) | ||
11 | |||
12 | ## v0.10.1 - 2024-06-08 | ||
13 | |||
14 | - Fixed display not updating when game state changes. | ||
15 | - Fixed broken reachability calculation. | ||
16 | |||
17 | Download: | ||
18 | [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/> | ||
19 | Source: [v0.10.1](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.10.1) | ||
20 | |||
21 | ## v0.10.0 - 2024-06-06 | ||
22 | |||
23 | - Added a subway map tab to the tracker. This displays the topology of the game, | ||
24 | along with all of the doors, paintings, sunwarps, and regular warps. It can | ||
25 | show you whether doors are open or closed, and you can hover over them to see | ||
26 | what's needed to open them. You can also hover over paintings, sunwarps, and | ||
27 | regular warps to see what they're connected to. Thanks to Kinrah for creating | ||
28 | the image! | ||
29 | - When playing on painting shuffle, the tracker will no longer automatically | ||
30 | take your painting mapping into consideration. Instead, unchecked paintings | ||
31 | will show up in the regular map tab as if they were unchecked locations. | ||
32 | Looking into a painting in-game marks it as checked in the tracker, and if the | ||
33 | painting goes somewhere, the tracker will record that and recalculate your | ||
34 | reachable areas accordingly. v3.1.0 or later of the client is required for | ||
35 | this to work. | ||
36 | |||
37 | Download: | ||
38 | [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/> | ||
39 | Source: [v0.10.0](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.10.0) | ||
40 | |||
41 | ## v0.9.2 - 2024-06-04 | ||
42 | |||
43 | - Updated apclient and dependencies. | ||
44 | |||
45 | Download: | ||
46 | [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/> | ||
47 | Source: [v0.9.2](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.9.2) | ||
48 | |||
49 | ## v0.9.1 - 2024-05-15 | ||
50 | |||
51 | - Fixed pilgrimage detection when sunwarp shuffle is on. | ||
52 | |||
53 | Download: | ||
54 | [lingo-ap-tracker-v0.9.1-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.9.1-win64.zip)<br/> | ||
55 | Source: [v0.9.1](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.9.1) | ||
56 | |||
3 | ## v0.9.0 - 2024-04-22 | 57 | ## v0.9.0 - 2024-04-22 |
4 | 58 | ||
5 | - Compatibility update for Archipelago 0.4.6 | 59 | - Compatibility update for Archipelago 0.4.6 |