diff --git a/PROJECT.org b/PROJECT.org index fea4953..1dd904f 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/15] :vrobbler:project:personal: +* Backlog [0/14] :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 @@ -518,6 +518,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 51.1 [1/1] ** DONE [#A] Fix scrobbling comic books :books:scrobbles:bug: :PROPERTIES: :ID: 8dfbff19-3fa4-f3b8-21c7-7a416498000c @@ -529,6 +530,7 @@ At some point logdata and log got confused, and now when you try to scrobble a comic book, it just throws errors. We should look into where the confusion happened and fix it. + * Version 51.0 [3/3] ** DONE [#B] Fix koreader scrobble imports to use DST properly :bug:books:imports: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 8a362d3..982b344 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "51.0" +version = "51.1" description = "" authors = ["Colin Powell "]