Fixed some issues with desynced changelogs and incorrect capitalization/order

[ci skip]

(cherry-picked from commit 3259ef75b9)
This commit is contained in:
Iris Morelle 2018-05-04 07:04:31 -03:00
parent bd8176dc42
commit 71f2c37b25
2 changed files with 18 additions and 2 deletions

View file

@ -56,7 +56,7 @@
### Units
* Changed the plural name for the merfolk race from Mermen to Merfolk (issue #2940)
and replaced a few instances in core unit or terrain descriptions accordingly.
### User Interface
### User interface
* Swapped the position and formatting of game names and titles in the MP lobby.
* Made Faction Select button's purpose more clear in MP Staging.
* Implemented MP chat message history saving (issue #1194, issue #2802).

View file

@ -4,18 +4,34 @@ changelog: https://github.com/wesnoth/wesnoth/blob/master/changelog.md
## Version 1.15.0-dev
### Campaigns
* Eastern Invasion
* In 'Captured', fixed units incorrectly costing upkeep after leveling up.
* The Hammer of Thursagan
* Fixed a misplaced door image in S12.
* S12 Fixed enemies from ai6 (south-east lich) going to the book (spider) room
* S12 Fixed north treasure chest disappearing
* The Rise of Wesnoth
* New set of story art.
* Under the Burning Suns
* Changed Sun Singer movetype from float to foot.
* Added some Quenoth elf unit animations.
* New set of Quenoth faction and character portraits by LordBob.
* Updated sprites for several Quenoth units.
### Language and i18n
* Updated translations: British English, Chinese (Simplified), Czech, French,
Galician, German, Italian, Japanese, Polish, Scottish Gaelic, Slovak,
Spanish, Ukrainian.
### User Interface
### User interface
* Implemented MP chat message history saving (issue #1194, issue #2802).
* Removed individual Join/Observe buttons for each game in the MP Lobby.
* Highlight the titles of MP games with vacant slots.
* Improved MP Lobby layout on low resolutions.
* Improved reporting of network errors in the MP lobby (issue #3005).
### Miscellaneous and bug fixes
* Fixed minimap buttons not doing anything (bug #2681)
* Fixed some hotkeys triggering multiple commands on GNU/Linux (bug #1736)
* Removed misleading tooltip text stating registered nicknames are optional for
the official MP server.
* Attempting to save a screenshot with an unsupported format now shows an error
message, instead of saving the screenshot as BMP with the requested extension.