diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-07-16 13:40:29 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-07-16 13:40:29 -0400 |
commit | 59e2b90ef45adb2c76d139e5995cedb331322176 (patch) | |
tree | c63266a399fea67c379333dfee8803c87d6827e5 /CHANGELOG.md | |
parent | 0e10801d335a52d3e88ad02a5f3ff9784a53a119 (diff) | |
parent | 6b5b85f96fc855810ac21e96e1aeb9cbde0fe88e (diff) | |
download | lingo-archipelago-59e2b90ef45adb2c76d139e5995cedb331322176.tar.gz lingo-archipelago-59e2b90ef45adb2c76d139e5995cedb331322176.tar.bz2 lingo-archipelago-59e2b90ef45adb2c76d139e5995cedb331322176.zip |
Merge branch 'main' into panels
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index de47cb0..1174ce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,82 @@ | |||
1 | # lingo-archipelago Releases | 1 | # lingo-archipelago Releases |
2 | 2 | ||
3 | ## v4.0.2 - 2024-07-14 | ||
4 | |||
5 | - Multiplayer mode now shows a player's alias in addition to their slot name. | ||
6 | - Messages are now cleared out between connections. | ||
7 | - Fixed issue where traps and Geronimo state could persist when switching from | ||
8 | an active slot to a new slot. | ||
9 | |||
10 | Download: | ||
11 | [lingo-archipelago-v4.0.2.zip](https://files.fourisland.com/releases/lingo-archipelago/lingo-archipelago-v4.0.2.zip)<br/> | ||
12 | Source: [v4.0.2](https://code.fourisland.com/lingo-archipelago/tag/?h=v4.0.2) | ||
13 | |||
14 | ## v4.0.1 - 2024-07-02 | ||
15 | |||
16 | - Fixed issue where paired panels would become proxied on panelsanity under | ||
17 | certain conditions. | ||
18 | |||
19 | Download: | ||
20 | [lingo-archipelago-v4.0.1.zip](https://files.fourisland.com/releases/lingo-archipelago/lingo-archipelago-v4.0.1.zip)<br/> | ||
21 | Source: [v4.0.1](https://code.fourisland.com/lingo-archipelago/tag/?h=v4.0.1) | ||
22 | |||
23 | ## v4.0.0 - 2024-07-01 | ||
24 | |||
25 | - [Archipelago 0.5.0](https://github.com/ArchipelagoMW/Archipelago/releases/tag/0.5.0) | ||
26 | has been released! This release only includes minor bug fixes and tweaks for | ||
27 | Lingo, which you can read about in the changelog. | ||
28 | |||
29 | Download: | ||
30 | [lingo-archipelago-v4.0.0.zip](https://files.fourisland.com/releases/lingo-archipelago/lingo-archipelago-v4.0.0.zip)<br/> | ||
31 | Source: [v4.0.0](https://code.fourisland.com/lingo-archipelago/tag/?h=v4.0.0) | ||
32 | |||
33 | ## v3.2.1 - 2024-06-21 | ||
34 | |||
35 | - The player can no longer select another level after Archipelago has been | ||
36 | loaded without restarting the game. | ||
37 | |||
38 | Download: | ||
39 | [lingo-archipelago-v3.2.1.zip](https://files.fourisland.com/releases/lingo-archipelago/lingo-archipelago-v3.2.1.zip)<br/> | ||
40 | Source: [v3.2.1](https://code.fourisland.com/lingo-archipelago/tag/?h=v3.2.1) | ||
41 | |||
42 | ## v3.2.0 - 2024-06-10 | ||
43 | |||
44 | - Replaced the early color hallways painting with a new one contributed by | ||
45 | [KF2015](https://www.youtube.com/channel/UCOf5qCfZLZ1UbDXpOf1eBig). | ||
46 | |||
47 | Download: | ||
48 | [lingo-archipelago-v3.2.0.zip](https://files.fourisland.com/releases/lingo-archipelago/lingo-archipelago-v3.2.0.zip)<br/> | ||
49 | Source: [v3.2.0](https://code.fourisland.com/lingo-archipelago/tag/?h=v3.2.0) | ||
50 | |||
51 | ## v3.1.0 - 2024-06-06 | ||
52 | |||
53 | - The client now sends information on what paintings you've checked if you're | ||
54 | playing painting shuffle, which can be used to populate the subway map in | ||
55 | v0.10.0 and later of the tracker. | ||
56 | |||
57 | Download: | ||
58 | [lingo-archipelago-v3.1.0.zip](https://files.fourisland.com/releases/lingo-archipelago/lingo-archipelago-v3.1.0.zip)<br/> | ||
59 | Source: [v3.1.0](https://code.fourisland.com/lingo-archipelago/tag/?h=v3.1.0) | ||
60 | |||
61 | ## v3.0.3 - 2024-06-02 | ||
62 | |||
63 | - Fixed issue with mouse sensitivity being doubled. | ||
64 | |||
65 | Download: | ||
66 | [lingo-archipelago-v3.0.3.zip](https://files.fourisland.com/releases/lingo-archipelago/lingo-archipelago-v3.0.3.zip)<br/> | ||
67 | Source: [v3.0.3](https://code.fourisland.com/lingo-archipelago/tag/?h=v3.0.3) | ||
68 | |||
69 | ## v3.0.2 - 2024-05-30 | ||
70 | |||
71 | - Fixed a crash that could happen if the local data got corrupted. | ||
72 | - Added compatibility for | ||
73 | [non universally unique datapackage IDs](https://github.com/ArchipelagoMW/Archipelago/issues/3394). | ||
74 | - Removed the arrows pointing at The Fearless when confusify world is enabled. | ||
75 | |||
76 | Download: | ||
77 | [lingo-archipelago-v3.0.2.zip](https://files.fourisland.com/releases/lingo-archipelago/lingo-archipelago-v3.0.2.zip)<br/> | ||
78 | Source: [v3.0.2](https://code.fourisland.com/lingo-archipelago/tag/?h=v3.0.2) | ||
79 | |||
3 | ## v3.0.1 - 2024-04-22 | 80 | ## v3.0.1 - 2024-04-22 |
4 | 81 | ||
5 | - Fixed issue where Progressive Hallway Room did not work properly on worlds | 82 | - Fixed issue where Progressive Hallway Room did not work properly on worlds |