changelog_entries

This commit is contained in:
pentarctagon 2024-06-09 22:41:49 -05:00
parent c2a59869cf
commit 80d07152c7
7 changed files with 15 additions and 16 deletions

View file

@ -6,10 +6,14 @@
* Prevent Dacyn from picking up a different staff (issue #8885) * Prevent Dacyn from picking up a different staff (issue #8885)
* Reduce Barrow/Pyre Wight vulnerability to arcane * Reduce Barrow/Pyre Wight vulnerability to arcane
* Many minor bugfixes * Many minor bugfixes
* Heir to the Throne
* Li'sar is no longer renameable.
* Sceptre of Fire * Sceptre of Fire
* S7: Fewer and slower enemies, to balance the buff to the Elvish Outrider unit type * S7: Fewer and slower enemies, to balance the buff to the Elvish Outrider unit type
* Tutorial * Tutorial
* Better timing for some of the hints * Better timing for some of the hints
* World Conquest
* Fix World Conquest's Help dialog showing double scrollbars due to the left tree having it's vertical scrollbar disabled. Changed both vertical and horizontal scrollbar modes to automatic. (issue #8576)
### Editor ### Editor
* Allow loading .mask files * Allow loading .mask files
### Multiplayer ### Multiplayer
@ -21,6 +25,9 @@
### Units ### Units
### User interface ### User interface
* Added a button to the build info dialog to rerun the 1.16 to 1.18 migration tool (issue #7936) * Added a button to the build info dialog to rerun the 1.16 to 1.18 migration tool (issue #7936)
* Overhauled the Language selection dialog to make it more informative, including displaying translation progress and making it easier to select highly-incomplete translations.
* Made the Changelog option in the macOS app menu link to the changelog for the particular Wesnoth app version rather than the Git master branch changelog.
* Add a Community button to the title screen to link to the forums, discord, etc.
### WML Engine ### WML Engine
### Miscellaneous and Bug Fixes ### Miscellaneous and Bug Fixes
* Fixed replays marking achievements as complete (issue #8858) * Fixed replays marking achievements as complete (issue #8858)
@ -28,6 +35,14 @@
* Fixed a crash in the recall dialog when turning off all sorting options (issue #8878) * Fixed a crash in the recall dialog when turning off all sorting options (issue #8878)
* Fixed clicking on a trait in the sidebar sometimes opening the wrong traits help page * Fixed clicking on a trait in the sidebar sometimes opening the wrong traits help page
* Removed wesnothds unused threads commandline options * Removed wesnothds unused threads commandline options
* Trying to load an image filename ending ".jpg" will now automatically try ".webp" if the ".jpg" isnt found.
* Fix: releasing a mouse button at the same time as a dialog pops up sometimes dismissed the dialog immediately (issue #8644)
* Fixed macOS saves going in the wrong directory.
* Fixed unit portraits being too large in the in-game help when a pixel scale multiplier was set but disabled.
* Fixed the unit idle animation preference not being saved correctly.
* Fixed multiplayer games not entering linger mode after the scenario ends due to a turn limit.
* Fixed achievements being marked completed when only watching a replay.
* Fixed Wesnoth crashing when reloading a multiplayer game in debug mode.
## Version 1.18.0 ## Version 1.18.0
### Add-ons client ### Add-ons client

View file

@ -1,2 +0,0 @@
### Miscellaneous and Bug Fixes
* Add a Community button to the title screen to link to the forums, discord, etc.

View file

@ -1,2 +0,0 @@
### Miscellaneous and Bug Fixes
* Trying to load an image filename ending ".jpg" will now automatically try ".webp" if the ".jpg" isnt found.

View file

@ -1,4 +0,0 @@
### User interface
* Overhauled the Language selection dialog to make it more informative, including
displaying translation progress and making it easier to select highly-incomplete
translations.

View file

@ -1,3 +0,0 @@
### User interface
* Made the Changelog option in the macOS app menu link to the changelog for the particular
Wesnoth app version rather than the Git master branch changelog.

View file

@ -1,2 +0,0 @@
### Miscellaneous and Bug Fixes
* Fix: releasing a mouse button at the same time as a dialog pops up sometimes dismissed the dialog immediately (issue #8644)

View file

@ -1,3 +0,0 @@
### Campaigns
* World Conquest
Fix World Conquest's Help dialog showing double scrollbars due to the left tree having it's vertical scrollbar disabled. Changed both vertical and horizontal scrollbar modes to automatic. (issue #8576)