about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md20
-rw-r--r--README.md4
-rw-r--r--VERSION2
3 files changed, 25 insertions, 1 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.
diff --git a/README.md b/README.md index 0b928cd..83525dd 100644 --- a/README.md +++ b/README.md
@@ -6,3 +6,7 @@ This app is a tool that helps you keep track of your game state when playing Lin
6## Download 6## Download
7 7
8Releases of the tracker can be found [on the releases page](https://code.fourisland.com/lingo-ap-tracker/about/CHANGELOG.md). 8Releases of the tracker can be found [on the releases page](https://code.fourisland.com/lingo-ap-tracker/about/CHANGELOG.md).
9
10## Acknowledgments
11
12Thanks to Kinrah for making the subway map image!
diff --git a/VERSION b/VERSION index d61de99..f78dc36 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@
v0.9.2 \ No newline at end of file v0.10.0 \ No newline at end of file