diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-15 10:21:59 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-15 10:21:59 -0400 |
commit | c0204878f7e4bf2240104a81a54943d7749d690a (patch) | |
tree | 9830571b96dc3c3b4692c1c47f81fb40a8c02856 | |
parent | db2f5ee838fd04922843d0ac631c31e6428da5c0 (diff) | |
download | lingo-ap-tracker-c0204878f7e4bf2240104a81a54943d7749d690a.tar.gz lingo-ap-tracker-c0204878f7e4bf2240104a81a54943d7749d690a.tar.bz2 lingo-ap-tracker-c0204878f7e4bf2240104a81a54943d7749d690a.zip |
Released v0.9.1
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee737e..b1f8a99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,13 @@ | |||
1 | # lingo-ap-tracker Releases | 1 | # lingo-ap-tracker Releases |
2 | 2 | ||
3 | ## v0.9.1 - 2024-05-15 | ||
4 | |||
5 | - Fixed pilgrimage detection when sunwarp shuffle is on. | ||
6 | |||
7 | Download: | ||
8 | [lingo-ap-tracker-v0.9.1-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.9.1-win64.zip)<br/> | ||
9 | Source: [v0.9.1](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.9.1) | ||
10 | |||
3 | ## v0.9.0 - 2024-04-22 | 11 | ## v0.9.0 - 2024-04-22 |
4 | 12 | ||
5 | - Compatibility update for Archipelago 0.4.6 | 13 | - Compatibility update for Archipelago 0.4.6 |
diff --git a/VERSION b/VERSION index 7965b36..7f7306b 100644 --- a/VERSION +++ b/VERSION | |||
@@ -1 +1 @@ | |||
v0.9.0 \ No newline at end of file | v0.9.1 \ No newline at end of file | ||