Skip to content

Commit 7ecc11f

Browse files
authored
Version 1.1.7 (#9643)
1 parent fad12d7 commit 7ecc11f

File tree

5 files changed

+77
-3
lines changed

5 files changed

+77
-3
lines changed

changelog.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
version 1.1.7 (23 March 2025)
2+
- add French virtual keyboard
3+
- fix broken tiles with mines at the time of loading maps
4+
- update the Russian translation
5+
- campaign: allow to raise the game difficulty during the campaign
6+
- add shadow to Damage Popup Info dialog during battles
7+
- make an effort to retain the artifact position when swapping artifacts between heroes
8+
- AI heroes should buy spellbook if there isn't one
9+
- add disable/enable logic for Editor's undo/redo buttons
10+
- fix resetting heroes icons focus after opening Castle
11+
- fix an assertion crash for hacked mines on old saves
12+
- fix creature info dialog shadow draw on right click
13+
- implement Dragon Slayer spell casting for the AI
14+
- make the AI share visit info about some objects on the Adventure Map
15+
- fix a delay during battle after having displayed the monster info dialog by right clicking
16+
- make the AI use Guardian spells on Mines and Abandoned Mines
17+
- fix Golden bow sprite's glowing pixels
18+
- fix object visiting marking logic
19+
- fix visited status for certain Adventure Map objects for the AI
20+
- fix rendering of tall objects and extra objects (ghosts and flags) over the top map edge
21+
- update the Hungarian translation
22+
- add proper translation support for Sign objects
23+
- allow to activate Czech virtual keyboard
24+
- do not center on the defeated hero after an instant movement
25+
- update the Portuguese translation
26+
- fix the logic of transferring artifacts after battle
27+
- check the contents of the resurrection.h2d file for correctness
28+
- add dynamic interface option
29+
- fix several button issues and do more button code cleanup
30+
- avoid stacking units when defending archers for the AI
31+
- update the Swedish translation
32+
- fix the operation of MIN/MAX buttons in various dialogs
33+
- clean up Russian empty guild/well button
34+
135
version 1.1.6 (16 February 2025)
236
- fix Ultimate Artifact being erased for any action done on a map
337
- fix Editor buttons not being translated

script/packaging/common/fheroes2.metainfo.xml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,46 @@
3737
<control>touch</control>
3838
</recommends>
3939
<releases>
40+
<release date="2025-03-23" version="v1.1.7">
41+
<url>https://github.com/ihhub/fheroes2/releases/tag/1.1.7</url>
42+
<description>
43+
<p>Changes in v1.1.7 (23 March 2025):</p>
44+
<ul>
45+
<li>add French virtual keyboard</li>
46+
<li>fix broken tiles with mines at the time of loading maps</li>
47+
<li>update the Russian translation</li>
48+
<li>campaign: allow to raise the game difficulty during the campaign</li>
49+
<li>add shadow to Damage Popup Info dialog during battles</li>
50+
<li>make an effort to retain the artifact position when swapping artifacts between heroes</li>
51+
<li>AI heroes should buy spellbook if there isn't one</li>
52+
<li>add disable/enable logic for Editor's undo/redo buttons</li>
53+
<li>fix resetting heroes icons focus after opening Castle</li>
54+
<li>fix an assertion crash for hacked mines on old saves</li>
55+
<li>fix creature info dialog shadow draw on right click</li>
56+
<li>implement Dragon Slayer spell casting for the AI</li>
57+
<li>make the AI share visit info about some objects on the Adventure Map</li>
58+
<li>fix a delay during battle after having displayed the monster info dialog by right clicking</li>
59+
<li>make the AI use Guardian spells on Mines and Abandoned Mines</li>
60+
<li>fix Golden bow sprite's glowing pixels</li>
61+
<li>fix object visiting marking logic</li>
62+
<li>fix visited status for certain Adventure Map objects for the AI</li>
63+
<li>fix rendering of tall objects and extra objects (ghosts and flags) over the top map edge</li>
64+
<li>update the Hungarian translation</li>
65+
<li>add proper translation support for Sign objects</li>
66+
<li>allow to activate Czech virtual keyboard</li>
67+
<li>do not center on the defeated hero after an instant movement</li>
68+
<li>update the Portuguese translation</li>
69+
<li>fix the logic of transferring artifacts after battle</li>
70+
<li>check the contents of the resurrection.h2d file for correctness</li>
71+
<li>add dynamic interface option</li>
72+
<li>fix several button issues and do more button code cleanup</li>
73+
<li>avoid stacking units when defending archers for the AI</li>
74+
<li>update the Swedish translation</li>
75+
<li>fix the operation of MIN/MAX buttons in various dialogs</li>
76+
<li>clean up Russian empty guild/well button</li>
77+
</ul>
78+
</description>
79+
</release>
4080
<release date="2025-02-16" version="v1.1.6">
4181
<url>https://github.com/ihhub/fheroes2/releases/tag/1.1.6</url>
4282
<description>

src/fheroes2/system/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#define MAJOR_VERSION 1
2424
#define MINOR_VERSION 1
25-
#define INTERMEDIATE_VERSION 6
25+
#define INTERMEDIATE_VERSION 7
2626

2727
#ifndef BUILD_VERSION
2828
#define BUILD_VERSION 0

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.6
1+
1.1.7

version_code.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23
1+
24

0 commit comments

Comments
 (0)