preparing v2.0.1 release
This commit is contained in:
parent
29e6f8a990
commit
92b94df5bc
5 changed files with 21 additions and 8 deletions
|
@ -44,7 +44,7 @@ object Keys {
|
||||||
const val ARG_TRACK_ID: String = "ArgTrackId"
|
const val ARG_TRACK_ID: String = "ArgTrackId"
|
||||||
|
|
||||||
// preferences
|
// 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_THEME_SELECTION: String= "prefThemeSelection"
|
||||||
const val PREF_CURRENT_BEST_LOCATION_PROVIDER: String = "prefCurrentBestLocationProvider"
|
const val PREF_CURRENT_BEST_LOCATION_PROVIDER: String = "prefCurrentBestLocationProvider"
|
||||||
const val PREF_CURRENT_BEST_LOCATION_LATITUDE: String = "prefCurrentBestLocationLatitude"
|
const val PREF_CURRENT_BEST_LOCATION_LATITUDE: String = "prefCurrentBestLocationLatitude"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# v1.2.1 - San Tropez
|
# v1.2.1 - San Tropez
|
||||||
|
|
||||||
**2019-04-10**
|
**2019-06-05**
|
||||||
- new French language version
|
- new French language version
|
||||||
- improved Dark Mode
|
- improved Dark Mode
|
||||||
- updated icon (again)
|
- updated icon (again)
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
# v2.0.0 - Echoes
|
# v1.2.2 - San Tropez
|
||||||
|
|
||||||
**2020-02-26**
|
**2019-06-05**
|
||||||
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:
|
- fixes a crash
|
||||||
- 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
|
|
||||||
|
|
7
metadata/en-US/changelogs/37.txt
Normal file
7
metadata/en-US/changelogs/37.txt
Normal 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
|
9
metadata/en-US/changelogs/38.txt
Normal file
9
metadata/en-US/changelogs/38.txt
Normal 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
|
Loading…
Reference in a new issue