preparing v2.0.1 release

master
y20k 2020-02-26 18:13:18 +01:00
parent 29e6f8a990
commit 92b94df5bc
No known key found for this signature in database
GPG Key ID: 824D4259F41FAFF6
5 changed files with 21 additions and 8 deletions

View File

@ -44,7 +44,7 @@ object Keys {
const val ARG_TRACK_ID: String = "ArgTrackId"
// preferences
const val PREF_ONE_TIME_HOUSEKEEPING_NECESSARY = "ONE_TIME_HOUSEKEEPING_NECESSARY_VERSIONCODE_37" // increment to current app version code to trigger housekeeping that runs only once
const val PREF_ONE_TIME_HOUSEKEEPING_NECESSARY = "ONE_TIME_HOUSEKEEPING_NECESSARY_VERSIONCODE_38" // increment to current app version code to trigger housekeeping that runs only once
const val PREF_THEME_SELECTION: String= "prefThemeSelection"
const val PREF_CURRENT_BEST_LOCATION_PROVIDER: String = "prefCurrentBestLocationProvider"
const val PREF_CURRENT_BEST_LOCATION_LATITUDE: String = "prefCurrentBestLocationLatitude"

View File

@ -1,6 +1,6 @@
# v1.2.1 - San Tropez
**2019-04-10**
**2019-06-05**
- new French language version
- improved Dark Mode
- updated icon (again)

View File

@ -1,7 +1,4 @@
# v2.0.0 - Echoes
# v1.2.2 - San Tropez
**2020-02-26**
Although it might look, as if not much has changed, Trackbook has been re-written completely from scratch. Apart from resulting in better readable code for me, there are also a few new features in here:
- a Quick Settings tile allows starting a recording with one tap from anywhere
- the list of previous track allows you to mark your favorite recordings
- a new Settings screen offers some basic choices, like miles or kilometers, or light mode or dark mode theme
**2019-06-05**
- fixes a crash

View File

@ -0,0 +1,7 @@
# v2.0.0 - Echoes
**2020-02-26**
Although it might look, as if not much has changed, Trackbook has been re-written completely from scratch. Apart from resulting in better readable code for me, there are also a few new features in here:
- a Quick Settings tile allows starting a recording with one tap from anywhere
- the list of previous track allows you to mark your favorite recordings
- a new Settings screen offers some basic choices, like miles or kilometers, or light mode or dark mode theme

View File

@ -0,0 +1,9 @@
# v2.0.1 - Echoes
**2020-02-26**
Although it might look, as if not much has changed, Trackbook has been re-written completely from scratch. Apart from resulting in better readable code for me, there are also a few new features in here:
- a Quick Settings tile allows starting a recording with one tap from anywhere
- the list of previous track allows you to mark your favorite recordings
- a new Settings screen offers some basic choices, like miles or kilometers, or light mode or dark mode theme
Plus: An important bug fix in the auto-importer for older recordings