Merge branch 'release/0.1.1-build-changelog' into 'develop'

Build changelog for 0.1.1 release

See merge request funkwhale/funkwhale-android!85
This commit is contained in:
Ryan Harg 2021-08-31 07:37:01 +00:00
commit f338e755e2
18 changed files with 28 additions and 17 deletions

28
CHANGELOG Normal file
View File

@ -0,0 +1,28 @@
0.1.1 (2021-08-31)
Features:
- Display if the whole album is offline available (#50)
- Implement OAuth as Funkwhale's new authentication system (#48)
- Increase size of buttons in queue (#39)
- Migrate from deprecated Kotlin synthetics to Jetpack view binding (#67)
- Rebrand Otter to Funkwhale for Android (#3)
- Show error messages to user when login failes (#80)
- Stretch timeline of the "now playing" view to entire width (#25)
Bugfixes:
- Artist, Album and Track title is missing in search results (#70)
- Fix application crash when adding song to playlist (#83)
- Show pause icon when song is playing (#87)
Other:
- Host a F-Droid repository for development artefacts (#5)
- Initial testing support, test coverage calculation and integration with gitlab (#7)
- Migrate open Otter issues to the Funkwhale for Android Gitlab repository (#2)
- Rename debug build to Funkwhale (preview) (#71)
- Show Funkwhale logo on the selfhosted F-Droid repository application page (#69)
- Upgrade ExoPlayer version to 2.14.2 (#65)
- Use towncrier to manage changelog (#6)

View File

@ -1 +0,0 @@
Migrate open Otter issues to the Funkwhale for Android Gitlab repository (#2)

View File

@ -1 +0,0 @@
Stretch timeline of the "now playing" view to entire width (#25)

View File

@ -1 +0,0 @@
Rebrand Otter to Funkwhale for Android (#3)

View File

@ -1 +0,0 @@
Increase size of buttons in queue (#39)

View File

@ -1 +0,0 @@
Implement OAuth as Funkwhale's new authentication system (#48)

View File

@ -1 +0,0 @@
Host a F-Droid repository for development artefacts (#5)

View File

@ -1 +0,0 @@
Display if the whole album is offline available (#50)

View File

@ -1 +0,0 @@
Use towncrier to manage changelog (#6)

View File

@ -1 +0,0 @@
Upgrade ExoPlayer version to 2.14.2 (#65)

View File

@ -1 +0,0 @@
Migrate from deprecated Kotlin synthetics to Jetpack view binding (#67)

View File

@ -1 +0,0 @@
Show Funkwhale logo on the selfhosted F-Droid repository application page (#69)

View File

@ -1 +0,0 @@
Initial testing support, test coverage calculation and integration with gitlab (#7)

View File

@ -1 +0,0 @@
Artist, Album and Track title is missing in search results (#70)

View File

@ -1 +0,0 @@
Rename debug build to Funkwhale (preview) (#71)

View File

@ -1 +0,0 @@
Show error messages to user when login failes (#80)

View File

@ -1 +0,0 @@
Fix application crash when adding song to playlist (#83)

View File

@ -1 +0,0 @@
Show pause icon when song is playing (#87)