From 99469ba31d2acb36df69672b47624ec9d17a0ca7 Mon Sep 17 00:00:00 2001 From: pentarctagon Date: Tue, 26 Nov 2024 12:16:03 -0600 Subject: [PATCH] 1.19.6 --- changelog.md | 8 ++------ data/tools/wesnoth/version.py | 4 ++-- doc/doxygen/Doxyfile | 2 +- projectfiles/Xcode/Info.plist | 4 ++-- src/wesconfig.h | 2 +- 5 files changed, 8 insertions(+), 12 deletions(-) diff --git a/changelog.md b/changelog.md index 134e20bffe9..3765dbe846b 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/data/tools/wesnoth/version.py b/data/tools/wesnoth/version.py index b6d9641c076..d501627142c 100755 --- a/data/tools/wesnoth/version.py +++ b/data/tools/wesnoth/version.py @@ -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, diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index 1c264d93ffd..4fe1a8975e5 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -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 diff --git a/projectfiles/Xcode/Info.plist b/projectfiles/Xcode/Info.plist index 21d9fc2bcdd..34e35d83404 100644 --- a/projectfiles/Xcode/Info.plist +++ b/projectfiles/Xcode/Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.19.5 + 1.19.6 CFBundleSignature ???? CFBundleVersion - 1.19.5 + 1.19.6 LSApplicationCategoryType public.app-category.strategy-games NSHighResolutionCapable diff --git a/src/wesconfig.h b/src/wesconfig.h index 4740cc197b2..0242ecd9bfa 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -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