about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md20
-rw-r--r--apworld/client/keyHolderResetterListener.gd2
-rw-r--r--data/metadata.txtpb2
3 files changed, 23 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 56f6753..723befc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
1# lingo2-archipelago Releases 1# lingo2-archipelago Releases
2 2
3## v8.0.3 - 2025-12-18
4
5- Fixed the "Set changed during iteration" error some users were experiencing.
6- Fixed issue where generation would try to create anti-number traps when The
7 Fuzzy was enabled.
8- Using the key return now acts like interacting with a keyholder, and should
9 force-update your keyboard in case it gets out of sync.
10
11Compatibility notes:
12
13- This client should be completely compatible with worlds generated on v8.0.2.
14- See the v8.0.2 release notes for additional compatibility notes regarding
15 earlier versions.
16
17Download:
18[lingo2.apworld](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v8.0.3/lingo2.apworld)<br/>
19Template YAML:
20[Lingo 2.yaml](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v8.0.3/Lingo%202.yaml)<br/>
21Source: [v8.0.3](https://code.fourisland.com/lingo2-archipelago/tag/?h=v8.0.3)
22
3## v8.0.2 - 2025-11-11 23## v8.0.2 - 2025-11-11
4 24
5- Fixed a logic issue in The Symbolic where Poetry Room and Whirred Room were 25- Fixed a logic issue in The Symbolic where Poetry Room and Whirred Room were
diff --git a/apworld/client/keyHolderResetterListener.gd b/apworld/client/keyHolderResetterListener.gd index d5300f3..9ab45f9 100644 --- a/apworld/client/keyHolderResetterListener.gd +++ b/apworld/client/keyHolderResetterListener.gd
@@ -6,3 +6,5 @@ func reset():
6 var was_removed = ap.keyboard.reset_keyholders() 6 var was_removed = ap.keyboard.reset_keyholders()
7 if was_removed: 7 if was_removed:
8 sfxPlayer.sfx_play("pickup") 8 sfxPlayer.sfx_play("pickup")
9
10 ap.client.requestSync()
diff --git a/data/metadata.txtpb b/data/metadata.txtpb index 9282e32..998aa8c 100644 --- a/data/metadata.txtpb +++ b/data/metadata.txtpb
@@ -1,7 +1,7 @@
1version { 1version {
2 major: 8 2 major: 8
3 minor: 0 3 minor: 0
4 patch: 2 4 patch: 3
5} 5}
6# Filler item. 6# Filler item.
7special_names: "A Job Well Done" 7special_names: "A Job Well Done"