Skip to content

Commit

Permalink
Version 0.9.11 (#4829)
Browse files Browse the repository at this point in the history
As a holiday surprise :)
  • Loading branch information
ihhub authored Dec 23, 2021
1 parent 6fa5bcb commit 6da2ccb
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# For descent FetchContent()
cmake_minimum_required(VERSION 3.14)

project(fheroes2 VERSION 0.9.10 LANGUAGES C CXX)
project(fheroes2 VERSION 0.9.11 LANGUAGES C CXX)
set(CMAKE_CXX_STANDARD 11)

if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.12")
Expand Down
2 changes: 1 addition & 1 deletion Makefile.switch
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MAKE := make

PROJECT_TITLE := fheroes2
PROJECT_AUTHOR := fheroes2 resurrection team
PROJECT_VERSION := 0.9.10
PROJECT_VERSION := 0.9.11

PATH := $(PATH):/opt/devkitpro/portlibs/switch/bin/:/opt/devkitpro/tools/bin/

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ skip_commits:
skip_tags: true

# version format
version: 0.9.10.{build}
version: 0.9.11.{build}

# Build worker image (VM template)
image: Visual Studio 2015
Expand Down
28 changes: 26 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
version 0.9.11 (23 December 2021)
- add popup dialog for map information
- fix hero's path not being updated properly after new monster month event
- show available game languages in vertical order rather than horizonal
- fix handling of national symbols in the paths to music files on Windows
- improve AI behavior during castle defence
- fix pressed buttons' background
- fix incorrect output on console window for Windows users with non-English system language
- add support of Russian language by default
- update Polish translation
- generate correct letters for French language
- update Settings description to cover all actions
- fix heroes meeting swap arrows
- update PS Vita controls
- fix crash for some systems after changing game resolution
- add hotkey for settings in Main Menu
- do not reset the hero's path in Sleeper mode, reset the Sleeper mode only with the beginning of the hero's movement
- fix River being considered as a Road
- allow to select player class using mouse wheel
- add additional spell info for spells owned by a hero
- fix button rendering artifacts after changing resolution
- fix crash on Windows for some Archibald scenarios
- always mark the entrance to the castle/town as a road, do not automatically mark the tile south of the entrance as a road

version 0.9.10 (05 December 2021)
- update background music on the fly while changing it within settings
- fix horizontal position of town name and town icon in town construction dialog
Expand All @@ -24,15 +48,15 @@ version 0.9.10 (05 December 2021)
- show heroes on minimap
- update Norwegian translation
- show available creature count for the Price of Loyalty monster objects
- fix With's Hut name
- fix Witch's Hut name
- add Italian translation
- properly handle the day-week-month routine
- add titles for most of dialogs from map's objects
- always mark Artesian Spring as visited, even if the hero was not able to drink from it
- fix movement penalty calculation algorithm
- implement last move logic for hero movement on the map
- update hero movement points UI upon visiting multiple objects on the map
- fix rendering for difficulty text in scenarion info dialog
- fix rendering for difficulty text in scenario info dialog
- fix AI obsession with whirlpools and being always in sea
- load palette from AGG file
- fix monster recruit window position for multiple places
Expand Down
4 changes: 2 additions & 2 deletions script/packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fheroes2 (0.9.10-1) UNRELEASED; urgency=medium
fheroes2 (0.9.11-1) UNRELEASED; urgency=medium

* Initial release

-- fheroes2 team <[email protected]> Sun, 5 Dec 2021 00:00:00 +0000
-- fheroes2 team <[email protected]> Thu, 23 Dec 2021 00:00:00 +0000
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.organization=ihhub

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=fheroes2
sonar.projectVersion=0.9.10
sonar.projectVersion=0.9.11

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=.
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 10
#define INTERMEDIATE_VERSION 11

#ifndef BUILD_VERSION
#define BUILD_VERSION 0
Expand Down

0 comments on commit 6da2ccb

Please sign in to comment.