diff --git a/PROJECT.org b/PROJECT.org index d11fa59..848c015 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** 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: :PROPERTIES: :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 favorited media objects. +* Version 50.0 [2/2] ** DONE [#A] Allow updating all a user's scrobble visibility at once :scrobbles:sharing:feature: :PROPERTIES: :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 and replace top artists and top tv series with the Maloja style widgets. + * Version 49.1 [1/1] ** DONE [#A] Fix bug with missing default visbility for scrobbles :bug:scrobbles:sharing: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 62528a0..26af379 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "49.1" +version = "50.0" description = "" authors = ["Colin Powell "]