diff --git a/ChangeLog.md b/ChangeLog.md index 2932b8fc4..ebee8b356 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,12 @@ +# 1.5.6 -> 1.5.7 + +* Fixed game freeze if player is attacked in online multiplayer game by another player when he has unread dialogs, such as new week notification +* Fixed heroes on map limit game setting not respected when moving hero from town garrison. +* Add workaround to fix possible crash on attempt to start previously generated random map that has players without owned heroes or towns +* Fix crash on right-clicking spell icon when receiving unlearnable spells from Pandora +* Fixed possible text overflow in match information box in online lobby +* Fixed overlapping text in lobby login window + # 1.5.5 -> 1.5.6 # Stability diff --git a/android/vcmi-app/build.gradle b/android/vcmi-app/build.gradle index c6429c6cb..d4ce20701 100644 --- a/android/vcmi-app/build.gradle +++ b/android/vcmi-app/build.gradle @@ -26,8 +26,8 @@ android { minSdk = qtMinSdkVersion as Integer targetSdk = qtTargetSdkVersion as Integer // ANDROID_TARGET_SDK_VERSION in the CMake project - versionCode 1560 - versionName "1.5.6" + versionCode 1570 + versionName "1.5.7" setProperty("archivesBaseName", "vcmi") } diff --git a/cmake_modules/VersionDefinition.cmake b/cmake_modules/VersionDefinition.cmake index 959837e8b..3dd1094ca 100644 --- a/cmake_modules/VersionDefinition.cmake +++ b/cmake_modules/VersionDefinition.cmake @@ -1,6 +1,6 @@ set(VCMI_VERSION_MAJOR 1) set(VCMI_VERSION_MINOR 5) -set(VCMI_VERSION_PATCH 6) +set(VCMI_VERSION_PATCH 7) add_definitions( -DVCMI_VERSION_MAJOR=${VCMI_VERSION_MAJOR} -DVCMI_VERSION_MINOR=${VCMI_VERSION_MINOR} diff --git a/debian/changelog b/debian/changelog index 52247d334..f90cdb858 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vcmi (1.5.7) jammy; urgency=medium + + * New upstream release + + -- Ivan Savenko Fri, 23 Aug 2024 12:00:00 +0200 + vcmi (1.5.6) jammy; urgency=medium * New upstream release diff --git a/docs/Readme.md b/docs/Readme.md index 8ceb7a55d..8b4a392c2 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -1,7 +1,7 @@ [![VCMI](https://github.com/vcmi/vcmi/actions/workflows/github.yml/badge.svg?branch=develop&event=push)](https://github.com/vcmi/vcmi/actions/workflows/github.yml?query=branch%3Adevelop+event%3Apush) [![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.5.0/total)](https://github.com/vcmi/vcmi/releases/tag/1.5.0) -[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.5.4/total)](https://github.com/vcmi/vcmi/releases/tag/1.5.4) -[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.5.5/total)](https://github.com/vcmi/vcmi/releases/tag/1.5.5) +[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.5.6/total)](https://github.com/vcmi/vcmi/releases/tag/1.5.6) +[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.5.7/total)](https://github.com/vcmi/vcmi/releases/tag/1.5.7) [![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/total)](https://github.com/vcmi/vcmi/releases) # VCMI Project diff --git a/launcher/eu.vcmi.VCMI.metainfo.xml b/launcher/eu.vcmi.VCMI.metainfo.xml index 5e54c6620..545e5f3d1 100644 --- a/launcher/eu.vcmi.VCMI.metainfo.xml +++ b/launcher/eu.vcmi.VCMI.metainfo.xml @@ -90,6 +90,7 @@ vcmilauncher.desktop +