This commit is contained in:
Pentarctagon 2022-05-15 09:42:25 -05:00
parent 4c7bdcb18b
commit 712a7c96be
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0
5 changed files with 8 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.3+dev
PROJECT_NUMBER = 1.17.4
# 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.3+dev
### Add-ons client
### Add-ons server
## Version 1.17.4
### Campaigns
* Sceptre of Fire
* S9: Allow Grypon Riders to complete the scenario (issue #6332)
@ -9,25 +7,21 @@
* S8: Spawned units will now be unable to be blocked into walls (PR #6677)
### Editor
* Added some missing terrain groupings (issue #6643)
### Multiplayer
### Lua API
### Packaging
### Terrain
* new terrain variations
* `Rrd` for desert road/cobbles - just a recolor, but has some different transitions than the normal roads
* `^Bsa*` for snowy stone bridge
### Translations
* Updated translations: British English, Chinese (Simplified), Czech, French, Italian
### Units
### User interface
* Added integer scaling options for the entire UI.
### WML Engine
### Miscellaneous and Bug Fixes
* The `--stringfreeze` (`-Z`) command line flag has been removed from wmllint.
* The checks for the old special notes system have been removed from wmllint; the `notecheck off`, `notecheck on` and `match <ability> with <note>` magic comments no longer have any effect.
* Resolved title screen flashing during the loading screen (issue #2395)
* Added the {PASSABLE_HEX} macro to core and deleted it from TRoW S19 (PR #6677)
* Converted most portrait images to webp (PR #6611).
* Hardware accelerated rendering has been enabled in SDL.
## Version 1.17.3
### Add-ons client

View file

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