add changelog entries (#8922)

This commit is contained in:
Subhraman Sarkar 2024-05-26 11:29:37 +05:30 committed by GitHub
parent da7e57422e
commit bd36e29ffa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,2 @@
### Editor
* New UI in the Scenario Editor that allows to create custom unit types, accessible by Unit menu > New Unit Type.

View file

@ -0,0 +1,4 @@
### User interface
* new combobox and tab_container widgets
* editability in text box via the editable key

View file

@ -0,0 +1,2 @@
### User interface
* The campaign list in New Campaign dialog now supports filtering campaigns by whether they have been completed and at which difficulty.

View file

@ -0,0 +1,2 @@
### Multiplayer
* In the Aethermaw map, Sulla's title has been changed to Aether Mage and prose slightly rewritten to include this change.

View file

@ -0,0 +1,3 @@
### Units
* Elvish Enchantress - description for 'entangle' changed to 'ethereal web', icon changed.
* Elvish Sylph - description for 'gossamer' changed to 'ethereal web'.

View file

@ -0,0 +1,6 @@
### User interface
* Game version dialog redesigned to act as an general purpose About dialog.
* Community dialog moved to About dialog as a new tab. Community button removed from title screen.
* Credits button moved from Title Screen into About dialog.
* Success indication mechanism on buttons. Currently used only for copy buttons.
* Slight reorganization of title screen buttons.