Skip to content

Commit

Permalink
Merge pull request #428 from CovenEsme/1.4-release
Browse files Browse the repository at this point in the history
1.4 release
  • Loading branch information
CovenEsme authored Nov 22, 2024
2 parents 7ffd0a5 + 803e19b commit 804766d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion constants/randoconstants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
#
# Stable releases ex: "1.0", "1.1", "2.0"
# Pre-releases ex: "1.0-alpha", "1.1-beta", "2.0-rc"
VERSION = "1.4-beta"
VERSION = "1.4"
18 changes: 12 additions & 6 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# Changelog

## Version 1.4-beta
## Version 1.4

### Additions and Changes
* Added community German language translations for the text added and changed by the randomizer

### Fixes
* Fixes dungeon end locations not appearing on the tracker
* Fixes the tracker errors when playing on Linux (actually for real this time)
* Fixes the map assets being missing
* Fixes the errors when trying to mark various items
* Fixes hint region assignment
* Fixed dungeon end locations not appearing on the tracker
* Fixed the tracker errors when playing on Linux (actually for real this time)
* Fixed the map assets being missing
* Fixed the errors when trying to mark various items
* Fixed incorrect logic for the `Lake Floria - Chest near Bird Statue`
* Fixed hint region assignment
* Shipyard locations should now be correctly hinted to account for not being able to ride the minecart backwards
* Fixed incorrect labelling of double doors when the `Decouple Double Doors` setting is disabled
* Fixed error when re-assigning entrances when the `Decouple Entrances` setting is disabled



Expand Down

0 comments on commit 804766d

Please sign in to comment.