Skip to content

Commit

Permalink
Bump v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilKes committed Dec 23, 2024
1 parent 4529e3f commit 30d5ee0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId 'com.philkes.notallyx'
minSdk 21
targetSdk 34
versionCode 622
versionName "6.2.2"
versionCode 630
versionName "6.3.0"
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 = []
}
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/630.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
* App-Bar unten hinzugefügt um die Benutzerfreundlichkeit zu verbessern

* Textsuche innerhalb einer Notiz

* App-Design basierend auf Material 3 überarbeitet

* Dialog bei Abstürzen hinzugefügt, um direkt Bugs melden zu können

* Verbessertes Verlinken von Notizen

* Einfügen von Text macht alle Links automatisch klickbar
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/630.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
* Added bottom app bar to improve usability

* Search text inside of a note

* Overhaul app's theme based on Material 3

* Added Crash screen to directly report bugs

* Improved linking other notes

* Paste text automatically makes all links clickable

0 comments on commit 30d5ee0

Please sign in to comment.