diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-20 21:08:55 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-20 21:08:55 -0500 |
commit | d363d5d1cc3cf27ecfef108f04c497b4269d8f8a (patch) | |
tree | b364bd0571e9ec1c3ba5af35538b53edf4a613e5 | |
parent | 423dfdd4f84b89aca13c678f63c0a392fa38ce84 (diff) | |
download | lingo-ap-tracker-main.tar.gz lingo-ap-tracker-main.tar.bz2 lingo-ap-tracker-main.zip |
-rw-r--r-- | CHANGELOG.md | 13 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ff97b1e..0c94f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,18 @@ | |||
1 | # lingo-ap-tracker Releases | 1 | # lingo-ap-tracker Releases |
2 | 2 | ||
3 | ## v0.12.0 - 2024-12-20 | ||
4 | |||
5 | - The tracker can now connect to a game of Lingo that is running the Archipelago | ||
6 | client (requires v5.1.0 or later). This allows the tracker to show the | ||
7 | player's position more precisely, as well as get automatically updated on what | ||
8 | non-check panels have been solved. | ||
9 | - Fixed one of the doors (Outside The Initiated - Eight Door) showing up | ||
10 | incorrectly on the subway map. | ||
11 | |||
12 | Download: | ||
13 | [lingo-ap-tracker-v0.12.0-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.12.0-win64.zip)<br/> | ||
14 | Source: [v0.12.0](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.12.0) | ||
15 | |||
3 | ## v0.11.5 - 2024-12-08 | 16 | ## v0.11.5 - 2024-12-08 |
4 | 17 | ||
5 | - [A logic error](https://github.com/ArchipelagoMW/Archipelago/pull/4342) was | 18 | - [A logic error](https://github.com/ArchipelagoMW/Archipelago/pull/4342) was |
diff --git a/VERSION b/VERSION index 73a7527..3061e9e 100644 --- a/VERSION +++ b/VERSION | |||
@@ -1 +1 @@ | |||
v0.11.5 \ No newline at end of file | v0.12.0 \ No newline at end of file | ||