diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f8c88..1171cbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -# [0.6.2] - UNRELEASED +# [0.7.0] - 2022-08-11 +### Added +- Startnumbers in speed flowchart + +### Fixed +- Sharing the poster on Android +- Rendering the speed flowchart when starting at 1/2-Final + +### Changed +- The qualification rank is now smaller and grayed out in the speed flowchart + ### Removed - URL handler for app.bluerock.dev, it is not needed diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 3c91ccd..0a1559b 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/blueROCK.pro b/blueROCK.pro index 86a5836..204d369 100644 --- a/blueROCK.pro +++ b/blueROCK.pro @@ -1,7 +1,7 @@ QT += quick qml quickcontrols2 purchasing CONFIG += c++11 -VERSION = 0.6.2 +VERSION = 0.7.0 TARGET = blueROCK # The following define makes your compiler emit warnings if you use @@ -89,7 +89,7 @@ android { ANDROID_VERSION_NAME = $$VERSION ANDROID_VERSION_CODE = $$droidVersionCode($$ANDROID_VERSION_NAME) - ANDROID_TARGET_SDK_VERSION = 29 + ANDROID_TARGET_SDK_VERSION = 30 ANDROID_HOME = $$(ANDROID_HOME) include($$ANDROID_HOME/android_openssl/openssl.pri)