Skip to content

Commit

Permalink
Releasing 7.1.4 from release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed Jul 23, 2023
1 parent 90fd7ec commit 2ed12d4
Show file tree
Hide file tree
Showing 2 changed files with 17 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 @@ -76,8 +76,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 71300
versionName "7.1.3"
versionCode 71400
versionName "7.1.4"

vectorDrawables.useSupportLibrary = true

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

Highlights:
- updated translations
- show animations only if they are enabled in system settings #501
- fix bug causing snoozed reminder to reappear
- hide complete on notifications for note-types, fixes #312
- show completed notes on widget
- allow installing app from many app stores simultaneously
- fix bug hiding search suggestions

Details:
- added fastlane deployment pipeline to Play store. Pipeline only runs on tags
- update dependencies
- code cleanup

0 comments on commit 2ed12d4

Please sign in to comment.