mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 13:57:00 +00:00
1.17.25
This commit is contained in:
parent
6b3b6511b6
commit
971e05c63a
@ -1,6 +1,4 @@
|
||||
## Version 1.17.24+dev
|
||||
### Add-ons client
|
||||
### Add-ons server
|
||||
### Campaigns
|
||||
* Eastern Invasion
|
||||
* Fix S04b’s time limit, which extends by 10 turns if a bonus objective is completed.
|
||||
@ -8,11 +6,6 @@
|
||||
* Winds of Fate
|
||||
* Made the epilogue more vague about events on the Green Isle
|
||||
* Removed part of epilogue suggesting a Drake-led war around 120YW
|
||||
### Editor
|
||||
### Multiplayer
|
||||
### Lua API
|
||||
### Packaging
|
||||
### Terrain
|
||||
### Translations
|
||||
* Updated translations: Arabic, British English, Czech, Finnish, French, German, Italian, Slovak
|
||||
### Units
|
||||
@ -21,7 +14,6 @@
|
||||
* Added hotkeys for various menu items and ThemeWML buttons in Map Editor
|
||||
* Added shortcut Ctrl+G for 'I'm Ready' button in mp_staging dialog (Addresses issue #8250)
|
||||
* Fix the left pane of the help browser’s layout for right-to-left languages (Arabic and Hebrew) (issue #8205)
|
||||
### WML Engine
|
||||
### Miscellaneous and Bug Fixes
|
||||
* wmllint now warns about `[kill]` tags containing `[filter]` tags
|
||||
* Fix a regression from 1.13.11 that inverted horizontal scrolling with SDL versions 2.0.18+ on X11 and versions 2.0.20+ on Wayland (issues #3362 and #7404, PR #8137)
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
major = 1
|
||||
minor = 17
|
||||
release = 24
|
||||
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
|
||||
release = 25
|
||||
dev_suffix = "" # either use "+dev", "-dev", "" (empty string) or None
|
||||
|
||||
as_string = "{}.{}.{}{}".format(major,
|
||||
minor,
|
||||
|
@ -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.24+dev
|
||||
PROJECT_NUMBER = 1.17.25
|
||||
|
||||
# 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
|
||||
|
@ -19,11 +19,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.17.24</string>
|
||||
<string>1.17.25</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.17.24</string>
|
||||
<string>1.17.25</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.strategy-games</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
@ -40,7 +40,7 @@
|
||||
#undef VERSION
|
||||
#endif
|
||||
|
||||
#define VERSION "1.17.24+dev"
|
||||
#define VERSION "1.17.25"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user