1.16.2.
This commit is contained in:
parent
75a0648412
commit
a623cc2575
5 changed files with 7 additions and 13 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.1+dev
|
||||
PROJECT_NUMBER = 1.16.2
|
||||
|
||||
# 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,6 +1,4 @@
|
|||
## Version 1.16.1+dev
|
||||
### Add-ons client
|
||||
### Add-ons server
|
||||
## Version 1.16.2
|
||||
### Campaigns
|
||||
* Delfador’s Memoirs
|
||||
* S07: Clarified objectives (issue #5608) and remove End Turn being required to trigger victory (issue #6173)
|
||||
|
@ -40,7 +38,6 @@
|
|||
* World Conquest:
|
||||
* Fixed for Winged Scepter not giving the correct defence values
|
||||
* Corrected the attack icon of ice bow from a lightning bolt to an iceball
|
||||
### Editor
|
||||
### Multiplayer
|
||||
* Lobby joins are no longer displayed in chat even when that preference has been disabled (issue #6234)
|
||||
* Added a specific prompt for moderators before joining password-protected games (issue #4101)
|
||||
|
@ -49,8 +46,6 @@
|
|||
* Made planned moves visible to allies; this refers to trying to move more hexes than the unit can move this turn, it isn’t the whiteboard (issue #6292)
|
||||
### Lua API
|
||||
* Fixed an error in `gui.get_user_choice()` and added support for the current DescriptionWML syntax (PR #6247)
|
||||
### Packaging
|
||||
### Terrain
|
||||
### Translations
|
||||
* Added translations: Spanish (Latin American)
|
||||
* Updated translations: British English, Chinese (Simplified), Czech, Finnish, Italian, Japanese, Portuguese (Brazil), Scottish Gaelic, Turkish.
|
||||
|
@ -63,7 +58,6 @@
|
|||
### User interface
|
||||
* Improved translatability of MP ban durations (issue #6036, PR #6097)
|
||||
* Fixed missing sidebar tooltips in low resolutions such as 800x600 (issue #6264)
|
||||
### WML Engine
|
||||
### Miscellaneous and Bug Fixes
|
||||
* Password storage was fixed to work with multiple accounts (PR #6290)
|
||||
* wmllint now automatically removes `{MAGENTA_IS_THE_TEAM_COLOR}`
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
major = 1
|
||||
minor = 16
|
||||
release = 1
|
||||
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
|
||||
release = 2
|
||||
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.1</string>
|
||||
<string>1.16.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.16.1</string>
|
||||
<string>1.16.2</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.1+dev"
|
||||
#define VERSION "1.16.2"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue