Bump v6.4.0-BETA

This commit is contained in:
PhilKes 2025-01-11 14:36:43 +01:00
parent 7f546b8662
commit 4e267e0721
3 changed files with 20 additions and 2 deletions

View file

@ -19,8 +19,8 @@ android {
applicationId 'com.philkes.notallyx'
minSdk 21
targetSdk 34
versionCode 630
versionName "6.3.0"
versionCode 631
versionName "6.4.0-BETA"
resourceConfigurations += ['en', 'ca', 'cs', 'da', 'de', 'el', 'es', 'fr', 'hu', 'in', 'it', 'ja', 'my', 'nb', 'nl', 'nn', 'pl', 'pt-rBR', 'pt-rPT', 'ro', 'ru', 'sk', 'sv', 'tl', 'tr', 'uk', 'vi', 'zh-rCN']
vectorDrawables.generatedDensities = []
}

View file

@ -0,0 +1,9 @@
* Einstellungen per JSON-Datei importieren/exportieren
* Scrollbar für schnelleres Scrollen hinzufügen
* Möglichkeit Notizen-Übersicht auf Einzeileransicht zu konfigurieren
* Menü-Button um alle Notizen zu selektieren
* Kleinere Fixes für untere AppBar

View file

@ -0,0 +1,9 @@
* Import/Export settings to JSON file
* Add scrollbar for faster scrolling
* Adjust content density to single line notes view
* Add select all notes menu button
* Fix minor issues with bottom AppBar