Skip to content

Commit d08931f

Browse files
authored
Version 1.1.8 (#9763)
1 parent e81ea2f commit d08931f

File tree

5 files changed

+73
-3
lines changed

5 files changed

+73
-3
lines changed

changelog.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
version 1.1.8 (04 May 2025)
2+
- add defense penalty to moat building info and adjust wording
3+
- add the translation of buttons in Editor's main menu
4+
- implement scrollable text input
5+
- allow to navigate item lists using keyboard keys
6+
- allow to close a dialog with a single OK or CANCEL button in a button group using OK and CANCEL hotkeys
7+
- if a hero was moved to a castle when loading the map, train him in the Mage Guild
8+
- fix cursor positioning for the Virtual Keyboard
9+
- add a shadow for the Heroes Meeting dialog
10+
- add color name to Traveler Tent's popup message
11+
- allow the use of a hardware keyboard when Virtual Numpad is opened
12+
- fix the scroll bar behavior after visiting a castle
13+
- do not ask for additional confirmation if Auto Combat or Quick Combat have been started from the GUI dialog
14+
- add stat bonus values to Battle Garb of Anduran information
15+
- update the Swedish translation
16+
- improve the input of numbers from the hardware keyboard
17+
- fix status bar offset to prevent text from overlapping the status bar bottom border
18+
- fix missing height values in Czech assets
19+
- allow to move the Virtual Keyboard cursor using the hardware keyboard buttons
20+
- add German language support for Virtual Keyboard
21+
- update the Czech translation
22+
- update the Russian translation
23+
- fix clearing diacritic signs in the status bar
24+
- update the Hungarian translation
25+
- update the German translations related to artifacts
26+
- fix multiple sound issues while playing MIDI on Windows OS
27+
- change text input cursor from '_' to '|'
28+
- update the Danish translation
29+
- replace "gold only" chest dialog with "gold or exp" one in case when a hero has no space for an artifact
30+
- update the Belarusian translation
31+
- end game immediately during AI turn if there are changes in the game results
32+
133
version 1.1.7 (23 March 2025)
234
- add French virtual keyboard
335
- fix broken tiles with mines at the time of loading maps

script/packaging/common/fheroes2.metainfo.xml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,44 @@
3737
<control>touch</control>
3838
</recommends>
3939
<releases>
40+
<release date="2025-05-04" version="v1.1.8">
41+
<url>https://github.com/ihhub/fheroes2/releases/tag/1.1.8</url>
42+
<description>
43+
<p>Changes in v1.1.8 (04 May 2025):</p>
44+
<ul>
45+
<li>add defense penalty to moat building info and adjust wording</li>
46+
<li>add the translation of buttons in Editor's main menu</li>
47+
<li>implement scrollable text input</li>
48+
<li>allow to navigate item lists using keyboard keys</li>
49+
<li>allow to close a dialog with a single OK or CANCEL button in a button group using OK and CANCEL hotkeys</li>
50+
<li>if a hero was moved to a castle when loading the map, train him in the Mage Guild</li>
51+
<li>fix cursor positioning for the Virtual Keyboard</li>
52+
<li>add a shadow for the Heroes Meeting dialog</li>
53+
<li>add color name to Traveler Tent's popup message</li>
54+
<li>allow the use of a hardware keyboard when Virtual Numpad is opened</li>
55+
<li>fix the scroll bar behavior after visiting a castle</li>
56+
<li>do not ask for additional confirmation if Auto Combat or Quick Combat have been started from the GUI dialog</li>
57+
<li>add stat bonus values to Battle Garb of Anduran information</li>
58+
<li>update the Swedish translation</li>
59+
<li>improve the input of numbers from the hardware keyboard</li>
60+
<li>fix status bar offset to prevent text from overlapping the status bar bottom border</li>
61+
<li>fix missing height values in Czech assets</li>
62+
<li>allow to move the Virtual Keyboard cursor using the hardware keyboard buttons</li>
63+
<li>add German language support for Virtual Keyboard</li>
64+
<li>update the Czech translation</li>
65+
<li>update the Russian translation</li>
66+
<li>fix clearing diacritic signs in the status bar</li>
67+
<li>update the Hungarian translation</li>
68+
<li>update the German translations related to artifacts</li>
69+
<li>fix multiple sound issues while playing MIDI on Windows OS</li>
70+
<li>change text input cursor from '_' to '|'</li>
71+
<li>update the Danish translation</li>
72+
<li>replace "gold only" chest dialog with "gold or exp" one in case when a hero has no space for an artifact</li>
73+
<li>update the Belarusian translation</li>
74+
<li>end game immediately during AI turn if there are changes in the game results</li>
75+
</ul>
76+
</description>
77+
</release>
4078
<release date="2025-03-23" version="v1.1.7">
4179
<url>https://github.com/ihhub/fheroes2/releases/tag/1.1.7</url>
4280
<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 7
25+
#define INTERMEDIATE_VERSION 8
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.7
1+
1.1.8

version_code.txt

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

0 commit comments

Comments
 (0)