Skip to content

Commit

Permalink
Releasing 7.1.2 from release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed Jan 5, 2023
1 parent 72c6913 commit daf4574
Show file tree
Hide file tree
Showing 2 changed files with 15 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 @@ -73,8 +73,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 71100
versionName "7.1.1"
versionCode 71200
versionName "7.1.2"

vectorDrawables.useSupportLibrary = true

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

Highlights:
- Translated using Weblate
- voice search works again
- more date formats to choose from
- show "next month" and year when tasks are ordered by date
- support for android auto backup

Details:
- UI tweaks for dialogs
- bug fixes
- removed all obsolete google tasks code, this should hide the annoying google account dialog

0 comments on commit daf4574

Please sign in to comment.