diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ef1f2..de47cb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,56 @@ | |||
1 | # lingo-archipelago Releases | 1 | # lingo-archipelago Releases |
2 | 2 | ||
3 | ## v3.0.1 - 2024-04-22 | ||
4 | |||
5 | - Fixed issue where Progressive Hallway Room did not work properly on worlds | ||
6 | generated on Archipelago 0.4.5 or earlier. | ||
7 | |||
8 | Download: | ||
9 | [lingo-archipelago-v3.0.1.zip](https://files.fourisland.com/releases/lingo-archipelago/lingo-archipelago-v3.0.1.zip)<br/> | ||
10 | Source: [v3.0.1](https://code.fourisland.com/lingo-archipelago/tag/?h=v3.0.1) | ||
11 | |||
12 | ## v3.0.0 - 2024-04-22 | ||
13 | |||
14 | - [Archipelago 0.4.6](https://github.com/ArchipelagoMW/Archipelago/releases/tag/0.4.6) | ||
15 | has been released! This includes a major update for Lingo: The Pilgrim Update! | ||
16 | - The pilgrimage can now be disabled entirely. | ||
17 | - When enabled, the pilgrimage uses real logic to determine whether it is | ||
18 | possible, rather than a specific route. | ||
19 | - You can now specify whether paintings and/or roof access are allowed for the | ||
20 | pilgrimage. | ||
21 | - You can lock access to sunwarps behind item keys, like door shuffle. | ||
22 | - Sunwarps can be shuffled, similar to painting shuffle. | ||
23 | - Pilgrimage has been added as a win condition. | ||
24 | - This update should retain backwards compatibility with Archipelago 0.4.5 | ||
25 | worlds. World generated in Archipelago 0.4.4 will likely continue to have | ||
26 | minor problems, and it is best to downpatch to v1.2.1 if you need to play an | ||
27 | older world. | ||
28 | |||
29 | Download: | ||
30 | [lingo-archipelago-v3.0.0.zip](https://files.fourisland.com/releases/lingo-archipelago/lingo-archipelago-v3.0.0.zip)<br/> | ||
31 | Source: [v3.0.0](https://code.fourisland.com/lingo-archipelago/tag/?h=v3.0.0) | ||
32 | |||
33 | ## v2.2.0 - 2024-04-17 | ||
34 | |||
35 | - The last ten connections are now saved in a list so that you can easily switch | ||
36 | between concurrent multiworlds. | ||
37 | - THE COLORFUL is no longer turned into a countdown panel if the multiworld was | ||
38 | generated before Archipelago 0.4.5. This should improve backwards | ||
39 | compatibility, but a v1.x.x version is still the most accurate way to play an | ||
40 | older multiworld. | ||
41 | |||
42 | Download: | ||
43 | [lingo-archipelago-v2.2.0.zip](https://files.fourisland.com/releases/lingo-archipelago/lingo-archipelago-v2.2.0.zip)<br/> | ||
44 | Source: [v2.2.0](https://code.fourisland.com/lingo-archipelago/tag/?h=v2.2.0) | ||
45 | |||
46 | ## v2.1.1 - 2024-04-11 | ||
47 | |||
48 | - Added some debug logging. | ||
49 | |||
50 | Download: | ||
51 | [lingo-archipelago-v2.1.1.zip](https://files.fourisland.com/releases/lingo-archipelago/lingo-archipelago-v2.1.1.zip)<br/> | ||
52 | Source: [v2.1.1](https://code.fourisland.com/lingo-archipelago/tag/?h=v2.1.1) | ||
53 | |||
3 | ## v2.1.0 - 2024-04-03 | 54 | ## v2.1.0 - 2024-04-03 |
4 | 55 | ||
5 | - Added a checkbox that enables tracking the player's current position. This can | 56 | - Added a checkbox that enables tracking the player's current position. This can |