Update changelog for version 0.1.3

This commit is contained in:
Ryan Harg 2021-09-17 14:16:26 +02:00
parent 1dd20292b4
commit 7524b29313
No known key found for this signature in database
GPG Key ID: 89106F3A84E6958C
9 changed files with 17 additions and 8 deletions

View File

@ -1,3 +1,20 @@
0.1.3 (unreleased)
Bugfixes:
- Disable landscape mode to avoid application crashes (#93)
- Fix handling of hostname 'https://' scheme prefix (#88)
- Remember scroll positions in list views (Artists/Albums/...) (#95)
- Remove trailing slash from hostname (#92)
- Use correct radio identifier for user radio (#90)
Other:
- Add hard coded version information for F-Droid deployment (#97)
- Automatically update the favorites list view (#28)
- Update Fastlane metadata for app store deployments (#89)
0.1.1 (2021-08-31)
Features:

View File

@ -1 +0,0 @@
Automatically update the favorites list view (#28)

View File

@ -1 +0,0 @@
Fix handling of hostname 'https://' scheme prefix (#88)

View File

@ -1 +0,0 @@
Update Fastlane metadata for app store deployments (#89)

View File

@ -1 +0,0 @@
Use correct radio identifier for user radio (#90)

View File

@ -1 +0,0 @@
Remove trailing slash from hostname (#92)

View File

@ -1 +0,0 @@
Disable landscape mode to avoid application crashes (#93)

View File

@ -1 +0,0 @@
Remember scroll positions in list views (Artists/Albums/...) (#95)

View File

@ -1 +0,0 @@
Add hard coded version information for F-Droid deployment (#97)