Bump version code and add changelogs

for release 1.3.0
This commit is contained in:
Finn M Glas 2020-06-26 07:57:42 +02:00
parent b3b1b7ba3a
commit 69c084ac51
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
4 changed files with 20 additions and 2 deletions

View file

@ -10,8 +10,8 @@ android {
applicationId "com.finnmglas.launcher" applicationId "com.finnmglas.launcher"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 29 targetSdkVersion 29
versionCode 7 versionCode 8
versionName "v1.2.1" versionName "v1.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View file

@ -0,0 +1,6 @@
Neues in Launcher v1.3.0:
- Die Apps-Liste und Einstellungen können jetzt auch als (Swipe-) Aktion verwendet werden
- Du kannst die Apps-Liste mit der neuen Such-Funktion deutlich schneller bedienen.
- Du kannst entscheiden of der Bildschirm wach gehalten wird!
- Das Launcher Tutorial wurde erheblich verbessert - Sieh es dir an!
- Viele kleine Bug- Fixes ^^

View file

@ -0,0 +1,6 @@
What's new in Launcher v1.3.0:
- The apps list and settings can now also be used as a (swipe) action
- You can use the apps list more efficiently with the new search function.
- You can decide whether the screen is kept on (disable screen timeout)!
- The launcher tutorial has been significantly improved - check it out!
- Many small bug fixes ^^

View file

@ -0,0 +1,6 @@
Nouvelles fonctionnalités avec Launcher v1.3.0:
- La liste des applications et les paramètres peuvent désormais également être utilisés comme une action (glisser)
- Vous pouvez utiliser la liste des applications beaucoup plus rapidement avec la nouvelle fonction de recherche.
- Vous pouvez décider si l'écran reste est gardé allumé!
- Le tutoriel du Launcher a été considérablement amélioré - regardez-le!
- Nombreuses petites corrections de bugs ^^