release 0.02.0
This commit is contained in:
parent
9d30a2c8ec
commit
6db849d768
2 changed files with 10 additions and 1 deletions
|
@ -4,6 +4,15 @@ 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.02.0] - 2019-06-23
|
||||
### Added
|
||||
- start number is now visible after the name (in startlists and results)
|
||||
- it is now possible to filter the competitons by competiton type (eg. worldcup, youth event, etc.)
|
||||
- event website url is now present in the cat select dialog if available
|
||||
|
||||
### Changed
|
||||
- competitons are clickable if there is a infosheet or event website url available event when they don't have any categories
|
||||
|
||||
# [0.01.6] - 2019-06-15
|
||||
### Fixed
|
||||
- label for IFSC calendar
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<manifest package="com.itsblue.blueROCKtest" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="0.01.6" android:versionCode="7" android:installLocation="auto">
|
||||
<manifest package="com.itsblue.blueROCK" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="0.02.0" android:versionCode="8" android:installLocation="auto">
|
||||
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="blueROCK" android:icon="@drawable/icon">
|
||||
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="blueROCK" android:screenOrientation="unspecified" android:launchMode="singleTop">
|
||||
<intent-filter>
|
||||
|
|
Loading…
Reference in a new issue