Restore alphabetical order (except for misc)

This commit is contained in:
Gunter Labes 2020-05-11 23:55:14 +02:00 committed by GitHub
parent 4375c1775c
commit 7df8cafb9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,9 @@
## Version 1.14.11+dev
### Add-ons client
* Ensure the client doesn't re-download dependencies that have just been updated during an Update All
run by re-reading add-on versions after each update batch (issue #3273).
### Add-ons server
* Don't send restricted attributes at all, rather than sending them as an empty string (issue #4800).
### Campaigns
* General:
* Fixed instances of multiple [avoid] tags being used (PR#4776).
@ -16,29 +21,24 @@
* Under the Burning Suns:
* Fixed Sun Shydes dehydrating themselves at night.
* Dehydration only affects the player's side.
### Add-ons client
* Ensure the client doesn't re-download dependencies that have just been updated during an Update All
run by re-reading add-on versions after each update batch (issue #3273).
### Add-ons server
* Don't send restricted attributes at all, rather than sending them as an empty string (issue #4800).
### User interface
* Fixed a crash on certain screen resolutions due to UI element padding not being able to fit.
* Fixed a crash when trying to preview an unplayable map (PR#4810; issues #3149, #4395, #4545).
### Units
* Fixed the team color of the berserker idle animation.
* Fixed typo in Troll race description.
* Fixed the Red Mage using the Mage's idle animation.
### Packaging
* Fixed an issue when building using scons and --config=force.
* Fixed creating the lockfile in scons when using python 3.
* Significantly improved the macOS packaging instructions (PR#4781).
### Miscellaneous and bug fixes
* Fixed building with the 64-bit Visual Studio projectfiles.
### Language and i18n
* Updated translations: British English, Czech, Chinese (Traditional), Dutch, Esperanto,
Finnish, French, Italian, Portuguese, Portuguese (Brazil), Swedish.
* Use <game dir>/translations instead of <process working dir>/translations to find core
translation catalogues on Windows.
### Packaging
* Fixed an issue when building using scons and --config=force.
* Fixed creating the lockfile in scons when using python 3.
* Significantly improved the macOS packaging instructions (PR#4781).
### Units
* Fixed the team color of the berserker idle animation.
* Fixed typo in Troll race description.
* Fixed the Red Mage using the Mage's idle animation.
### User interface
* Fixed a crash on certain screen resolutions due to UI element padding not being able to fit.
* Fixed a crash when trying to preview an unplayable map (PR#4810; issues #3149, #4395, #4545).
### Miscellaneous and bug fixes
* Fixed building with the 64-bit Visual Studio projectfiles.
## Version 1.14.11
### Language and i18n