Skip to content

Commit d8448de

Browse files
committed
chore(app): prepare release 0.15.0
1 parent bd1c060 commit d8448de

File tree

61 files changed

+13
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+13
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ android {
88
defaultConfig {
99
applicationId 'com.github.ashutoshgngwr.noice'
1010
minSdkVersion 21
11-
targetSdkVersion 29
12-
versionCode 36
13-
versionName '0.14.0'
11+
targetSdkVersion 30
12+
versionCode 37
13+
versionName '0.15.0'
1414
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1515
}
1616

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
- Added option to set "Saved Preset" as default app screen
2+
- Added 24 hour time picker and global volume controller to Wake-up timer
3+
- Updated German translations (by MakiWolf)
4+
- Fixed and updated sound samples and amplified volumes
5+
- Fixed overflowing donate and timer buttons
6+
- Fixed "app stuck in the paused state indefinitely"
7+
- Fixed text overflow in the app intro
8+
- Fixed a bug in audio focus management
9+
10+
See detailed changelog at https://ashutoshgngwr.github.io/noice/CHANGELOG

0 commit comments

Comments
 (0)