This commit is contained in:
Pentarctagon 2022-04-16 19:34:19 -05:00
parent d10a784486
commit 4a6ba74ea8
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0
5 changed files with 7 additions and 13 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.2+dev
PROJECT_NUMBER = 1.17.3
# 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,7 +1,6 @@
## Version 1.17.2+dev
## Version 1.17.3
### Add-ons client
* The `forum_auth` attribute now allows authenticating with your forum credentials, as well as no longer requiring the `passphrase` or `email` attributes be populated in the `_server.pbl`. (PR #5866)
### Add-ons server
### Campaigns
* Descent into Darkness
* S08: Prevent Spectral Servant from picking up the book (issue #6576)
@ -12,22 +11,17 @@
* Sceptre of Fire
* Fixed Thursagan's Arcanister advancement being "lost" after dismounting a minecart (PR #6484).
* Improvements and spelling corrections to the English prose text (PR #6177).
### Editor
### Multiplayer
### Lua API
* New `wesnoth.interface.add_overlay_text` function allows placing arbitrary floating text anywhere on the screen - like `[print]` but with more options (PR #5837).
### Packaging
### Terrain
* New palisades terrain (^Eqp) and general fence terrain macros cleanup
* Rubble pile overlay terrain now connects with adjacent rubble piles
* Replace old-style terrain macros (PR #6606)
### Translations
* Updated translations: British English, Czech, French, Italian
### Units
### User interface
* Map labels are scaled by zoom (PR #6604).
* Revamped the Game Load dialog.
### WML Engine
### Miscellaneous and Bug Fixes
* Reduced the size of Isar's Cross map background images.
* Resolve crash on systems using musl implementation of libc (issue #6603).

View file

@ -2,8 +2,8 @@
major = 1
minor = 17
release = 2
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
release = 3
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.2</string>
<string>1.17.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.17.2</string>
<string>1.17.3</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.2+dev"
#define VERSION "1.17.3"
// Used for the Windows executables' version info resource.
#define RC_VERSION_MAJOR 1