From c0204878f7e4bf2240104a81a54943d7749d690a Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 15 May 2024 10:21:59 -0400 Subject: Released v0.9.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee737e..b1f8a99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # lingo-ap-tracker Releases +## v0.9.1 - 2024-05-15 + +- Fixed pilgrimage detection when sunwarp shuffle is on. + +Download: +[lingo-ap-tracker-v0.9.1-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.9.1-win64.zip)
+Source: [v0.9.1](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.9.1) + ## v0.9.0 - 2024-04-22 - Compatibility update for Archipelago 0.4.6 -- cgit 1.4.1 From ac38dd0a5c394eefc39b7a8cf7b96762f18c8b31 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 4 Jun 2024 18:29:17 -0400 Subject: Released v0.9.2 --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index b1f8a99..2dbd8f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # lingo-ap-tracker Releases +## v0.9.2 - 2024-06-04 + +- Updated apclient and dependencies. + +Download: +[lingo-ap-tracker-v0.9.2-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.9.2-win64.zip)
+Source: [v0.9.2](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.9.2) + ## v0.9.1 - 2024-05-15 - Fixed pilgrimage detection when sunwarp shuffle is on. diff --git a/VERSION b/VERSION index 7f7306b..d61de99 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.9.1 \ No newline at end of file +v0.9.2 \ No newline at end of file -- cgit 1.4.1 From eeb855c39ede49eeef5363d0485c3436012ce533 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 6 Jun 2024 16:31:31 -0400 Subject: Released v0.10.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 4 ++++ VERSION | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dbd8f4..cedbb28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # lingo-ap-tracker Releases +## v0.10.0 - 2024-06-06 + +- Added a subway map tab to the tracker. This displays the topology of the game, + along with all of the doors, paintings, sunwarps, and regular warps. It can + show you whether doors are open or closed, and you can hover over them to see + what's needed to open them. You can also hover over paintings, sunwarps, and + regular warps to see what they're connected to. Thanks to Kinrah for creating + the image! +- When playing on painting shuffle, the tracker will no longer automatically + take your painting mapping into consideration. Instead, unchecked paintings + will show up in the regular map tab as if they were unchecked locations. + Looking into a painting in-game marks it as checked in the tracker, and if the + painting goes somewhere, the tracker will record that and recalculate your + reachable areas accordingly. v3.1.0 or later of the client is required for + this to work. + +Download: +[lingo-ap-tracker-v0.10.0-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.10.0-win64.zip)
+Source: [v0.10.0](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.10.0) + ## v0.9.2 - 2024-06-04 - Updated apclient and dependencies. diff --git a/README.md b/README.md index 0b928cd..83525dd 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,7 @@ This app is a tool that helps you keep track of your game state when playing Lin ## Download Releases of the tracker can be found [on the releases page](https://code.fourisland.com/lingo-ap-tracker/about/CHANGELOG.md). + +## Acknowledgments + +Thanks to Kinrah for making the subway map image! diff --git a/VERSION b/VERSION index d61de99..f78dc36 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.9.2 \ No newline at end of file +v0.10.0 \ No newline at end of file -- cgit 1.4.1 From 23a3d0e2cd3f72455f7f23e0db2462b00940fbf0 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 8 Jun 2024 11:31:15 -0400 Subject: Released v0.10.1 --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index cedbb28..2d84609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # lingo-ap-tracker Releases +## v0.10.1 - 2024-06-08 + +- Fixed display not updating when game state changes. +- Fixed broken reachability calculation. + +Download: +[lingo-ap-tracker-v0.10.1-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.10.1-win64.zip)
+Source: [v0.10.1](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.10.1) + ## v0.10.0 - 2024-06-06 - Added a subway map tab to the tracker. This displays the topology of the game, diff --git a/VERSION b/VERSION index f78dc36..aedc9dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.10.0 \ No newline at end of file +v0.10.1 \ No newline at end of file -- cgit 1.4.1 From 14d075e02007aeb53dbadd6c629564ee467cd7b2 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 9 Jun 2024 20:38:36 -0400 Subject: Released v0.10.2 --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d84609..37167d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # lingo-ap-tracker Releases +## v0.10.2 - 2024-06-09 + +- Fixed intermittent reachability detection issue. +- Increased debug logging. + +Download: +[lingo-ap-tracker-v0.10.2-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.10.2-win64.zip)
+Source: [v0.10.2](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.10.2) + ## v0.10.1 - 2024-06-08 - Fixed display not updating when game state changes. diff --git a/VERSION b/VERSION index aedc9dd..a30852f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.10.1 \ No newline at end of file +v0.10.2 \ No newline at end of file -- cgit 1.4.1