1.16.3.
This commit is contained in:
parent
afbe80746d
commit
cdfe07df7f
5 changed files with 7 additions and 10 deletions
2
Doxyfile
2
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.16.2+dev
|
||||
PROJECT_NUMBER = 1.16.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
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
## Version 1.16.2+dev
|
||||
## Version 1.16.3
|
||||
### Add-ons client
|
||||
* Fixed: using the up or down arrow keys in small-screen mode returned to the title screen (issue #6485).
|
||||
* Add-on passwords that are not stored in the `_server.pbl` can now be stored in the same credentials file as multiplayer passwords (PR #6543).
|
||||
### Add-ons server
|
||||
### Campaigns
|
||||
* Delfador’s Memoirs
|
||||
* S11: Finding Chantal will now share her side’s vision with the player, as originally intended.
|
||||
|
@ -29,7 +28,6 @@
|
|||
### Multiplayer
|
||||
* Fixed updating add-ons when joining a game that requires a new version (issue #6383).
|
||||
* Add a `/clear` command for the lobby-chat window.
|
||||
### Lua API
|
||||
### Packaging
|
||||
* flatpak: update freedesktop runtime version to 21.08 (issue #6497).
|
||||
### Terrain
|
||||
|
@ -44,7 +42,6 @@
|
|||
* Various small sprite updates for sea serpents and swamp lizards (PR #6452).
|
||||
### User interface
|
||||
* Mark the Plan Unit Advance mod as MP-only so it doesn't show up as available for campaigns.
|
||||
### WML Engine
|
||||
### Miscellaneous and Bug Fixes
|
||||
* wmlscope can now report about calls to deprecated macros when using the `--unresolved` switch.
|
||||
* wmlxgettext’s old behavior of processing files in the order they’re given on the command line can be selected with the `--no-sort-by-file` option (PR #6586).
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
major = 1
|
||||
minor = 16
|
||||
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,
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.16.2</string>
|
||||
<string>1.16.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.16.2</string>
|
||||
<string>1.16.3</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.strategy-games</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#undef VERSION
|
||||
#endif
|
||||
|
||||
#define VERSION "1.16.2+dev"
|
||||
#define VERSION "1.16.3"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue