diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-28 16:30:55 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-28 16:30:55 -0500 |
commit | b6bd69f37b88d54a8604e6f925025b558cabb504 (patch) | |
tree | e6afc9cae5b9d0437880522a9817067b10623d5e | |
parent | 1895120f6624504b7a93f3174a7dffa4e27d30ef (diff) | |
download | lingo-ap-tracker-b6bd69f37b88d54a8604e6f925025b558cabb504.tar.gz lingo-ap-tracker-b6bd69f37b88d54a8604e6f925025b558cabb504.tar.bz2 lingo-ap-tracker-b6bd69f37b88d54a8604e6f925025b558cabb504.zip |
Released v0.6.1
-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 e748426..814cc72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,16 @@ | |||
1 | # lingo-ap-tracker Releases | 1 | # lingo-ap-tracker Releases |
2 | 2 | ||
3 | ## Initial Testing: v0.6.1 - 2023-11-28 | ||
4 | |||
5 | - Compatibility update with the latest version of the game. | ||
6 | - Properly handle the LEVEL 2 panel when LEVEL 2 isn't the win condition. | ||
7 | - Tracker should no longer crash when the working directory isn't the executable | ||
8 | directory. | ||
9 | |||
10 | Download: | ||
11 | [lingo-ap-tracker-v0.6.1-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.6.1-win64.zip)<br/> | ||
12 | Source: [v0.6.1](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.6.1) | ||
13 | |||
3 | ## Initial Testing: v0.6.0 - 2023-11-17 | 14 | ## Initial Testing: v0.6.0 - 2023-11-17 |
4 | 15 | ||
5 | - Added an option to display panel hunt panels even when they are not location | 16 | - Added an option to display panel hunt panels even when they are not location |
diff --git a/VERSION b/VERSION index e07d136..45a9970 100644 --- a/VERSION +++ b/VERSION | |||
@@ -1 +1 @@ | |||
v0.6.0 \ No newline at end of file | v0.6.1 \ No newline at end of file | ||