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