Skip to content

Commit

Permalink
Releasing 7.1.1 from release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed Dec 31, 2022
1 parent 8de0f65 commit 255a2f4
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 71000
versionName "7.1.0"
versionCode 71100
versionName "7.1.1"

vectorDrawables.useSupportLibrary = true

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

Highlights:
- Translated using Weblate
- added global sync preference, can prevent sync code from running at all
- changed permissions
- shortcut icon is now visibile in "simple launcher"
- block editing note reminders when it's locked
- fix bug showing an empty note when sharing a link

Details:
- small UI improvements
- remove unused code

0 comments on commit 255a2f4

Please sign in to comment.