diff --git a/changelog.txt b/changelog.txt index 6b7153c677..0e3d719e26 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/script/packaging/common/fheroes2.metainfo.xml b/script/packaging/common/fheroes2.metainfo.xml index 2ec4a7b25c..785e337214 100644 --- a/script/packaging/common/fheroes2.metainfo.xml +++ b/script/packaging/common/fheroes2.metainfo.xml @@ -37,6 +37,33 @@ touch + + https://github.com/ihhub/fheroes2/releases/tag/1.1.4 + +

Changes in v1.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
  • +
+
+
https://github.com/ihhub/fheroes2/releases/tag/1.1.3 diff --git a/src/fheroes2/system/version.h b/src/fheroes2/system/version.h index 9cd9a037be..bdaf9e4911 100644 --- a/src/fheroes2/system/version.h +++ b/src/fheroes2/system/version.h @@ -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 diff --git a/version.txt b/version.txt index 781dcb07cd..65087b4f5e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.3 +1.1.4 diff --git a/version_code.txt b/version_code.txt index 209e3ef4b6..aabe6ec390 100644 --- a/version_code.txt +++ b/version_code.txt @@ -1 +1 @@ -20 +21