diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 334 |
1 files changed, 334 insertions, 0 deletions
| diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..56f6753 --- /dev/null +++ b/CHANGELOG.md | |||
| @@ -0,0 +1,334 @@ | |||
| 1 | # lingo2-archipelago Releases | ||
| 2 | |||
| 3 | ## v8.0.2 - 2025-11-11 | ||
| 4 | |||
| 5 | - Fixed a logic issue in The Symbolic where Poetry Room and Whirred Room were | ||
| 6 | not part of the requirements to access the mastery. | ||
| 7 | - Fixed the issue where the Poetry Room location would be sent early. | ||
| 8 | - The Daedalus Hedges Tower door is now latched (it will stay open after being | ||
| 9 | opened once). | ||
| 10 | |||
| 11 | Compatibility notes: | ||
| 12 | |||
| 13 | - This client should overall be compatible with worlds generated on v8.0.0 and | ||
| 14 | v8.0.1. The tracker will now correctly show when The Symbolic - Mastery is | ||
| 15 | possible to get in-game. However, this does not match the generator's logic in | ||
| 16 | earlier versions of the apworld, so you may end up in a position where you are | ||
| 17 | blocked because the mastery is impossible to get. Playing on another version | ||
| 18 | of the client will not fix this problem, nor is there an easy way to get the | ||
| 19 | mastery out-of-logic, and you may need to use server commands to send the | ||
| 20 | location early. | ||
| 21 | - See the v8.0.1 release notes for additional compatibility notes regarding | ||
| 22 | earlier versions. | ||
| 23 | |||
| 24 | Download: | ||
| 25 | [lingo2.apworld](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v8.0.2/lingo2.apworld)<br/> | ||
| 26 | Template YAML: | ||
| 27 | [Lingo 2.yaml](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v8.0.2/Lingo%202.yaml)<br/> | ||
| 28 | Source: [v8.0.2](https://code.fourisland.com/lingo2-archipelago/tag/?h=v8.0.2) | ||
| 29 | |||
| 30 | ## v8.0.1 - 2025-11-05 | ||
| 31 | |||
| 32 | - Fixed issue where The Unkempt - COLOR would disappear when it became logical | ||
| 33 | to solve it. It is now always present, and does not logically require cyan | ||
| 34 | doors or the orange control center door. | ||
| 35 | - Fixed issue where you would be expected to solve The Owl - COLOR while it is | ||
| 36 | invisible. It is now considered a cyan door. | ||
| 37 | |||
| 38 | Compatibility notes: | ||
| 39 | |||
| 40 | - This client should overall be compatible with worlds generated on v8.0.0. The | ||
| 41 | tracker will show the new logic for The Unkempt - COLOR, which reflects when | ||
| 42 | it is solvable in game, but may place it in an earlier sphere than it was in | ||
| 43 | the original generation. Conversely, The Owl - COLOR is now more restricted in | ||
| 44 | the new logic, so you may end up in a situation where you are required to | ||
| 45 | solve it but the tracker does not realize it is in logic. However, the panel | ||
| 46 | is simply invisible when you don't have cyan doors, meaning it is easy to | ||
| 47 | solve it early if necessary. | ||
| 48 | |||
| 49 | Download: | ||
| 50 | [lingo2.apworld](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v8.0.1/lingo2.apworld)<br/> | ||
| 51 | Template YAML: | ||
| 52 | [Lingo 2.yaml](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v8.0.1/Lingo%202.yaml)<br/> | ||
| 53 | Source: [v8.0.1](https://code.fourisland.com/lingo2-archipelago/tag/?h=v8.0.1) | ||
| 54 | |||
| 55 | ## v8.0.0 - 2025-11-02 | ||
| 56 | |||
| 57 | - ~50 new locations were added, such that almost every panel in the game is now | ||
| 58 | part of either a location or a connection. Some existing locations were also | ||
| 59 | modified or removed to make this cleaner. The only panels that are not part of | ||
| 60 | any location or connection are the ones in rooms that you are explicitly not | ||
| 61 | supposed to solve (e.g. the letter rooms in Daedalus where you are only | ||
| 62 | supposed to solve the panels indicated by the ceiling). | ||
| 63 | - Multiworld state is now saved in a way that should increase compatibility when | ||
| 64 | playing on a client that is a different version than the apworld that | ||
| 65 | generated the world, going forward. Complete compatibility is not guaranteed, | ||
| 66 | but this fixes some of the glaring issues. Also note that this client is _not_ | ||
| 67 | compatible with worlds generated on v7.x.x. | ||
| 68 | - Hinted locations are now prioritized in the tracker, and are displayed in a | ||
| 69 | different color. | ||
| 70 | - Locations can now be ignored in the tracker, which removes them from the | ||
| 71 | overlay and puts them at the bottom of the tab in the text client. | ||
| 72 | - Fixed the Yellow Ending door not opening properly when gallery paintings are | ||
| 73 | shuffled. | ||
| 74 | - The trigger for the gallery painting in The Unyielding is now smaller, so that | ||
| 75 | it matches the logical requirement. | ||
| 76 | - The DIRECTION panels near the Castle in Daedalus are now moved when the roof | ||
| 77 | access stairs are present, so that you don't lose access to them. | ||
| 78 | |||
| 79 | Download: | ||
| 80 | [lingo2.apworld](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v8.0.0/lingo2.apworld)<br/> | ||
| 81 | Template YAML: | ||
| 82 | [Lingo 2.yaml](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v8.0.0/Lingo%202.yaml)<br/> | ||
| 83 | Source: [v8.0.0](https://code.fourisland.com/lingo2-archipelago/tag/?h=v8.0.0) | ||
| 84 | |||
| 85 | ## v7.2.0 - 2025-10-25 | ||
| 86 | |||
| 87 | - Doors that rely on keyholders or the control center color panel are now | ||
| 88 | "latched". This means they will not close once they've been opened. Because of | ||
| 89 | this, the worldports near these doors are now eligible for randomization in | ||
| 90 | worldport shuffle. | ||
| 91 | - Icarus is now optionally randomizable. | ||
| 92 | - The requirements for accessing White Ending are now customizable. You can | ||
| 93 | choose to require a number of endings as well as a number of masteries. | ||
| 94 | - The "Return To" trigger in The Plaza is now outside of the turtle. | ||
| 95 | - Fixed a logic error regarding a couple of specific doors in vanilla doors | ||
| 96 | mode. | ||
| 97 | - Fixed a bug where unlocks would not persist if you were playing with all | ||
| 98 | letters pre-unlocked and cyan doors on "any double letter". | ||
| 99 | - Fixed a bug where the client would fail to connect properly when launched from | ||
| 100 | a URL if the player name had spaces in it. | ||
| 101 | |||
| 102 | Download: | ||
| 103 | [lingo2.apworld](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v7.2.0/lingo2.apworld)<br/> | ||
| 104 | Template YAML: | ||
| 105 | [Lingo 2.yaml](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v7.2.0/Lingo%202.yaml)<br/> | ||
| 106 | Source: [v7.2.0](https://code.fourisland.com/lingo2-archipelago/tag/?h=v7.2.0) | ||
| 107 | |||
| 108 | ## v7.1.0 - 2025-10-07 | ||
| 109 | |||
| 110 | - Added a "Get Path" button to the locations tracker. This shows you the path | ||
| 111 | you're currently expected to be able to take in order to reach that | ||
| 112 | location/worldport/goal. | ||
| 113 | - Worldport names in the spoiler log have been changed to be more descriptive. | ||
| 114 | - Jumping into The Graveyard from The Sun Temple is now in logic. | ||
| 115 | - Solving the FLIP panels above the Liberated and Literate entrances by looking | ||
| 116 | up is now in logic. | ||
| 117 | - Renamed some locations so that they're shorter. | ||
| 118 | - Fixed bug where White Ending would kick the player out of Archipelago. | ||
| 119 | - Fixed bug where the minimap would be completely white when a texture pack is | ||
| 120 | enabled. | ||
| 121 | - Generation failures while shuffling worldports should be significantly less | ||
| 122 | common. | ||
| 123 | |||
| 124 | Download: | ||
| 125 | [lingo2.apworld](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v7.1.0/lingo2.apworld)<br/> | ||
| 126 | Template YAML: | ||
| 127 | [Lingo 2.yaml](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v7.1.0/Lingo%202.yaml)<br/> | ||
| 128 | Source: [v7.1.0](https://code.fourisland.com/lingo2-archipelago/tag/?h=v7.1.0) | ||
| 129 | |||
| 130 | ## v7.0.2 - 2025-10-03 | ||
| 131 | |||
| 132 | - Fixed issue connecting to password-protected slots. | ||
| 133 | - Added instructions for using the client on Linux. | ||
| 134 | |||
| 135 | Download: | ||
| 136 | [lingo2.apworld](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v7.0.2/lingo2.apworld)<br/> | ||
| 137 | Template YAML: | ||
| 138 | [Lingo 2.yaml](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v7.0.2/Lingo%202.yaml)<br/> | ||
| 139 | Source: [v7.0.2](https://code.fourisland.com/lingo2-archipelago/tag/?h=v7.0.2) | ||
| 140 | |||
| 141 | ## v7.0.1 - 2025-10-01 | ||
| 142 | |||
| 143 | - Fixed logic error regarding the Plaza Entrance in The Repetitive. Going from | ||
| 144 | The Plaza to The Repetitive does not require the door to be open in vanilla | ||
| 145 | doors, but both directions require the door item when doors are shuffled. | ||
| 146 | - Fixed Worldports tracker tab getting messed up after disconnecting and | ||
| 147 | reconnecting to multiworld. | ||
| 148 | - Improved error messages when failing to connect. The game now also shows you | ||
| 149 | when your connection has dropped. | ||
| 150 | |||
| 151 | Download: | ||
| 152 | [lingo2.apworld](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v7.0.1/lingo2.apworld)<br/> | ||
| 153 | Template YAML: | ||
| 154 | [Lingo 2.yaml](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v7.0.1/Lingo%202.yaml)<br/> | ||
| 155 | Source: [v7.0.1](https://code.fourisland.com/lingo2-archipelago/tag/?h=v7.0.1) | ||
| 156 | |||
| 157 | ## v7.0.0 - 2025-09-30 | ||
| 158 | |||
| 159 | - Major update! First and foremost: the client and apworld are no longer | ||
| 160 | separate! There is only an apworld now, which you install into your | ||
| 161 | Archipelago custom worlds folder as per normal. In order to play a randomized | ||
| 162 | world, you open the Archipelago Launcher and click Lingo 2 Client. The first | ||
| 163 | time you do this, it will ask you for the location of your Lingo2.exe, which | ||
| 164 | you can find by right clicking on the game in Steam and clicking Browse Local | ||
| 165 | Files. | ||
| 166 | - **Built-in tracker**: The in-game text client has a new tab called "Locations" | ||
| 167 | which lists the currently accessible locations similar to how Universal | ||
| 168 | Tracker does it. There is also an optional overlay you can enable in the | ||
| 169 | settings, which shows you some of your accessible locations on screen while | ||
| 170 | you're playing. If you're playing with vanilla letters, the tracker won't show | ||
| 171 | you locations that are solvable with letters until you collect the actual | ||
| 172 | letters, in order to help direct you better. More features will be coming to | ||
| 173 | the tracker in the future! | ||
| 174 | - **Worldport shuffle**: The first part of entrance randomization is here! | ||
| 175 | Enabling this shuffles the destinations of the worldports, which are the | ||
| 176 | loading zones you walk into in order to change maps. Some restrictions apply, | ||
| 177 | which are noted in the option description. The tracker will show a list of | ||
| 178 | worldports you haven't entered yet, and will also not show you what lies | ||
| 179 | beyond a worldport until you've entered it. There is also a tab in the | ||
| 180 | textclient showing you the mapping between worldports you've already entered. | ||
| 181 | - **Minimap**: There is an option in the settings to show a minimap in the | ||
| 182 | corner of the screen. This shows an overhead view of the map you're on, and | ||
| 183 | where you are in it. More features will be coming to the minimap in the | ||
| 184 | future! | ||
| 185 | - Fixed the gate outside the Daedalus entrance in The Great not opening when | ||
| 186 | control center colors are shuffled. | ||
| 187 | |||
| 188 | Download: | ||
| 189 | [lingo2.apworld](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v7.0.0/lingo2.apworld)<br/> | ||
| 190 | Template YAML: | ||
| 191 | [Lingo 2.yaml](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v7.0.0/Lingo%202.yaml)<br/> | ||
| 192 | Source: [v7.0.0](https://code.fourisland.com/lingo2-archipelago/tag/?h=v7.0.0) | ||
| 193 | |||
| 194 | ## Legacy Client v6.7 - 2025-09-19 | ||
| 195 | |||
| 196 | - Added a compass overlay. This makes it clearer which direction corresponds to | ||
| 197 | which compass direction, which is useful since many location/item names | ||
| 198 | reference compass directions. It can be enabled in the settings screen on the | ||
| 199 | pause menu. | ||
| 200 | - Compatability update for the changes in v6.6 of the apworld. | ||
| 201 | |||
| 202 | Download: | ||
| 203 | [lingo2-archipelago-client-v6.7.zip](https://files.fourisland.com/releases/lingo2-archipelago/client/lingo2-archipelago-client-v6.7.zip)<br/> | ||
| 204 | Source: | ||
| 205 | [v6.7](https://code.fourisland.com/lingo2-archipelago/tag/?h=client-v6.7) | ||
| 206 | |||
| 207 | ## Legacy Apworld v6.6 - 2025-09-19 | ||
| 208 | |||
| 209 | - Added options that make the requirements for Purple Ending and Cyan Ending | ||
| 210 | stricter. With the strict options on, players are required to have all purple | ||
| 211 | (level 1) letters in order to get Purple Ending, and all cyan (level 2) | ||
| 212 | letters to get Cyan Ending. These options are on by default. | ||
| 213 | - Renamed several items and locations, mostly regarding changing relative | ||
| 214 | directions (left, right, etc) to compass directions. The colored SMILE panels | ||
| 215 | in Daedalus now have clearer names too. | ||
| 216 | - Fixed some minor logic errors. | ||
| 217 | |||
| 218 | Download: | ||
| 219 | [lingo2.apworld](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v6.6/lingo2.apworld)<br/> | ||
| 220 | Template YAML: | ||
| 221 | [Lingo 2.yaml](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v6.6/Lingo%202.yaml)<br/> | ||
| 222 | Source: | ||
| 223 | [v6.6](https://code.fourisland.com/lingo2-archipelago/tag/?h=apworld-v6.6) | ||
| 224 | |||
| 225 | ## Legacy Client v5.6 - 2025-09-17 | ||
| 226 | |||
| 227 | - Letter locations will no longer reappear after being collected. | ||
| 228 | - This also prevents a potential scenario in which it is impossible to access | ||
| 229 | the location "The Congruent - Obverse Yellow Puzzles" when door shuffle is | ||
| 230 | disabled. | ||
| 231 | |||
| 232 | Download: | ||
| 233 | [lingo2-archipelago-client-v5.6.zip](https://files.fourisland.com/releases/lingo2-archipelago/client/lingo2-archipelago-client-v5.6.zip)<br/> | ||
| 234 | Source: | ||
| 235 | [v5.6](https://code.fourisland.com/lingo2-archipelago/tag/?h=client-v5.6) | ||
| 236 | |||
| 237 | ## Legacy Client v5.5 - 2025-09-16 | ||
| 238 | |||
| 239 | - Compatability update for v5.5 of the apworld. | ||
| 240 | |||
| 241 | Download: | ||
| 242 | [lingo2-archipelago-client-v5.5.zip](https://files.fourisland.com/releases/lingo2-archipelago/client/lingo2-archipelago-client-v5.5.zip)<br/> | ||
| 243 | Source: | ||
| 244 | [v5.5](https://code.fourisland.com/lingo2-archipelago/tag/?h=client-v5.5) | ||
| 245 | |||
| 246 | ## Legacy Apworld v5.5 - 2025-09-16 | ||
| 247 | |||
| 248 | - Fixed a panel in The Ancient that was missing a symbol. | ||
| 249 | - Fixed an issue where you could be expected to get S1 in The Darkroom without | ||
| 250 | having U. | ||
| 251 | - Renamed a few locations. | ||
| 252 | |||
| 253 | Download: | ||
| 254 | [lingo2.apworld](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v5.5/lingo2.apworld)<br/> | ||
| 255 | Template YAML: | ||
| 256 | [Lingo 2.yaml](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v5.5/Lingo%202.yaml)<br/> | ||
| 257 | Source: | ||
| 258 | [v5.5](https://code.fourisland.com/lingo2-archipelago/tag/?h=apworld-v5.5) | ||
| 259 | |||
| 260 | ## Legacy Apworld v4.4 - 2025-09-14 | ||
| 261 | |||
| 262 | - Fixed panel set location names. | ||
| 263 | |||
| 264 | Download: | ||
| 265 | [lingo2.apworld](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v4.4/lingo2.apworld)<br/> | ||
| 266 | Template YAML: | ||
| 267 | [Lingo 2.yaml](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v4.4/Lingo%202.yaml)<br/> | ||
| 268 | Source: | ||
| 269 | [v4.4](https://code.fourisland.com/lingo2-archipelago/tag/?h=apworld-v4.4) | ||
| 270 | |||
| 271 | ## Legacy Client v4.4 - 2025-09-13 | ||
| 272 | |||
| 273 | - Added support for anti-collectable trap items. | ||
| 274 | - Fixed entrance to The Jubilant not opening properly when using control center | ||
| 275 | color shuffle. | ||
| 276 | - Fixed the location "The Entry (Colored Doors Area) - OPEN" not sending. | ||
| 277 | - Fixed level 2 letters not activating properly when letter shuffle is set to | ||
| 278 | Item Cyan. | ||
| 279 | - Messages are now cleared out when returning to the main menu. | ||
| 280 | - The player is prevented from accidentally breaking roof access logic when | ||
| 281 | returning to Daedalus from Icarus. | ||
| 282 | |||
| 283 | Download: | ||
| 284 | [lingo2-archipelago-client-v4.4.zip](https://files.fourisland.com/releases/lingo2-archipelago/client/lingo2-archipelago-client-v4.4.zip)<br/> | ||
| 285 | Source: | ||
| 286 | [v4.4](https://code.fourisland.com/lingo2-archipelago/tag/?h=client-v4.4) | ||
| 287 | |||
| 288 | ## Legacy Apworld v4.3 - 2025-09-13 | ||
| 289 | |||
| 290 | - Added a location for the anti-collectable in The Repetitive. | ||
| 291 | - Added trap items. These remove letters from your keyboard until you use the | ||
| 292 | Key Return in The Entry, similar to the anti-collectable in The Repetitive. | ||
| 293 | This can be controlled using the `trap_percentage` option, which defaults to | ||
| 294 | zero. | ||
| 295 | - Fixed crash on load when using Python 3.11. | ||
| 296 | |||
| 297 | Download: | ||
| 298 | [lingo2.apworld](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v4.3/lingo2.apworld)<br/> | ||
| 299 | Template YAML: | ||
| 300 | [Lingo 2.yaml](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v4.3/Lingo%202.yaml)<br/> | ||
| 301 | Source: | ||
| 302 | [v4.3](https://code.fourisland.com/lingo2-archipelago/tag/?h=apworld-v4.3) | ||
| 303 | |||
| 304 | ## Legacy Client v3.3 - 2025-09-12 | ||
| 305 | |||
| 306 | - Fixed issue downloading large datapackages (such as TUNIC's). | ||
| 307 | - Connection failures now show error messages. | ||
| 308 | |||
| 309 | Download: | ||
| 310 | [lingo2-archipelago-client-v3.3.zip](https://files.fourisland.com/releases/lingo2-archipelago/client/lingo2-archipelago-client-v3.3.zip)<br/> | ||
| 311 | Source: | ||
| 312 | [v3.3](https://code.fourisland.com/lingo2-archipelago/tag/?h=client-v3.3) | ||
| 313 | |||
| 314 | ## Legacy Client v3.2 - 2025-09-12 | ||
| 315 | |||
| 316 | - Initial release for testing. Features include door shuffle, letter shuffle, | ||
| 317 | and symbol shuffle. | ||
| 318 | |||
| 319 | Download: | ||
| 320 | [lingo2-archipelago-client-v3.2.zip](https://files.fourisland.com/releases/lingo2-archipelago/client/lingo2-archipelago-client-v3.2.zip)<br/> | ||
| 321 | Source: | ||
| 322 | [v3.2](https://code.fourisland.com/lingo2-archipelago/tag/?h=client-v3.2) | ||
| 323 | |||
| 324 | ## Legacy Apworld v3.2 - 2025-09-12 | ||
| 325 | |||
| 326 | - Initial release for testing. Features include door shuffle, letter shuffle, | ||
| 327 | and symbol shuffle. | ||
| 328 | |||
| 329 | Download: | ||
| 330 | [lingo2.apworld](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v3.2/lingo2.apworld)<br/> | ||
| 331 | Template YAML: | ||
| 332 | [Lingo 2.yaml](https://files.fourisland.com/releases/lingo2-archipelago/apworld/v3.2/Lingo%202.yaml)<br/> | ||
| 333 | Source: | ||
| 334 | [v3.2](https://code.fourisland.com/lingo2-archipelago/tag/?h=apworld-v3.2) | ||
