1.15.13.
This commit is contained in:
parent
98b4c9c73d
commit
f54124eea2
4 changed files with 5 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.15.12+dev
|
||||
PROJECT_NUMBER = 1.15.13
|
||||
|
||||
# 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,11 +1,7 @@
|
|||
## Version 1.15.12+dev
|
||||
## Version 1.15.13
|
||||
### Add-ons client
|
||||
* The details panel now shows the list of tags in each add-on.
|
||||
* Added a filter based on tags.
|
||||
### Add-ons server
|
||||
### Campaigns
|
||||
### Editor
|
||||
### Multiplayer
|
||||
### Lua API
|
||||
* Added `pango_color` to the `wesnoth.colors` table, for easy use in formatted text.
|
||||
* Add new function `filesystem.resolve_asset` to convert `[binary_path]` relative paths to data-relative paths.
|
||||
|
@ -17,7 +13,6 @@
|
|||
* Fixed a regression introduced in 1.15.5 causing GUI2 listboxes to break when cleared and re-filled under certain circumstances.
|
||||
### Packaging
|
||||
* Increased minimum required version of SDL to 2.0.8 (PR #5736).
|
||||
### Terrain
|
||||
### Translations
|
||||
* Updated translations: British English, Czech, Dutch, Italian, Russian.
|
||||
### Units
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.15.12</string>
|
||||
<string>1.15.13</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.15.12</string>
|
||||
<string>1.15.13</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.strategy-games</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#undef VERSION
|
||||
#endif
|
||||
|
||||
#define VERSION "1.15.12+dev"
|
||||
#define VERSION "1.15.13"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue