1.19.6
This commit is contained in:
parent
ed94f9b02b
commit
99469ba31d
5 changed files with 8 additions and 12 deletions
|
@ -1,18 +1,13 @@
|
|||
## Version 1.19.5+dev
|
||||
## Version 1.19.6
|
||||
### Add-ons client
|
||||
* The Add-ons client now supports UI Theme type add-ons (id 'theme').
|
||||
### Add-ons server
|
||||
### Campaigns
|
||||
* Son of the Black-Eye
|
||||
* Allowed Saurian Skirmishers to advance into Saurian Spearthrower.
|
||||
* The Hammer of Thursagan
|
||||
* Added Achievements.
|
||||
### Editor
|
||||
### Multiplayer
|
||||
* OOS-bugs have been fixed.
|
||||
### Lua API
|
||||
### Packaging
|
||||
### Terrain
|
||||
### Translations
|
||||
* Updated translations: Arabic, Bengali, British English, Chinese (Simplified), Czech, German, Hungarian, Norwegian, Turkish
|
||||
### Units
|
||||
|
@ -33,6 +28,7 @@
|
|||
* Help Browser now has a checkbox for showing/hiding the contents list in low-resolution systems (800x600 or less).
|
||||
* It is now possible to select text in MP Lobby chat and Gamestate Inspector via mouse drag.
|
||||
* Switched default Pango/Cairo backend from CoreText to Fontconfig on macOS to fix issues with certain fonts such as Oldania ADF Std being unrecognized on current OS versions (issue #8488).
|
||||
* More titlescreen images have been added.
|
||||
### WML Engine
|
||||
* Add a [remove_specials] tag in [effect] to be able to remove specials with other criteria than the id (type of the special, active_on, apply_to or other attributes).
|
||||
* Add [filter_special] to [has_attack/filter_weapon] in order to simultaneously check specials with id and type, and/or other attributes.
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
major = 1
|
||||
minor = 19
|
||||
release = 5
|
||||
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
|
||||
release = 6
|
||||
dev_suffix = "" # either use "+dev", "-dev", "" (empty string) or None
|
||||
|
||||
as_string = "{}.{}.{}{}".format(major,
|
||||
minor,
|
||||
|
|
|
@ -38,7 +38,7 @@ PROJECT_NAME = "The Battle for Wesnoth"
|
|||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = 1.19.5+dev
|
||||
PROJECT_NUMBER = 1.19.6
|
||||
|
||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||
# for a project that appears at the top of each page and should give viewer a
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.19.5</string>
|
||||
<string>1.19.6</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.19.5</string>
|
||||
<string>1.19.6</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.strategy-games</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#undef VERSION
|
||||
#endif
|
||||
|
||||
#define VERSION "1.19.5+dev"
|
||||
#define VERSION "1.19.6"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue