diff --git a/changelog.txt b/changelog.txt index f172485500a..db7a2a8c3a8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,46 @@ +version 1.0.7 (15 August 2023) +- properly update uncovered fog with all hero actions +- fix an issue when AI hero "jumps back" during the fog discovery +- AI heroes should not know what exactly a Treasure or Sea Chest contains +- do not play simultaneous walk/fly sounds for battle speed 9 and 10 +- do not handle an event on the map twice +- fix AI estimation of the castle garrison strength for priority tasks +- rework "select from list" dialogs and also make all elements within dialogs right clickable +- battle AI should switch to offense mode instead of passing turns +- update Russian translation +- add the ability to export and import save files in Android Toolset application +- make many in-game buttons translatable +- fix Army info button in level up dialog +- update Ukrainian translation +- update German translation +- add Summon Boat spell support for AI +- rephrase various game dialogs +- add a dialog to confirm auto combat +- add "Quit" title to quit dialog +- fix Zounds grammar +- update Norwegian Translation +- the Shield spell should not affect the damage of the castle towers +- apply AI growth bonus only on first AI player turn +- show "cast down" animation for heroes on the battlefield +- apply Cure & Mass Cure spells only if the target unit is either damaged or has negative magical effects +- fix hero last frame delay after the spell casting animation +- speed up several spell animations during battle +- fix missing first animation frame of heroes on the battlefield +- change heroes animation speed on the battlefield +- fix puzzle screen exit button theme +- reduce CPU usage while rendering castle's Well dialog +- fix campaign buttons' rendering issues +- make campaign buttons translatable +- update Slovak translation +- update Danish translation +- update Swedish translation +- disable Campaign button if no campaign resources are present +- improve AI pathfinding logic regarding protected and guarded tiles +- avoid engine execution with corrupted video files +- add ability to select instrument brush and brush size in Editor UI +- make thieves guild adapt background to chosen interface +- fix a possible crash in Android toolset application + version 1.0.6 (15 July 2023) - allow to lower the campaign difficulty during playthrough - update Russian translation diff --git a/script/packaging/common/fheroes2.appdata.xml b/script/packaging/common/fheroes2.appdata.xml index 7d99f79cd56..1d8143bd75a 100644 --- a/script/packaging/common/fheroes2.appdata.xml +++ b/script/packaging/common/fheroes2.appdata.xml @@ -37,6 +37,55 @@ touch + + https://github.com/ihhub/fheroes2/releases/tag/1.0.7 + +

Changes in v1.0.7 (15 August 2023):

+
    +
  • properly update uncovered fog with all hero actions
  • +
  • fix an issue when AI hero "jumps back" during the fog discovery
  • +
  • AI heroes should not know what exactly a Treasure or Sea Chest contains
  • +
  • do not play simultaneous walk/fly sounds for battle speed 9 and 10
  • +
  • do not handle an event on the map twice
  • +
  • fix AI estimation of the castle garrison strength for priority tasks
  • +
  • rework "select from list" dialogs and also make all elements within dialogs right clickable
  • +
  • battle AI should switch to offense mode instead of passing turns
  • +
  • update Russian translation
  • +
  • add the ability to export and import save files in Android Toolset application
  • +
  • make many in-game buttons translatable
  • +
  • fix Army info button in level up dialog
  • +
  • update Ukrainian translation
  • +
  • update German translation
  • +
  • add Summon Boat spell support for AI
  • +
  • rephrase various game dialogs
  • +
  • add a dialog to confirm auto combat
  • +
  • add "Quit" title to quit dialog
  • +
  • fix Zounds grammar
  • +
  • update Norwegian Translation
  • +
  • the Shield spell should not affect the damage of the castle towers
  • +
  • apply AI growth bonus only on first AI player turn
  • +
  • show "cast down" animation for heroes on the battlefield
  • +
  • apply Cure & Mass Cure spells only if the target unit is either damaged or has negative magical effects
  • +
  • fix hero last frame delay after the spell casting animation
  • +
  • speed up several spell animations during battle
  • +
  • fix missing first animation frame of heroes on the battlefield
  • +
  • change heroes animation speed on the battlefield
  • +
  • fix puzzle screen exit button theme
  • +
  • reduce CPU usage while rendering castle's Well dialog
  • +
  • fix campaign buttons' rendering issues
  • +
  • make campaign buttons translatable
  • +
  • update Slovak translation
  • +
  • update Danish translation
  • +
  • update Swedish translation
  • +
  • disable Campaign button if no campaign resources are present
  • +
  • improve AI pathfinding logic regarding protected and guarded tiles
  • +
  • avoid engine execution with corrupted video files
  • +
  • add ability to select instrument brush and brush size in Editor UI
  • +
  • make thieves guild adapt background to chosen interface
  • +
  • fix a possible crash in Android toolset application
  • +
+
+
https://github.com/ihhub/fheroes2/releases/tag/1.0.6 diff --git a/script/packaging/debian/changelog b/script/packaging/debian/changelog index 756346e0d05..cb02c7cb332 100644 --- a/script/packaging/debian/changelog +++ b/script/packaging/debian/changelog @@ -1,3 +1,9 @@ +fheroes2 (1.0.7-1) UNRELEASED; urgency=medium + + * 1.0.7 release + + -- fheroes2 team Tue, 15 Aug 2023 00:00:00 +0000 + fheroes2 (1.0.6-1) UNRELEASED; urgency=medium * 1.0.6 release diff --git a/src/fheroes2/system/version.h b/src/fheroes2/system/version.h index 385b96d3182..daaeaf3d44d 100644 --- a/src/fheroes2/system/version.h +++ b/src/fheroes2/system/version.h @@ -22,7 +22,7 @@ #define MAJOR_VERSION 1 #define MINOR_VERSION 0 -#define INTERMEDIATE_VERSION 6 +#define INTERMEDIATE_VERSION 7 #ifndef BUILD_VERSION #define BUILD_VERSION 0 diff --git a/version.txt b/version.txt index af0b7ddbffd..238d6e882a0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.6 +1.0.7 diff --git a/version_code.txt b/version_code.txt index ec635144f60..f599e28b8ab 100644 --- a/version_code.txt +++ b/version_code.txt @@ -1 +1 @@ -9 +10