Skip to content

Commit

Permalink
Releasing 7.1.0 from release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed Dec 22, 2022
1 parent 7b43a33 commit 9d7a3b0
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@ -70,8 +70,8 @@ android {
// require a full app build and reinstallation, even for the smallest change.
// If these values are fixed, incremental builds are optimized.
// Also, f-droid prefers these values to be static => update them manually, please.
versionCode 70100
versionName "7.0.1"
versionCode 71000
versionName "7.1.0"

vectorDrawables.useSupportLibrary = true

Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/71000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
NoNonsense Notes v7.1.0

Highlights:
- improved file picker for backup files
- moved org files to a default folder
- updated translations using Weblate
- fixed a bug that cloned reminders when re-opening notes

Details:
- Target android 13
- UI tweaks

0 comments on commit 9d7a3b0

Please sign in to comment.