From 27ec7781805b21b632c47c74466e134eee8126b7 Mon Sep 17 00:00:00 2001 From: Ihar Hubchyk Date: Mon, 10 Oct 2022 22:29:27 +0800 Subject: [PATCH] Version 0.9.20 (#5955) --- changelog.txt | 45 ++++++++++++++++++++ script/packaging/common/fheroes2.appdata.xml | 3 ++ script/packaging/debian/changelog | 6 +++ src/fheroes2/system/version.h | 2 +- version.txt | 2 +- 5 files changed, 56 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 16eccef4403..7dd86b38368 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,48 @@ +version 0.9.20 (10 October 2022) +- add Russian and French button translations +- update the Norwegian translation +- recalculate the hero's path when the hero was selected with the mouse +- fix stopped music in events of quickly closing dialogs with internal music +- add proper logic for artifact exchange between AI heroes +- add Dutch translation +- do not let the archers perform a double attack if they are out of ammo +- add Hotkey support for restarting Campaign's Scenario +- AI heroes now use spells from scrolls +- fix neutral town unit growth +- display detailed information about the composition of alliances in the scenario info window +- add date to logging for the future bug fixing +- add turkish translation +- make sure that there is a place for the Ultimate Artifact in the artifact bag before trying to dig it out +- do not ask player's name if the score is too low for High score board +- add Romanian translation +- hide console window for Windows OSes and add log file for this platform +- add Romanian font and language option +- update Polish translation +- add Turkish language option and CP1254 font +- add proper icons for Petrification spell +- speed up Adventure Map rendering +- take into consideration a case with full artifact bag while checking AI hero's path +- generate button fonts for different code pages +- apply usual rules for unit growth in neutral towns/castles with custom troops +- decrease monster growth bonus for AI +- fix incorrect usage of Dimension Door by AI heroes +- make logging for monster movement in battle more user-friendly +- add UI improvements of the Settings dialog +- fix logic of processing cells containing units available for possible AI unit attack +- fix incorrect object evaluation for AI heroes on boats +- add a feature to give human player control to AI (debug build only) +- make creature names lowercased for certain dialogs +- generate new Gift button +- generate full button English alphabet and new Battle Only button +- fix switching of terrain music in case of hero loss +- update Bulgarian translation +- add Handicap feature for single and multiplayer games +- fix a case when a hidden scrollbar during battle is visible for one frame +- fix sound volume for objects while using external music type +- include rating calculation for Campaign's high score +- fix incorrectly rendered monochrome cursor for campaign selection window +- update French translation + version 0.9.19 (11 September 2022) - add popup dialogs for Well's buttons - generate MIN button based on newly added font diff --git a/script/packaging/common/fheroes2.appdata.xml b/script/packaging/common/fheroes2.appdata.xml index a52dfa9a919..f0bd67e3477 100644 --- a/script/packaging/common/fheroes2.appdata.xml +++ b/script/packaging/common/fheroes2.appdata.xml @@ -16,6 +16,9 @@ mild + + https://github.com/ihhub/fheroes2/releases/tag/0.9.20 + https://github.com/ihhub/fheroes2/releases/tag/0.9.19 diff --git a/script/packaging/debian/changelog b/script/packaging/debian/changelog index 2df8c13b321..2500e91c973 100644 --- a/script/packaging/debian/changelog +++ b/script/packaging/debian/changelog @@ -1,3 +1,9 @@ +fheroes2 (0.9.20-1) UNRELEASED; urgency=medium + + * 0.9.20 release + + -- fheroes2 team Mon, 10 Oct 2022 00:00:00 +0000 + fheroes2 (0.9.19-1) UNRELEASED; urgency=medium * 0.9.19 release diff --git a/src/fheroes2/system/version.h b/src/fheroes2/system/version.h index 5c82b18b9de..1d1498d9877 100644 --- a/src/fheroes2/system/version.h +++ b/src/fheroes2/system/version.h @@ -22,7 +22,7 @@ #define MAJOR_VERSION 0 #define MINOR_VERSION 9 -#define INTERMEDIATE_VERSION 19 +#define INTERMEDIATE_VERSION 20 #ifndef BUILD_VERSION #define BUILD_VERSION 0 diff --git a/version.txt b/version.txt index f75226826bd..bd758c92add 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.9.19 +0.9.20