Skip to content

Commit

Permalink
Version 1.0.6 (#7413)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihhub committed Jul 15, 2023
1 parent d4db352 commit 3a79ef2
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 3 deletions.
29 changes: 29 additions & 0 deletions changelog.txt
@@ -1,3 +1,32 @@
version 1.0.6 (15 July 2023)
- allow to lower the campaign difficulty during playthrough
- update Russian translation
- reduce CPU usage while rendering High Score dialog
- add some missing horizontal buttons to translations
- fix missing redraw in Battle Only dialog after cancelling hero selection
- fix last hotkey not showing up in the hotkey dialog
- add Dismiss hotkey to hero screen
- create basic Map Editor GUI
- update Polish translation
- add checks for object reachability when calculating their value for AI heroes
- fix AI logic for visiting Shrines and Arena
- correct spell value estimation for AI heroes
- fix a case when a dead AI hero was trying to reinforce army in a castle
- update priorities for AI heroes based on battle outcome and fog uncover events
- rework the spell generation in castles' Mage Guilds
- update Spanish translation
- speed up Armageddon spell rendering
- fix invalid pixels in multiple images from the original resources
- speed up resource loading
- update Slovak translation
- do Main Menu fade-in before showing first game run
- fix the fade effect on the "View World" screen
- properly restore environment sounds and terrain music after opening a castle dialog from the Kingdom Overview screen
- fix cases when false symbols appear after the blinking cursor in text input dialog
- rework game credits to keep aspect ratio
- add extra windows and greying out conditions for Summon Boat spell
- fix several button text placements and button press rendering

version 1.0.5 (14 June 2023)
- improve AI castle defensive strategy on Adventure Map
- fix rating in campaign congratulations text in win video
Expand Down
35 changes: 35 additions & 0 deletions script/packaging/common/fheroes2.appdata.xml
Expand Up @@ -37,6 +37,41 @@
<control>touch</control>
</recommends>
<releases>
<release date="2023-07-15" version="v1.0.6">
<url>https://github.com/ihhub/fheroes2/releases/tag/1.0.6</url>
<description>
<p>Changes in v1.0.6 (15 July 2023):</p>
<ul>
<li>allow to lower the campaign difficulty during playthrough</li>
<li>update Russian translation</li>
<li>reduce CPU usage while rendering High Score dialog</li>
<li>add some missing horizontal buttons to translations</li>
<li>fix missing redraw in Battle Only dialog after cancelling hero selection</li>
<li>fix last hotkey not showing up in the hotkey dialog</li>
<li>add Dismiss hotkey to hero screen</li>
<li>create basic Map Editor GUI</li>
<li>update Polish translation</li>
<li>add checks for object reachability when calculating their value for AI heroes</li>
<li>fix AI logic for visiting Shrines and Arena</li>
<li>correct spell value estimation for AI heroes</li>
<li>fix a case when a dead AI hero was trying to reinforce army in a castle</li>
<li>update priorities for AI heroes based on battle outcome and fog uncover events</li>
<li>rework the spell generation in castles' Mage Guilds</li>
<li>update Spanish translation</li>
<li>speed up Armageddon spell rendering</li>
<li>fix invalid pixels in multiple images from the original resources</li>
<li>speed up resource loading</li>
<li>update Slovak translation</li>
<li>do Main Menu fade-in before showing first game run</li>
<li>fix the fade effect on the "View World" screen</li>
<li>properly restore environment sounds and terrain music after opening a castle dialog from the Kingdom Overview screen</li>
<li>fix cases when false symbols appear after the blinking cursor in text input dialog</li>
<li>rework game credits to keep aspect ratio</li>
<li>add extra windows and greying out conditions for Summon Boat spell</li>
<li>fix several button text placements and button press rendering</li>
</ul>
</description>
</release>
<release date="2023-06-14" version="v1.0.5">
<url>https://github.com/ihhub/fheroes2/releases/tag/1.0.5</url>
<description>
Expand Down
6 changes: 6 additions & 0 deletions script/packaging/debian/changelog
@@ -1,3 +1,9 @@
fheroes2 (1.0.6-1) UNRELEASED; urgency=medium

* 1.0.6 release

-- fheroes2 team <fhomm2@gmail.com> Sat, 15 Jul 2023 00:00:00 +0000

fheroes2 (1.0.5-1) UNRELEASED; urgency=medium

* 1.0.5 release
Expand Down
2 changes: 1 addition & 1 deletion src/fheroes2/system/version.h
Expand Up @@ -22,7 +22,7 @@

#define MAJOR_VERSION 1
#define MINOR_VERSION 0
#define INTERMEDIATE_VERSION 5
#define INTERMEDIATE_VERSION 6

#ifndef BUILD_VERSION
#define BUILD_VERSION 0
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
1.0.5
1.0.6
2 changes: 1 addition & 1 deletion version_code.txt
@@ -1 +1 @@
8
9

0 comments on commit 3a79ef2

Please sign in to comment.