diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-07-19 04:05:18 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-07-19 04:05:18 -0400 |
commit | ab5206255603f6401d9c216ffce26607da16ad33 (patch) | |
tree | e159aaf82130b07738dda2aeb7cc68991dcc79a8 | |
parent | 6507e05f4029985137ad8deef21142bec90cd65c (diff) | |
download | lingo-ap-tracker-ab5206255603f6401d9c216ffce26607da16ad33.tar.gz lingo-ap-tracker-ab5206255603f6401d9c216ffce26607da16ad33.tar.bz2 lingo-ap-tracker-ab5206255603f6401d9c216ffce26607da16ad33.zip |
Released v0.11.0
-rw-r--r-- | CHANGELOG.md | 11 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 716e12d..a9ce76d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,16 @@ | |||
1 | # lingo-ap-tracker Releases | 1 | # lingo-ap-tracker Releases |
2 | 2 | ||
3 | ## v0.11.0 - 2024-07-19 | ||
4 | |||
5 | - Added a savedata analyzer. When connected to a world, the user can open up the | ||
6 | Lingo save file associated with the connected world, and a new tab will open | ||
7 | up showing unsolved panels that are accessible, even if the world is not a | ||
8 | panelsanity world. | ||
9 | |||
10 | Download: | ||
11 | [lingo-ap-tracker-v0.11.0-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.11.0-win64.zip)<br/> | ||
12 | Source: [v0.11.0](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.11.0) | ||
13 | |||
3 | ## v0.10.7 - 2024-07-17 | 14 | ## v0.10.7 - 2024-07-17 |
4 | 15 | ||
5 | - Fixed issue with pilgrimage detection when sunwarps are shuffled where it | 16 | - Fixed issue with pilgrimage detection when sunwarps are shuffled where it |
diff --git a/VERSION b/VERSION index 46832df..e88c34f 100644 --- a/VERSION +++ b/VERSION | |||
@@ -1 +1 @@ | |||
v0.10.7 \ No newline at end of file | v0.11.0 \ No newline at end of file | ||