Skip to content

Commit

Permalink
Version 1.0.13 (#8482)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihhub authored Mar 16, 2024
1 parent 8dc1c48 commit 730031d
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 3 deletions.
35 changes: 35 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
version 1.0.13 (16 March 2024)
- fix Sphinx title offset
- add a window telling about demo version being used
- add possibility to "draw" the attack angle between two hexes on touch screens
- fix double daily resources award
- fix rendering flaws of battle journal when using scroll bar
- update the French translation
- fix delayed cursor in campaign briefing dialog
- add convenient list scrolling for touch screens
- fix army split dialog text overflowing the dialog and add troops name
- fix multiple objects and add missing ones in the Editor
- fix a crash with AI hero animation
- fix the troops carry over mechanics for campaign
- update the Ukrainian translation
- update the Swedish translation
- update the Danish translation
- kingdom Overview screen: automatically update status of castle dwellings that have just been built or upgraded
- update the Vietnamese Translation
- fix the mechanics of Genie special ability
- add multiline stats in hero info window in battle
- update the Hungarian translation
- update the Spanish translation
- fix many typos and improve English strings
- add info about ranged penalty elimination to archery skill description
- update combat disabling dialog text
- adjust the difficulties of campaign scenarios that were hard-coded in the original game
- update the resource panel immediately after a purchase in a castle
- speed up application loading
- add a feature to align the text non-uniformly
- make several buttons text adapted and fix okay button redraw
- add quick hero switch feature to the adventure map interface
- cursor update code improvements
- fix accidental map scrolling after exiting castle/hero screen
- auto combat toggling improvements

version 1.0.12 (07 February 2024)
- update the Russian translation
- update the Spanish translation
Expand Down
41 changes: 41 additions & 0 deletions script/packaging/common/fheroes2.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,47 @@
<control>touch</control>
</recommends>
<releases>
<release date="2024-03-16" version="v1.0.13">
<url>https://github.com/ihhub/fheroes2/releases/tag/1.0.13</url>
<description>
<p>Changes in v1.0.13 (16 March 2024):</p>
<ul>
<li>fix Sphinx title offset</li>
<li>add a window telling about demo version being used</li>
<li>add possibility to "draw" the attack angle between two hexes on touch screens</li>
<li>fix double daily resources award</li>
<li>fix rendering flaws of battle journal when using scroll bar</li>
<li>update the French translation</li>
<li>fix delayed cursor in campaign briefing dialog</li>
<li>add convenient list scrolling for touch screens</li>
<li>fix army split dialog text overflowing the dialog and add troops name</li>
<li>fix multiple objects and add missing ones in the Editor</li>
<li>fix a crash with AI hero animation</li>
<li>fix the troops carry over mechanics for campaign</li>
<li>update the Ukrainian translation</li>
<li>update the Swedish translation</li>
<li>update the Danish translation</li>
<li>kingdom Overview screen: automatically update status of castle dwellings that have just been built or upgraded</li>
<li>update the Vietnamese Translation</li>
<li>fix the mechanics of Genie special ability</li>
<li>add multiline stats in hero info window in battle</li>
<li>update the Hungarian translation</li>
<li>update the Spanish translation</li>
<li>fix many typos and improve English strings</li>
<li>add info about ranged penalty elimination to archery skill description</li>
<li>update combat disabling dialog text</li>
<li>adjust the difficulties of campaign scenarios that were hard-coded in the original game</li>
<li>update the resource panel immediately after a purchase in a castle</li>
<li>speed up application loading</li>
<li>add a feature to align the text non-uniformly</li>
<li>make several buttons text adapted and fix okay button redraw</li>
<li>add quick hero switch feature to the adventure map interface</li>
<li>cursor update code improvements</li>
<li>fix accidental map scrolling after exiting castle/hero screen</li>
<li>auto combat toggling improvements</li>
</ul>
</description>
</release>
<release date="2024-02-07" version="v1.0.12">
<url>https://github.com/ihhub/fheroes2/releases/tag/1.0.12</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion src/fheroes2/system/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#define MAJOR_VERSION 1
#define MINOR_VERSION 0
#define INTERMEDIATE_VERSION 12
#define INTERMEDIATE_VERSION 13

#ifndef BUILD_VERSION
#define BUILD_VERSION 0
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.12
1.0.13
2 changes: 1 addition & 1 deletion version_code.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15
16

0 comments on commit 730031d

Please sign in to comment.