This commit is contained in:
pentarctagon 2024-09-17 21:21:55 -05:00
parent 1ba012f05c
commit ff9c4461ae
5 changed files with 7 additions and 15 deletions

View File

@ -1,14 +1,7 @@
## Version 1.19.3+dev ## Version 1.19.4
### Add-ons client
### Add-ons server
### Campaigns
### Editor
### Multiplayer
### Lua API ### Lua API
* Added new function gui.switch_theme() to allow switching to another gui2 theme from inside a scenario. * Added new function gui.switch_theme() to allow switching to another gui2 theme from inside a scenario.
* Updated to lua 5.4.7 * Updated to lua 5.4.7
### Packaging
### Terrain
### Translations ### Translations
* Updated translations: Arabic, Bengali, British English, Chinese (Simplified), Czech, Italian, Japanese, Turkish, Ukrainian * Updated translations: Arabic, Bengali, British English, Chinese (Simplified), Czech, Italian, Japanese, Turkish, Ukrainian
### Units ### Units
@ -25,7 +18,6 @@
* Removed properties `unit.side` and `terrain.owner` from WFL. Use `unit.side_number` and `terrain.owner_side` instead. * Removed properties `unit.side` and `terrain.owner` from WFL. Use `unit.side_number` and `terrain.owner_side` instead.
* Fixed events with negative priority not being stored in save files. * Fixed events with negative priority not being stored in save files.
* Events can now be added to abilities and weapon specials. * Events can now be added to abilities and weapon specials.
### Miscellaneous and Bug Fixes
## Version 1.19.3 ## Version 1.19.3
### Campaigns ### Campaigns

View File

@ -2,8 +2,8 @@
major = 1 major = 1
minor = 19 minor = 19
release = 3 release = 4
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None dev_suffix = "" # either use "+dev", "-dev", "" (empty string) or None
as_string = "{}.{}.{}{}".format(major, as_string = "{}.{}.{}{}".format(major,
minor, minor,

View File

@ -38,7 +38,7 @@ PROJECT_NAME = "The Battle for Wesnoth"
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.
PROJECT_NUMBER = 1.19.3+dev PROJECT_NUMBER = 1.19.4
# Using the PROJECT_BRIEF tag one can provide an optional one line description # 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 # for a project that appears at the top of each page and should give viewer a

View File

@ -19,11 +19,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.19.3</string> <string>1.19.4</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.19.3</string> <string>1.19.4</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.strategy-games</string> <string>public.app-category.strategy-games</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>

View File

@ -40,7 +40,7 @@
#undef VERSION #undef VERSION
#endif #endif
#define VERSION "1.19.3+dev" #define VERSION "1.19.4"
// Used for the Windows executables' version info resource. // Used for the Windows executables' version info resource.
#define RC_VERSION_MAJOR 1 #define RC_VERSION_MAJOR 1