diff --git a/PROJECT.org b/PROJECT.org index 1421346..2878cf4 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/24] :vrobbler:project:personal: +* Backlog [0/23] :vrobbler:project:personal: ** TODO [#C] After transition to linux add curl_cffi as webpage scrapper again :webpages:metadata: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles: :PROPERTIES: @@ -605,10 +605,12 @@ independent of the email flow it was originally creatdd for ** TODO [#B] Is there way to create unique slugs for media instances :media_types: +* Version 58.8 [1/1] ** DONE [#B] Clean up trend templates :trends:templates: :PROPERTIES: :ID: 83237e2c-857b-47c9-c86c-32a5e3f1359d :END: + * Version 58.7 [2/2] ** DONE [#B] Split up chart page between tables and maloja :charts:templates: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index e127966..4c17960 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "58.7" +version = "58.8" description = "" authors = ["Colin Powell "]