This commit is contained in:
Pentarctagon 2023-01-14 18:15:15 -06:00
parent 86199d2eaf
commit c34d9d1270
8 changed files with 10 additions and 24 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.16.6+dev
PROJECT_NUMBER = 1.16.7
# 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,20 +1,12 @@
## Version 1.16.6+dev
### Add-ons client
### Add-ons server
### Campaigns
### Editor
### Multiplayer
### Lua API
### Packaging
### Terrain
## Version 1.16.7
### Translations
* Updated translations: Arabic, British English, Czech, Finnish, French, Italian, Japanese, Polish, Portuguese (Brazil), Turkish
### Units
### User interface
### WML Engine
### Miscellaneous and Bug Fixes
* wmllint now validates `rank=` values in `[campaign]` (issue #7224)
* Add disconnect check to alert users when they lose connection to the multiplayer server (issue #1336)
* Fixed a crash when checking if abilities are active during game initialisation after loading a saved game. (issues #5643, #7238)
* Fix a crash when an out-of-bounds side number is used in Luas `sync.evaluate_multiple` (PR #7222)
* Fixed special notes being duplicated when storing units (issue #7153).
## Version 1.16.6
### Translations

View file

@ -1,2 +0,0 @@
### Miscellaneous and Bug Fixes
* Fixed a crash when checking if abilities are active during game initialisation after loading a saved game. (issues #5643, #7238)

View file

@ -1,2 +0,0 @@
### Miscellaneous and Bug Fixes
* Fix a crash when an out-of-bounds side number is used in Luas `sync.evaluate_multiple` (PR #7222)

View file

@ -1,2 +0,0 @@
### Miscellaneous and Bug Fixes
* Fixed special notes being duplicated when storing units (issue #7153).

View file

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