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.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dbd8f4..cedbb28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
1# lingo-ap-tracker Releases 1# lingo-ap-tracker Releases
2 2
3## v0.10.0 - 2024-06-06
4
5- Added a subway map tab to the tracker. This displays the topology of the game,
6 along with all of the doors, paintings, sunwarps, and regular warps. It can
7 show you whether doors are open or closed, and you can hover over them to see
8 what's needed to open them. You can also hover over paintings, sunwarps, and
9 regular warps to see what they're connected to. Thanks to Kinrah for creating
10 the image!
11- When playing on painting shuffle, the tracker will no longer automatically
12 take your painting mapping into consideration. Instead, unchecked paintings
13 will show up in the regular map tab as if they were unchecked locations.
14 Looking into a painting in-game marks it as checked in the tracker, and if the
15 painting goes somewhere, the tracker will record that and recalculate your
16 reachable areas accordingly. v3.1.0 or later of the client is required for
17 this to work.
18
19Download:
20[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/>
21Source: [v0.10.0](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.10.0)
22
3## v0.9.2 - 2024-06-04 23## v0.9.2 - 2024-06-04
4 24
5- Updated apclient and dependencies. 25- Updated apclient and dependencies.