Skip to content

Commit

Permalink
bump: v0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Malopieds committed Aug 13, 2024
1 parent d0c43d4 commit ea70178
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId = "com.malopieds.innertune"
minSdk = 24
targetSdk = 34
versionCode = 25
versionName = "0.5.8"
versionCode = 26
versionName = "0.5.9"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/26.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- Fix radio not working
- Added other versions of albums
- Fix offline mode
- Updated languages
- Black player in pure black mode
- Better UI for multiselect
- Undo button after removing from queue
- Swipe on thumbnails to change song
- Better gradient
- Small animations
- Other small fix

0 comments on commit ea70178

Please sign in to comment.