[release] Bump to version 50.0
- Allow updating all a user's scrobble visibility at once - Replace columsn of Top Artists, Tracks and Series with Maloja widget
This commit is contained in:
@ -88,7 +88,7 @@ fetching and simple saving.
|
|||||||
*** Metadata sources
|
*** Metadata sources
|
||||||
**** Scraper
|
**** Scraper
|
||||||
|
|
||||||
* Backlog [2/17] :vrobbler:project:personal:
|
* Backlog [0/15] :vrobbler:project:personal:
|
||||||
** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :vrobbler:personal:bug:music:scrobbles:
|
** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :vrobbler:personal:bug:music:scrobbles:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:ID: 702462cf-d54b-48c6-8a7c-78b8de751deb
|
:ID: 702462cf-d54b-48c6-8a7c-78b8de751deb
|
||||||
@ -544,6 +544,7 @@ log a warning and move on.
|
|||||||
We should have a global view `/favorites/` that shows the logged in users's
|
We should have a global view `/favorites/` that shows the logged in users's
|
||||||
favorited media objects.
|
favorited media objects.
|
||||||
|
|
||||||
|
* Version 50.0 [2/2]
|
||||||
** DONE [#A] Allow updating all a user's scrobble visibility at once :scrobbles:sharing:feature:
|
** DONE [#A] Allow updating all a user's scrobble visibility at once :scrobbles:sharing:feature:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:ID: 9ed2ec65-bf69-4300-965c-6a7d3ef7ea03
|
:ID: 9ed2ec65-bf69-4300-965c-6a7d3ef7ea03
|
||||||
@ -593,6 +594,7 @@ are either public, shared or private. Probably this could be done with a
|
|||||||
The tables are fine, but Maloja widgets are better. We should drop the top track table, add top albums
|
The tables are fine, but Maloja widgets are better. We should drop the top track table, add top albums
|
||||||
and replace top artists and top tv series with the Maloja style widgets.
|
and replace top artists and top tv series with the Maloja style widgets.
|
||||||
|
|
||||||
|
|
||||||
* Version 49.1 [1/1]
|
* Version 49.1 [1/1]
|
||||||
** DONE [#A] Fix bug with missing default visbility for scrobbles :bug:scrobbles:sharing:
|
** DONE [#A] Fix bug with missing default visbility for scrobbles :bug:scrobbles:sharing:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "vrobbler"
|
name = "vrobbler"
|
||||||
version = "49.1"
|
version = "50.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Colin Powell <colin@unbl.ink>"]
|
authors = ["Colin Powell <colin@unbl.ink>"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user