mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-19 17:12:06 +02:00
Preparation for release 1.5.7
This commit is contained in:
parent
fb37b9e08b
commit
427a583f1e
@ -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
|
||||
|
@ -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")
|
||||
}
|
||||
|
@ -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}
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
vcmi (1.5.7) jammy; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Ivan Savenko <saven.ivan@gmail.com> Fri, 23 Aug 2024 12:00:00 +0200
|
||||
|
||||
vcmi (1.5.6) jammy; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
|
@ -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
|
||||
|
@ -90,6 +90,7 @@
|
||||
</screenshots>
|
||||
<launchable type="desktop-id">vcmilauncher.desktop</launchable>
|
||||
<releases>
|
||||
<release version="1.5.7" date="2024-08-23" type="stable"/>
|
||||
<release version="1.5.6" date="2024-08-04" type="stable"/>
|
||||
<release version="1.5.5" date="2024-07-17" type="stable"/>
|
||||
<release version="1.5.4" date="2024-07-12" type="stable"/>
|
||||
|
Loading…
Reference in New Issue
Block a user