This commit is contained in:
pentarctagon 2024-07-21 22:38:25 -05:00
parent a57ba21c82
commit 7cf3a8d853
5 changed files with 7 additions and 14 deletions

View file

@ -1,6 +1,4 @@
## Version 1.19.1+dev
### Add-ons client
### Add-ons server
## Version 1.19.2
### Campaigns
* Eastern Invasion
* fixed Gweddry having the wrong HP values
@ -41,13 +39,8 @@
* Redesigned with new icons
* New Open External button that opens selected file/folder in the platform's default application (independently of what pressing Open would do). This could be used to quickly open a folder or preview the file before actually selecting it.
* Extension checking and filename validation. (See #8911)
### Multiplayer
### Lua API
### Packaging
### Terrain
### Translations
* Updated translations: Bengali, British English, Chinese (Simplified), Czech, Finnish, French, German, Ukrainian
### Units
### User interface
* When a player types something into the Load Game filter box and then changes to a different version, apply the filter immediately instead of showing the full list of files.
* An updated design for the titlescreen has been added. This can be toggled in the Display preferences. (#8953)

View file

@ -2,8 +2,8 @@
major = 1
minor = 19
release = 1
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
release = 2
dev_suffix = "" # either use "+dev", "-dev", "" (empty string) or None
as_string = "{}.{}.{}{}".format(major,
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
# control system is used.
PROJECT_NUMBER = 1.19.1+dev
PROJECT_NUMBER = 1.19.2
# 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

View file

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

View file

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