Skip to content

Commit

Permalink
Version 1.1.4 (#9280)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihhub authored Nov 27, 2024
1 parent 69809bd commit 03980b4
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 3 deletions.
21 changes: 21 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
version 1.1.4 (27 November 2024)
- add Virtual Numpad support for integer inputs
- add new Lean-To object variant
- update the Czech translation
- add Belarusian language support for the Virtual Keyboard
- improve & speed up the translation-related logic
- update the German translation related to the Price of Loyalty Campaign
- update the Swedish translation
- update initial passability logic
- fix the attack value estimation for a Hypnotized unit with the ALL_ADJACENT_CELL_MELEE_ATTACK ability
- improve the retreat logic for archers
- update the Portuguese Translation
- fix overlapping text in the High Scores dialog
- add support of Evil interface for the Scenario Information dialog
- fix the penalty calculation for enemy units that can evade the engagement during battle
- fix passability for several objects on maps made the original Editor
- center Magic Book artifact on the Adventure Map
- speed up ICN image decoding
- do not download the wing32.dll for HoMM2 demo version
- add u with two dots to buttons and translate and improve German buttons

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
Expand Down
27 changes: 27 additions & 0 deletions script/packaging/common/fheroes2.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,33 @@
<control>touch</control>
</recommends>
<releases>
<release date="2024-11-27" version="v1.1.4">
<url>https://github.com/ihhub/fheroes2/releases/tag/1.1.4</url>
<description>
<p>Changes in v1.1.4 (27 November 2024):</p>
<ul>
<li>add Virtual Numpad support for integer inputs</li>
<li>add new Lean-To object variant</li>
<li>update the Czech translation</li>
<li>add Belarusian language support for the Virtual Keyboard</li>
<li>improve &amp; speed up the translation-related logic</li>
<li>update the German translation related to the Price of Loyalty Campaign</li>
<li>update the Swedish translation</li>
<li>update initial passability logic</li>
<li>fix the attack value estimation for a Hypnotized unit with the ALL_ADJACENT_CELL_MELEE_ATTACK ability</li>
<li>improve the retreat logic for archers</li>
<li>update the Portuguese Translation</li>
<li>fix overlapping text in the High Scores dialog</li>
<li>add support of Evil interface for the Scenario Information dialog</li>
<li>fix the penalty calculation for enemy units that can evade the engagement during battle</li>
<li>fix passability for several objects on maps made the original Editor</li>
<li>center Magic Book artifact on the Adventure Map</li>
<li>speed up ICN image decoding</li>
<li>do not download the wing32.dll for HoMM2 demo version</li>
<li>add u with two dots to buttons and translate and improve German buttons</li>
</ul>
</description>
</release>
<release date="2024-10-23" version="v1.1.3">
<url>https://github.com/ihhub/fheroes2/releases/tag/1.1.3</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 3
#define INTERMEDIATE_VERSION 4

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

0 comments on commit 03980b4

Please sign in to comment.