From dbc0e454596ba7e1a8378685c35e37dccd19c964 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 11 Apr 2024 17:00:26 -0400 Subject: Released v2.1.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ef1f2..70cea6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # lingo-archipelago Releases +## v2.1.1 - 2024-04-11 + +- Added some debug logging. + +Download: +[lingo-archipelago-v2.1.1.zip](https://files.fourisland.com/releases/lingo-archipelago/lingo-archipelago-v2.1.1.zip)
+Source: [v2.1.1](https://code.fourisland.com/lingo-archipelago/tag/?h=v2.1.1) + ## v2.1.0 - 2024-04-03 - Added a checkbox that enables tracking the player's current position. This can -- cgit 1.4.1 From 6aad55fa66eb9caa668bb09289391e6b39eee7da Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 17 Apr 2024 13:02:05 -0400 Subject: Released v2.2.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 70cea6d..d5fc54d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # lingo-archipelago Releases +## v2.2.0 - 2024-04-17 + +- The last ten connections are now saved in a list so that you can easily switch + between concurrent multiworlds. +- THE COLORFUL is no longer turned into a countdown panel if the multiworld was + generated before Archipelago 0.4.5. This should improve backwards + compatibility, but a v1.x.x version is still the most accurate way to play an + older multiworld. + +Download: +[lingo-archipelago-v2.2.0.zip](https://files.fourisland.com/releases/lingo-archipelago/lingo-archipelago-v2.2.0.zip)
+Source: [v2.2.0](https://code.fourisland.com/lingo-archipelago/tag/?h=v2.2.0) + ## v2.1.1 - 2024-04-11 - Added some debug logging. -- cgit 1.4.1 From 402d532b5a10fc6e18cba12844f64a5bfb1d0b07 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 22 Apr 2024 10:52:37 -0400 Subject: Released v3.0.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index d5fc54d..5978a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # lingo-archipelago Releases +## v3.0.0 - 2024-04-22 + +- [Archipelago 0.4.6](https://github.com/ArchipelagoMW/Archipelago/releases/tag/0.4.6) + has been released! This includes a major update for Lingo: The Pilgrim Update! + - The pilgrimage can now be disabled entirely. + - When enabled, the pilgrimage uses real logic to determine whether it is + possible, rather than a specific route. + - You can now specify whether paintings and/or roof access are allowed for the + pilgrimage. + - You can lock access to sunwarps behind item keys, like door shuffle. + - Sunwarps can be shuffled, similar to painting shuffle. + - Pilgrimage has been added as a win condition. +- This update should retain backwards compatibility with Archipelago 0.4.5 + worlds. World generaed in Archipelago 0.4.4 will likely continue to have minor + problems, and it is best to downpatch to v1.2.1 if you need to play an older + world. + +Download: +[lingo-archipelago-v3.0.0.zip](https://files.fourisland.com/releases/lingo-archipelago/lingo-archipelago-v3.0.0.zip)
+Source: [v3.0.0](https://code.fourisland.com/lingo-archipelago/tag/?h=v3.0.0) + ## v2.2.0 - 2024-04-17 - The last ten connections are now saved in a list so that you can easily switch -- cgit 1.4.1 From 0c25dc87e5ad9c8c8c2ff0ef5ac6502b166bc405 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 22 Apr 2024 14:18:42 -0400 Subject: Released v3.0.1 --- CHANGELOG.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 5978a4d..de47cb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # lingo-archipelago Releases +## v3.0.1 - 2024-04-22 + +- Fixed issue where Progressive Hallway Room did not work properly on worlds + generated on Archipelago 0.4.5 or earlier. + +Download: +[lingo-archipelago-v3.0.1.zip](https://files.fourisland.com/releases/lingo-archipelago/lingo-archipelago-v3.0.1.zip)
+Source: [v3.0.1](https://code.fourisland.com/lingo-archipelago/tag/?h=v3.0.1) + ## v3.0.0 - 2024-04-22 - [Archipelago 0.4.6](https://github.com/ArchipelagoMW/Archipelago/releases/tag/0.4.6) @@ -13,9 +22,9 @@ - Sunwarps can be shuffled, similar to painting shuffle. - Pilgrimage has been added as a win condition. - This update should retain backwards compatibility with Archipelago 0.4.5 - worlds. World generaed in Archipelago 0.4.4 will likely continue to have minor - problems, and it is best to downpatch to v1.2.1 if you need to play an older - world. + worlds. World generated in Archipelago 0.4.4 will likely continue to have + minor problems, and it is best to downpatch to v1.2.1 if you need to play an + older world. Download: [lingo-archipelago-v3.0.0.zip](https://files.fourisland.com/releases/lingo-archipelago/lingo-archipelago-v3.0.0.zip)
-- cgit 1.4.1