Skip to content

Commit ceba31a

Browse files
Releasing 7.2.6 from release.sh
1 parent 5344e5b commit ceba31a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ android {
7474

7575
// If these values remain static, incremental builds are optimized and faster.
7676
// Also, FDROID is happier. Update them only with ./release.sh
77-
versionCode 72500
78-
versionName "7.2.5"
77+
versionCode 72600
78+
versionName "7.2.6"
7979

8080
vectorDrawables.useSupportLibrary = true
8181

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
NoNonsense Notes v7.2.6
2+
3+
Highlights:
4+
- finished the tutorial at https://github.com/spacecowboy/NotePad/blob/master/documents/TUTORIAL.md
5+
- fixed the shortcut widget for newer android versions
6+
- fixed bugs related to the note list widget
7+
- added official support for Android 16
8+
- improved how dates are shown in the "search results" and "archived notes" views
9+
- update app build infrastructure

0 commit comments

Comments
 (0)