diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-07-25 08:20:58 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-07-25 08:20:58 -0400 |
commit | 86b4b06e78c5c71588c1b55273969a1327a6710a (patch) | |
tree | 547cbf0eb06720e5c3ec858d2a115824072143b2 | |
parent | 9b70c6ccd3ea6c65d927af8b506ffdea374a4dc2 (diff) | |
download | lingo-ap-tracker-86b4b06e78c5c71588c1b55273969a1327a6710a.tar.gz lingo-ap-tracker-86b4b06e78c5c71588c1b55273969a1327a6710a.tar.bz2 lingo-ap-tracker-86b4b06e78c5c71588c1b55273969a1327a6710a.zip |
Released v0.11.1
-rw-r--r-- | CHANGELOG.md | 16 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ce76d..a78c24c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,21 @@ | |||
1 | # lingo-ap-tracker Releases | 1 | # lingo-ap-tracker Releases |
2 | 2 | ||
3 | ## v0.11.1 - 2024-07-25 | ||
4 | |||
5 | - The Pilgrim Antechamber sunwarp on the subway map now shows all sunwarp | ||
6 | connections, and is red if a pilgrimage is not possible. | ||
7 | - The save analysis panel now uses the remote location status for non-counting | ||
8 | panels. | ||
9 | - Fixed positioning of Outside The Undeterred - Number Hunt door on subway map. | ||
10 | - Fixed subway map issue when sunwarp shuffle and individual/progressive sunwarp | ||
11 | access were combined where the icons on the map would show unshuffled access. | ||
12 | - Map area indicators now correctly treat unreachable pre-checked paintings as | ||
13 | unchecked. | ||
14 | |||
15 | Download: | ||
16 | [lingo-ap-tracker-v0.11.1-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.11.1-win64.zip)<br/> | ||
17 | Source: [v0.11.1](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.11.1) | ||
18 | |||
3 | ## v0.11.0 - 2024-07-19 | 19 | ## v0.11.0 - 2024-07-19 |
4 | 20 | ||
5 | - Added a savedata analyzer. When connected to a world, the user can open up the | 21 | - Added a savedata analyzer. When connected to a world, the user can open up the |
diff --git a/VERSION b/VERSION index e88c34f..a5de145 100644 --- a/VERSION +++ b/VERSION | |||
@@ -1 +1 @@ | |||
v0.11.0 \ No newline at end of file | v0.11.1 \ No newline at end of file | ||