diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-01-19 18:26:02 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-01-19 18:26:02 -0500 |
commit | b5326100460c69788514c4a09a05ee6f5ee3eefb (patch) | |
tree | 1d971f5405e65fdf54b5989336796c04bc022290 | |
parent | eafe71d801e8b5e1b7bbfc9041b5fba9522dfd72 (diff) | |
download | lingo-ap-tracker-b5326100460c69788514c4a09a05ee6f5ee3eefb.tar.gz lingo-ap-tracker-b5326100460c69788514c4a09a05ee6f5ee3eefb.tar.bz2 lingo-ap-tracker-b5326100460c69788514c4a09a05ee6f5ee3eefb.zip |
Released v0.6.3
-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 5d86427..c2a95a8 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.3 - 2024-01-19 | ||
4 | |||
5 | - Fixed issue where tracker window would move slowly when dragged around the | ||
6 | screen. | ||
7 | - Fixed issue where resizing the window could make items in long lists | ||
8 | disappear. | ||
9 | |||
10 | Download: | ||
11 | [lingo-ap-tracker-v0.6.3-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.6.3-win64.zip)<br/> | ||
12 | Source: [v0.6.3](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.6.3) | ||
13 | |||
3 | ## Initial Testing: v0.6.2 - 2024-01-12 | 14 | ## Initial Testing: v0.6.2 - 2024-01-12 |
4 | 15 | ||
5 | - Fixed multi-colored panel stacks in The Scientific showing up as solvable | 16 | - Fixed multi-colored panel stacks in The Scientific showing up as solvable |
diff --git a/VERSION b/VERSION index f420d70..9885725 100644 --- a/VERSION +++ b/VERSION | |||
@@ -1 +1 @@ | |||
v0.6.2 \ No newline at end of file | v0.6.3 \ No newline at end of file | ||