This commit is contained in:
Pentarctagon 2023-06-17 23:45:14 -05:00
parent 8c1aa790ab
commit 5ccd1507c9
5 changed files with 7 additions and 14 deletions

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.17.17+dev
PROJECT_NUMBER = 1.17.18
# 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

@ -1,6 +1,4 @@
## Version 1.17.17+dev
### Add-ons client
### Add-ons server
## Version 1.17.18
### Campaigns
* Heir to the Throne
* S19c and S20b: Improve rewards by giving a Lieutenant instead of a Sergeant.
@ -11,18 +9,14 @@
* Added po hints (translation hints).
* World Conquest
* Fixed a bug that the epic trait raised XP requirements for advancements that cost less than 60 XP.
### Editor
### Multiplayer
* Add some search terms to the match history dialog. (PR #7571)
### Lua API
### Packaging
### Terrain
* Added ruined walls terrain variations: Xur (damaged Xu); Xor (damaged Xos); and Exos (ruined Xos, is Flat/Cave alias). (PR #7629)
### Translations
* Updated translations: British English, Czech, Finnish, French, Spanish
* Python files are now searched for translatable strings.
* Added the `wesnoth-tools` textdomain for WML-maintenance tools.
### Units
### User interface
* Fix file dialogs (e.g. Save As dialog in the Map Editor) not listing /run/media/USER
as a possible file location on modern Linux distributions.
@ -30,7 +24,6 @@
* Better error handling if the data directory is not found. (issue #6883)
* The Log File button is now available in the game version info dialog on non-Windows platforms.
* Rearranged some elements in Display preferences.
### WML Engine
### Miscellaneous and Bug Fixes
* Move multiplayer macros to proper folder. (PR #7647)
* Fixed updating POT files with version 0.68-1 of the po4a toolsuite. (issue #7149)

View file

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

View file

@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.17.17</string>
<string>1.17.18</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.17.17</string>
<string>1.17.18</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.17.17+dev"
#define VERSION "1.17.18"
// Used for the Windows executables' version info resource.
#define RC_VERSION_MAJOR 1