Skip to content

Commit

Permalink
Version 0.9.19 (#5821)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihhub authored Sep 11, 2022
1 parent 02b0315 commit 57eba30
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 5 deletions.
34 changes: 34 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
version 0.9.19 (11 September 2022)
- add popup dialogs for Well's buttons
- generate MIN button based on newly added font
- fix constantly moving AI heroes when they have nothing to do
- update Polish translation
- implement some improvements when exchanging an army between heroes
- show intro videos like in the original game
- fix messages displayed for captains during battle
- update Bulgarian translation
- correct start resources for AI players
- add a popup dialog for Days spent info within campaign dialog
- make Artifact evaluation for AI more granular
- add Difficulty selection for Campaigns
- add popup dialogs for mage guild and scenario info windows
- fix rendering of Mine Guardians
- do not show monsters and campfires on Puzzle screen
- fix moving AI hero rendering
- implement instant finishing of battles
- update Norwegian translation
- fix incorrect rendering of some icons in The Price of Loyalty campaign windows
- make "Show terrain penalty" option the default
- fix double income from captured objects
- fix the distribution of Mutant Zombies in the Graveyard
- fix the battle order after bad morale events
- always use the current color of a unit when toggling auto battle (take the Hypnotize spell into account)
- speed up file search on case-insensitive file systems
- optimize Mini-map rendering
- do not show boats on puzzle image
- fix a possible crash in UI window
- fix castle rendering on Mini-map
- fix Ultimate Artifact placement conditions
- fix rendering of towns for View Towns spell
- fix tall object rendering

version 0.9.18 (10 August 2022)
- speed up rendering of Mini Map area
- fix missing shadows from path arrows when they are on the edge of screen
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-09-11" version="v0.9.19">
<url>https://github.com/ihhub/fheroes2/releases/tag/0.9.19</url>
</release>
<release date="2022-08-10" version="v0.9.18">
<url>https://github.com/ihhub/fheroes2/releases/tag/0.9.18</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.19-1) UNRELEASED; urgency=medium

* 0.9.19 release

-- fheroes2 team <fhomm2@gmail.com> Sun, 11 Sep 2022 00:00:00 +0000

fheroes2 (0.9.18-1) UNRELEASED; urgency=medium

* 0.9.18 release
Expand Down
6 changes: 3 additions & 3 deletions src/fheroes2/game/game_credits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,16 +256,16 @@ namespace

const std::string contributors( "LeHerosInconnu\n"
"undef21\n"
"Arkadiy Illarionov\n"
"shprotru\n"
"Arkadiy Illarionov\n"
"vincent-grosbois\n"
"eos428\n"
"a1exsh\n"
"Vasilenko Alexey\n"
"Andrii Kurdiumov\n"
"felix642\n"
"dimag0g\n"
"Andrii Kurdiumov\n"
"Arthusppp\n"
"dimag0g\n"
"tau3\n" );

name.Set( contributors + _( "and many other contributors!" ), Font::BIG, textWidth );
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 18
#define INTERMEDIATE_VERSION 19

#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.18
0.9.19

0 comments on commit 57eba30

Please sign in to comment.