Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.1.4 #9280

Merged
merged 9 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 Keyabord
ihhub marked this conversation as resolved.
Show resolved Hide resolved
- 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
- so 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 Keyabord</li>
ihhub marked this conversation as resolved.
Show resolved Hide resolved
<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>so 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
ihhub marked this conversation as resolved.
Show resolved Hide resolved
ihhub marked this conversation as resolved.
Show resolved Hide resolved

#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
Loading