Skip to content

Commit 2a6814c

Browse files
committed
release 1.0.3
1 parent cfc5bf4 commit 2a6814c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
defaultConfig {
1515
applicationId = "com.castle.sefirah"
1616

17-
versionCode = 3
18-
versionName = "1.0.2"
17+
versionCode = 4
18+
versionName = "1.0.3"
1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}
2121

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* Added the ability to change the ringer mode of the phone
2+
* Added instructions for enabling restricted settings
3+
* Added preference (on Windows) to avoid toasting remote notifications when the phone is in DND
4+
* Added Japanese translations thanks to reindex-ot
5+
* Fixed "Storage Access" preference not working as intended

0 commit comments

Comments
 (0)