Skip to content

Commit

Permalink
Version 1.1.3 (#9215)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihhub authored Oct 23, 2024
1 parent 7b5a9a4 commit bd1b446
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 3 deletions.
40 changes: 40 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
version 1.1.3 (23 October 2024)
- fix invalid behavior and crash during interaction with whirlpools by heroes on boats
- fix French small font i with circumflex
- add Czech Virtual Keyboard support
- fix rendering of overlapped UI elements
- shorten map title when too long in several places
- add missing popup dialogs to buttons within View World mode
- update the Hungarian translation
- speed up language switching I/O operations
- update the Swedish translation
- fix Sorceress Statue construction fade-in animation
- fix map titles not being cleared when changing map
- add language support for fh2m map format
- update the Portuguese translation
- use an original image to draw hexagons on the battlefield
- improve Dismiss button for French and Spanish languages
- fix event handling for dialogs in No Interface mode
- improve error handling for I/O operations
- increase most of object selection windows in the Editor by 50 pixels
- update army information after battle before showing any dialogs
- add missing sand animation for hourglass while waiting for a turn
- speed up AI calculations on the Adventure Map
- improve AI decision making while using Dimension Door spell
- ease object requirements while erasing them in the Editor
- split long phrases into two lines for battle log
- fix blinking arrow cursor during scrolling in Editor
- properly show damage info pop-up dialog for 2-hex monsters during battle
- make default knowledge value for random hero 1
- fix inability to erase monsters on the map under certain conditions within the Editor
- fix the triggering of invalid drag events for the game area when casting certain spells
- fix out of mini-map mouse dragging behavior in the Editor
- update the Russian translation
- add vertical gradient fonts
- add a popup dialog to the list of resolutions
- allow to resize vertical buttons for translations
- fix issues with non-English path detection on Windows
- center sprites and text in adventure map treasure chest dialog
- do not discard area selection while moving mouse out of the map in the Editor
- fix a crash while trying to distribute an army with 1 unit

version 1.1.2 (15 September 2024)
- preserve the order of artifacts when adding the Spell Book to the artifacts bag
- update the Portuguese translation
Expand Down
46 changes: 46 additions & 0 deletions script/packaging/common/fheroes2.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,52 @@
<control>touch</control>
</recommends>
<releases>
<release date="2024-10-23" version="v1.1.3">
<url>https://github.com/ihhub/fheroes2/releases/tag/1.1.3</url>
<description>
<p>Changes in v1.1.3 (23 October 2024):</p>
<ul>
<li>fix invalid behavior and crash during interaction with whirlpools by heroes on boats</li>
<li>fix French small font i with circumflex</li>
<li>add Czech Virtual Keyboard support</li>
<li>fix rendering of overlapped UI elements</li>
<li>shorten map title when too long in several places</li>
<li>add missing popup dialogs to buttons within View World mode</li>
<li>update the Hungarian translation</li>
<li>speed up language switching I/O operations</li>
<li>update the Swedish translation</li>
<li>fix Sorceress Statue construction fade-in animation</li>
<li>fix map titles not being cleared when changing map</li>
<li>add language support for fh2m map format</li>
<li>update the Portuguese translation</li>
<li>use an original image to draw hexagons on the battlefield</li>
<li>improve Dismiss button for French and Spanish languages</li>
<li>fix event handling for dialogs in No Interface mode</li>
<li>improve error handling for I/O operations</li>
<li>increase most of object selection windows in the Editor by 50 pixels </li>
<li>update army information after battle before showing any dialogs</li>
<li>add missing sand animation for hourglass while waiting for a turn</li>
<li>speed up AI calculations on the Adventure Map</li>
<li>improve AI decision making while using Dimension Door spell</li>
<li>ease object requirements while erasing them in the Editor</li>
<li>split long phrases into two lines for battle log</li>
<li>fix blinking arrow cursor during scrolling in Editor</li>
<li>properly show damage info pop-up dialog for 2-hex monsters during battle</li>
<li>make default knowledge value for random hero 1</li>
<li>fix inability to erase monsters on the map under certain conditions within the Editor</li>
<li>fix the triggering of invalid drag events for the game area when casting certain spells</li>
<li>fix out of mini-map mouse dragging behavior in the Editor</li>
<li>update the Russian translation</li>
<li>add vertical gradient fonts</li>
<li>add a popup dialog to the list of resolutions</li>
<li>allow to resize vertical buttons for translations</li>
<li>fix issues with non-English path detection on Windows</li>
<li>center sprites and text in adventure map treasure chest dialog</li>
<li>do not discard area selection while moving mouse out of the map in the Editor</li>
<li>fix a crash while trying to distribute an army with 1 unit</li>
</ul>
</description>
</release>
<release date="2024-09-15" version="v1.1.2">
<url>https://github.com/ihhub/fheroes2/releases/tag/1.1.2</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 1
#define INTERMEDIATE_VERSION 2
#define INTERMEDIATE_VERSION 3

#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.1.2
1.1.3
2 changes: 1 addition & 1 deletion version_code.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19
20

0 comments on commit bd1b446

Please sign in to comment.