Skip to content

Commit

Permalink
Version 0.9.20 (#5955)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihhub authored Oct 10, 2022
1 parent 200f0d8 commit 27ec778
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 2 deletions.
45 changes: 45 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions script/packaging/common/fheroes2.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<content_attribute id="violence-fantasy">mild</content_attribute>
</content_rating>
<releases>
<release date="2022-10-10" version="v0.9.20">
<url>https://github.com/ihhub/fheroes2/releases/tag/0.9.20</url>
</release>
<release date="2022-09-11" version="v0.9.19">
<url>https://github.com/ihhub/fheroes2/releases/tag/0.9.19</url>
</release>
Expand Down
6 changes: 6 additions & 0 deletions script/packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
fheroes2 (0.9.20-1) UNRELEASED; urgency=medium

* 0.9.20 release

-- fheroes2 team <fhomm2@gmail.com> Mon, 10 Oct 2022 00:00:00 +0000

fheroes2 (0.9.19-1) UNRELEASED; urgency=medium

* 0.9.19 release
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 0
#define MINOR_VERSION 9
#define INTERMEDIATE_VERSION 19
#define INTERMEDIATE_VERSION 20

#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 @@
0.9.19
0.9.20

0 comments on commit 27ec778

Please sign in to comment.