Synced changelog with 1.14

This commit is contained in:
Charles Dang 2020-12-20 14:10:55 +11:00
parent bfee8bbf3b
commit 1235a6e9af

View file

@ -36,7 +36,7 @@
### Multiplayer
* Added `/roll N` command to multiplayer games and game lobbies which produces a publicly visible random integer number ranged from 1 to N inclusively (issue #5221, PR #5326).
### Packaging
* SDL_Image 2.0.2 or later is now required (was 2.0.0).
* SDL_Image 2.0.2 or later is now required (was 2.0.0).
### Terrain
### Translations
* Updated translations: British English, Czech, Italian, Polish, Portuguese (Brazil),
@ -762,7 +762,25 @@
* Game bans are now also enforced by username. (PR#4139)
* Usernames on the host's ignore list are automatically banned. (PR#4143)
## Version 1.14.13+dev
## Version 1.14.15
### Add-ons client
* Fix potential crashes when working with installed add-ons that have a corrupted _info.cfg file.
### Campaigns
* Descent into Darkness:
* S11: fix low probability case of enemy being unreachable
* S11: recall ghosts if available and ensure the player gets one level 2 ghost.
* Eastern Invasion:
* S03: fix the initial keep being blocked at the start
### Translations
* Updated translations: British English, Catalan, Czech, French, German, Italian,
Japanese, Polish, Portuguese (Brazil), Russian, Turkish
### User interface
* Fixed formatting of hyperlinks when the same URL appears more than once in a block of text
### Miscellaneous and Bug Fixes
* Fixed a rare issue on Windows that could result in wesnoth.exe sticking around waiting for console input after encountering an error despite not being launched with the `--wconsole` option.
* Removed documentation for network proxy-related command line options previously removed in version 1.13.1 along with libana.
## Version 1.14.14
### Add-ons client
* Add-on titles and descriptions translated to the current language are used when available.
The original English title is displayed in the UI and considered for search purposes in addition
@ -772,8 +790,13 @@
time in the .pbl (PR #4993). Only clients running 1.14.14/1.15.4 or later can read the
translated values.
### Language and i18n
* Updated translations: British English, Chinese (Simplified), Esperanto, Italian,
* Updated translations: British English, Catalan, Chinese (Simplified),
Chinese (Traditional), Czech, Esperanto, French, Hungarian, Italian, Polish,
Portuguese (Brazil), Russian, Spanish, Turkish
### Multiplayer
* 5p - The Wilderlands:
* Player 5s units are sorted when cycling through them with the »n« key.
* Map tweaks (changes to some castles & villages, the northern river and embellishments)
### User interface
* Do not list nameless abilities in the Abilities and Ability Upgrades lists in unit
descriptions in Help (issue #3060).