new release

This commit is contained in:
dkanada 2020-11-01 23:26:42 +09:00
commit 02b06c8bcf
2 changed files with 10 additions and 2 deletions

View file

@ -7,8 +7,8 @@ android {
minSdkVersion 19
targetSdkVersion 30
versionCode 7
versionName '1.1.2'
versionCode 8
versionName '1.2.0'
multiDexEnabled true
vectorDrawables {

View file

@ -0,0 +1,8 @@
- add local cache for recent songs
- fix several issues regarding blurhash images
- initial implementation of playback reporting
- hide some buttons that were causing crashes
- possible fix for opus transcoding
- show all songs in playlist details page
- support insecure and untrusted connections
- add smooth transitions between activities