diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-03-07 10:37:27 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-03-07 10:37:27 -0500 |
commit | 7fd4a07173f19d1b89573d2a56cad31fa66bb94c (patch) | |
tree | 92e88010e69d5ed215ec91e37da10c7c17aa4f5d | |
parent | 6c331461a6fe7bc2ef504f282b1c487b508eba6e (diff) | |
download | lingo-ap-tracker-7fd4a07173f19d1b89573d2a56cad31fa66bb94c.tar.gz lingo-ap-tracker-7fd4a07173f19d1b89573d2a56cad31fa66bb94c.tar.bz2 lingo-ap-tracker-7fd4a07173f19d1b89573d2a56cad31fa66bb94c.zip |
Released v0.6.6
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bbde7d..9e3d79a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,14 @@ | |||
1 | # lingo-ap-tracker Releases | 1 | # lingo-ap-tracker Releases |
2 | 2 | ||
3 | ## Initial Testing: v0.6.6 - 2024-03-07 | ||
4 | |||
5 | - The last five connections are now saved in a list so that you can easily | ||
6 | switch between concurrent multiworlds. | ||
7 | |||
8 | Download: | ||
9 | [lingo-ap-tracker-v0.6.6-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.6.6-win64.zip)<br/> | ||
10 | Source: [v0.6.6](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.6.6) | ||
11 | |||
3 | ## Initial Testing: v0.6.5 - 2024-02-18 | 12 | ## Initial Testing: v0.6.5 - 2024-02-18 |
4 | 13 | ||
5 | - Victory condition will now be checked off when the player reaches the goal. | 14 | - Victory condition will now be checked off when the player reaches the goal. |
diff --git a/VERSION b/VERSION index bc21b44..d6c415b 100644 --- a/VERSION +++ b/VERSION | |||
@@ -1 +1 @@ | |||
v0.6.5 \ No newline at end of file | v0.6.6 \ No newline at end of file | ||