1.19.1
This commit is contained in:
parent
d63e06d87a
commit
6189964a77
5 changed files with 12 additions and 17 deletions
17
changelog.md
17
changelog.md
|
@ -1,19 +1,14 @@
|
|||
## Version 1.19.0+dev
|
||||
### Add-ons client
|
||||
### Add-ons server
|
||||
### Campaigns
|
||||
### Editor
|
||||
### Multiplayer
|
||||
### Lua API
|
||||
### Packaging
|
||||
### Terrain
|
||||
## Version 1.19.1
|
||||
### Translations
|
||||
* Updated translations: Bengali, British English, Chinese (Simplified), Czech, French, Japanese, Ukrainian
|
||||
### Units
|
||||
### User interface
|
||||
* Added a melee animation for the Dragoon and Cavalier.
|
||||
* Added a wounded bob animation for the Cavalier.
|
||||
### WML Engine
|
||||
* modify 'apply_to' in [experimental_filter_ability(_active)] or [overwrite][experimental_filter_specials] to do an inclusion check for a comma-separated list of damage types in [resistance] abilities.
|
||||
* Modified 'apply_to' in [experimental_filter_ability(_active)] or [overwrite][experimental_filter_specials] to do an inclusion check for a comma-separated list of damage types in [resistance] abilities.
|
||||
* Removed the deprecated 'controller=number' from [side]
|
||||
### Miscellaneous and Bug Fixes
|
||||
* Fixed erroneous sidebar text caused by [damage_type] assuming that an alternate_type is always present.
|
||||
|
||||
## Version 1.19.0
|
||||
### Add-ons client
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
major = 1
|
||||
minor = 19
|
||||
release = 0
|
||||
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
|
||||
release = 1
|
||||
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.0+dev
|
||||
PROJECT_NUMBER = 1.19.1
|
||||
|
||||
# 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.0</string>
|
||||
<string>1.19.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.19.0</string>
|
||||
<string>1.19.1</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.0+dev"
|
||||
#define VERSION "1.19.1"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue