diff --git a/PROJECT.org b/PROJECT.org index ea44d1d..d2c46f6 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [2/24] :vrobbler:project:personal: +* Backlog [0/22] :vrobbler:project:personal: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles: :PROPERTIES: :ID: 702462cf-d54b-48c6-8a7c-78b8de751deb @@ -604,6 +604,7 @@ 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.2 [2/2] ** DONE [#B] Add more robust webpage scraping :webpages:metadata: :PROPERTIES: :ID: 84d9bfa5-75c0-0718-764e-379f7456602a @@ -619,6 +620,7 @@ Added a "Time of Day Categories" trend that groups scrobbles for Books, Trails, Birding Locations, and Board Games into Early Bird (5-10:59am), Day Jay (11am-6:59pm), and Night Owl (7pm-4:59am) buckets. Shows both overall and per-media-type breakdowns. + * Version 58.1 [1/1] ** DONE [#B] Add auto genre tagging for papers :books:papers:metadata: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 8a6c42d..b87d518 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "58.1" +version = "58.2" description = "" authors = ["Colin Powell "]