diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-08 16:50:44 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-08 16:50:44 -0500 |
commit | 45fa76505dd00bdd6665bae476277371fb1252a2 (patch) | |
tree | 3bb7e2da2759f1d5b56f94bb9f0e4cf5af61b733 | |
parent | 7d158c97ca10e815c8344dca801d0eba307dff57 (diff) | |
download | lingo-archipelago-45fa76505dd00bdd6665bae476277371fb1252a2.tar.gz lingo-archipelago-45fa76505dd00bdd6665bae476277371fb1252a2.tar.bz2 lingo-archipelago-45fa76505dd00bdd6665bae476277371fb1252a2.zip |
Released v5.0.1
-rw-r--r-- | CHANGELOG.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4895247..d34321d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,28 @@ | |||
1 | # lingo-archipelago Releases | 1 | # lingo-archipelago Releases |
2 | 2 | ||
3 | ## v5.0.1 - 2024-12-08 | ||
4 | |||
5 | - This update adds a workaround for | ||
6 | [a logic error in Archipelago 0.5.1](https://github.com/ArchipelagoMW/Archipelago/pull/4342). | ||
7 | If your slot is affected by this bug (if you are playing panels mode door | ||
8 | shuffle in a multiworld generated on Archipelago 0.5.1), the following changes | ||
9 | will occur: | ||
10 | - The broken panels (listed at the above link) will now unlock at one | ||
11 | Progressive Number Hunt earlier than would be expected. | ||
12 | - The doors covering the broken panels will now open when all of the numbers | ||
13 | in the previous set have been solved, instead of when the number in the | ||
14 | number hunt hallway is solved. | ||
15 | - This can lead to some non-intuitive gameplay, because the panels no longer | ||
16 | unlock the way they do in the base game. To help with this, v0.11.5 of the | ||
17 | tracker now uses the 0.5.1 broken logic, so that you can always tell what is | ||
18 | expected of you. | ||
19 | - There is already a fix for the logic error, and it will likely be included as | ||
20 | part of the next major Archipelago release. I apologize for the inconvenience. | ||
21 | |||
22 | Download: | ||
23 | [lingo-archipelago-v5.0.1.zip](https://files.fourisland.com/releases/lingo-archipelago/lingo-archipelago-v5.0.1.zip)<br/> | ||
24 | Source: [v5.0.1](https://code.fourisland.com/lingo-archipelago/tag/?h=v5.0.1) | ||
25 | |||
3 | ## v5.0.0 - 2024-11-26 | 26 | ## v5.0.0 - 2024-11-26 |
4 | 27 | ||
5 | - [Archipelago 0.5.1](https://github.com/ArchipelagoMW/Archipelago/releases/tag/0.5.1) | 28 | - [Archipelago 0.5.1](https://github.com/ArchipelagoMW/Archipelago/releases/tag/0.5.1) |