about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--apworld/CHANGELOG.md16
-rw-r--r--client/CHANGELOG.md17
2 files changed, 33 insertions, 0 deletions
diff --git a/apworld/CHANGELOG.md b/apworld/CHANGELOG.md index 7db040c..8931688 100644 --- a/apworld/CHANGELOG.md +++ b/apworld/CHANGELOG.md
@@ -1,5 +1,21 @@
1# lingo2-archipelago Apworld Releases 1# lingo2-archipelago Apworld Releases
2 2
3## v4.3 - 2025-09-13
4
5- Added a location for the anti-collectable in The Repetitive.
6- Added trap items. These remove letters from your keyboard until you use the
7 Key Return in The Entry, similar to the anti-collectable in The Repetitive.
8 This can be controlled using the `trap_percentage` option, which defaults to
9 zero.
10- Fixed crash on load when using Python 3.11.
11
12Download:
13[lingo2.apworld](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v4.3/lingo2.apworld)<br/>
14Template YAML:
15[Lingo 2.yaml](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v4.3/Lingo%202.yaml)<br/>
16Source:
17[v4.3](https://code.fourisland.com/lingo2-archipelago/tag/?h=apworld-v4.3)
18
3## v3.2 - 2025-09-12 19## v3.2 - 2025-09-12
4 20
5- Initial release for testing. Features include door shuffle, letter shuffle, 21- Initial release for testing. Features include door shuffle, letter shuffle,
diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 89d9873..297b54d 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md
@@ -1,5 +1,22 @@
1# lingo2-archipelago Client Releases 1# lingo2-archipelago Client Releases
2 2
3## v4.4 - 2025-09-13
4
5- Added support for anti-collectable trap items.
6- Fixed entrance to The Jubilant not opening properly when using control center
7 color shuffle.
8- Fixed the location "The Entry (Colored Doors Area) - OPEN" not sending.
9- Fixed level 2 letters not activating properly when letter shuffle is set to
10 Item Cyan.
11- Messages are now cleared out when returning to the main menu.
12- The player is prevented from accidentally breaking roof access logic when
13 returning to Daedalus from Icarus.
14
15Download:
16[lingo2-archipelago-client-v4.4.zip](https://files.fourisland.com/releases/lingo2-archipelago/client/lingo2-archipelago-client-v4.4.zip)<br/>
17Source:
18[v4.4](https://code.fourisland.com/lingo2-archipelago/tag/?h=client-v4.4)
19
3## v3.3 - 2025-09-12 20## v3.3 - 2025-09-12
4 21
5- Fixed issue downloading large datapackages (such as TUNIC's). 22- Fixed issue downloading large datapackages (such as TUNIC's).