Skip to content

Commit

Permalink
Version 1.0.11 (#8158)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihhub authored Dec 23, 2023
1 parent 7851d8c commit 03fab32
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 3 deletions.
37 changes: 37 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
version 1.0.11 (23 December 2023)
- improve the logic of AI defensive tactics
- add Tree of Knowledge claimed and cost info to quick info dialog
- add a different object popup window logic for the Editor
- implement town and castle placing in the Editor
- update the Spanish translation
- update the French translation and add missing offset for an A with accent
- update Bulgarian translation
- increase width and height of the Campaign Difficulty selection dialog
- make speed of fade-in & fade-out animations for AI-controlled heroes dependent on the AI speed setting
- speed up battle pathfinder logic
- update Spanish translation
- add Spanish and Portuguese button font letters
- fix invalid focus update after AI hero battle
- update Danish translation
- speed up the original map format reading
- fix a crash with castle overlapping inside a map
- add basic logic to load and save maps through Editor UI
- add text rendering within a given ROI
- do not show quick info for hidden buttons inside castle building info dialog
- add missing AI team alliance to Evil campaign's 6th scenario
- update Swedish translation
- update Hungarian translation
- update Vietnamese Translation
- fix update of the morale/luck indicator when changing the hero in the Battle Only mode
- add base map file format for the Editor
- add Hotkeys categories for the future UI improvements
- fix scroll location on file deletion
- rework Battle Only mode
- add cell selection in Details mode for the Editor
- speed up map loading for New Game
- allow application closure by close button if no resources available
- fix multi-font text offset calculation
- properly evaluate potential attack positions for wide units
- correctly manage touch device events
- add ability to place Ocean Objects within the Editor

version 1.0.10 (18 November 2023)
- update Russian translation
- rework Town Portal dialog
Expand Down
43 changes: 43 additions & 0 deletions script/packaging/common/fheroes2.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,49 @@
<control>touch</control>
</recommends>
<releases>
<release date="2023-12-23" version="v1.0.11">
<url>https://github.com/ihhub/fheroes2/releases/tag/1.0.11</url>
<description>
<p>Changes in v1.0.11 (23 December 2023):</p>
<ul>
<li>improve the logic of AI defensive tactics</li>
<li>add Tree of Knowledge claimed and cost info to quick info dialog</li>
<li>add a different object popup window logic for the Editor</li>
<li>implement town and castle placing in the Editor</li>
<li>update the Spanish translation</li>
<li>update the French translation and add missing offset for an A with accent</li>
<li>update Bulgarian translation</li>
<li>increase width and height of the Campaign Difficulty selection dialog</li>
<li>make speed of fade-in &amp; fade-out animations for AI-controlled heroes dependent on the AI speed setting</li>
<li>speed up battle pathfinder logic</li>
<li>update Spanish translation</li>
<li>add Spanish and Portuguese button font letters</li>
<li>fix invalid focus update after AI hero battle</li>
<li>update Danish translation</li>
<li>speed up the original map format reading</li>
<li>fix a crash with castle overlapping inside a map</li>
<li>add basic logic to load and save maps through Editor UI</li>
<li>add text rendering within a given ROI</li>
<li>do not show quick info for hidden buttons inside castle building info dialog</li>
<li>add missing AI team alliance to Evil campaign's 6th scenario</li>
<li>update Swedish translation</li>
<li>update Hungarian translation</li>
<li>update Vietnamese Translation</li>
<li>fix update of the morale/luck indicator when changing the hero in the Battle Only mode</li>
<li>add base map file format for the Editor</li>
<li>add Hotkeys categories for the future UI improvements</li>
<li>fix scroll location on file deletion</li>
<li>rework Battle Only mode</li>
<li>add cell selection in Details mode for the Editor</li>
<li>speed up map loading for New Game</li>
<li>allow application closure by close button if no resources available</li>
<li>fix multi-font text offset calculation</li>
<li>properly evaluate potential attack positions for wide units</li>
<li>correctly manage touch device events</li>
<li>add ability to place Ocean Objects within the Editor</li>
</ul>
</description>
</release>
<release date="2023-11-18" version="v1.0.10">
<url>https://github.com/ihhub/fheroes2/releases/tag/1.0.10</url>
<description>
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 (1.0.11-1) UNRELEASED; urgency=medium

* 1.0.11 release

-- fheroes2 team <fhomm2@gmail.com> Sat, 23 Dec 2023 00:00:00 +000

fheroes2 (1.0.10-1) UNRELEASED; urgency=medium

* 1.0.10 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 1
#define MINOR_VERSION 0
#define INTERMEDIATE_VERSION 10
#define INTERMEDIATE_VERSION 11

#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 @@
1.0.10
1.0.11
2 changes: 1 addition & 1 deletion version_code.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13
14

0 comments on commit 03fab32

Please sign in to comment.