Bump version number 1.1.0

main
Georg Krause 2022-06-12 17:41:15 +02:00
parent b018bb1e5b
commit 3a89cff4b5
Signed by: gcrkrause
GPG Key ID: 2970D504B2183D22
9 changed files with 15 additions and 10 deletions

View File

@ -1 +0,0 @@
Fix a bug while parsing URIs

View File

@ -1 +0,0 @@
Add your info here

View File

@ -1 +0,0 @@
Fix a bug which required user to login again after token expiration

View File

@ -1 +0,0 @@
Add option to show or hide track artists when browsing artists

View File

@ -1 +0,0 @@
Fix album track ordering in lookup results

View File

@ -1 +0,0 @@
Add basic filtering on search results

View File

@ -1 +0,0 @@
Add basic filtering on search results

View File

@ -1,7 +1,19 @@
# Changelog
## 1.1.0 (2022-06-12)
### Features
- Add option to show or hide track artists when browsing artists
- Add basic filtering on search results
### Bugfixes
- Fix a bug which required user to login again after token expiration
- Fix album track ordering in lookup results
- [#17](https://dev.funkwhale.audio/funkwhale/mopidy/-/issues/17) Fix a bug while parsing URIs
## 1.0.0 (2021-02-04)
This is the first stable release. Its compatible to Funkwhale >= 1.0 and Mopidy >= 3.

View File

@ -10,7 +10,7 @@ import os
__author__ = """Funkwhale collective"""
__email__ = "maintainers@funkwhale.audio"
__version__ = "1.0.0"
__version__ = "1.1.0"
logger = logging.getLogger(__name__)