Skip to content

Commit

Permalink
sNotz v0.31
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Mar 22, 2023
1 parent 82c24e0 commit 7a8d30c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,7 @@

<p style="text-align: center"><img src="https://raw.githubusercontent.com/sunilpaulmathew/sNotz/master/fastlane/metadata/android/en-US/images/phoneScreenshots/002.jpg" alt="" width="250" height="450" /> <img src="https://raw.githubusercontent.com/sunilpaulmathew/sNotz/master/fastlane/metadata/android/en-US/images/phoneScreenshots/001.jpg" alt="" width="250" height="450" /> <img src="https://raw.githubusercontent.com/sunilpaulmathew/sNotz/master/fastlane/metadata/android/en-US/images/phoneScreenshots/005.jpg" alt="" width="250" height="450" /></p>

[![](https://img.shields.io/badge/sNotz-v0.30-green)](https://play.google.com/store/apps/details?id=com.sunilpaulmathew.snotz)
[![](https://img.shields.io/badge/sNotz-v0.31-green)](https://play.google.com/store/apps/details?id=com.sunilpaulmathew.snotz)
![](https://img.shields.io/github/languages/top/sunilpaulmathew/sNotz)
![](https://img.shields.io/github/contributors/sunilpaulmathew/sNotz)

Expand All @@ -20,7 +20,7 @@ alt="Get it on IzzyOnDroid"
height="80">](https://apt.izzysoft.de/fdroid/index/apk/com.sunilpaulmathew.snotz)
[<img src="https://i.ibb.co/q0mdc4Z/get-it-on-github.png"
alt="Get it on GitHub"
height="80">](https://github.com/sunilpaulmathew/sNotz/releases/download/v0.30/app-fdroid-release.apk)
height="80">](https://github.com/sunilpaulmathew/sNotz/releases/download/v0.31/app-fdroid-release.apk)

## Features
* Easily create & manage simple notes.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -21,8 +21,8 @@ android {
applicationId "com.sunilpaulmathew.snotz"
minSdkVersion 17
targetSdkVersion 33
versionCode 30
versionName "v0.30"
versionCode 31
versionName "v0.31"
multiDexEnabled = true
vectorDrawables.useSupportLibrary = true
testFunctionalTest = false
Expand Down
7 changes: 7 additions & 0 deletions docs/_pages/changelog.md
Expand Up @@ -6,6 +6,13 @@ include_in_header: true

<h2 style="color: blue">What's New</h2>

<h3 style="color: green">v0.31</h3>
- sNotz now lists notes and checklists together.
- App now request notification permission on Android 13 & above..
- Largely improved selection page.
- App UI is now much more modern.
- Miscellaneous changes.

<h3 style="color: green">v0.30</h3>
- Makes app accent color configurable.
- Distinguished hidden notes with a lock icon.
Expand Down
7 changes: 0 additions & 7 deletions fastlane/metadata/android/en-US/changelogs/30.txt

This file was deleted.

5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/31.txt
@@ -0,0 +1,5 @@
* sNotz now lists notes and checklists together.
* App now request notification permission on Android 13 & above..
* Largely improved widget selection page.
* App UI is now much more modern.
* Miscellaneous changes.

0 comments on commit 7a8d30c

Please sign in to comment.