diff --git a/PROJECT.org b/PROJECT.org index ac3cbae..846fa2c 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/25] :vrobbler:project:personal: +* Backlog [0/24] :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: @@ -619,6 +619,7 @@ The Edit log form should have from top to bottom: - Expansion ids (which should a multi-select widget of expansions for this game) - Location (which should be a drop down of BoardGameLocations for this user) +* Version 60.1 [1/1] ** DONE [#B] Migrate coffee scrobbles to new Coffee model :drinks:mgmtcmd: :PROPERTIES: :ID: edaf1200-b58e-8512-b2a2-c8bc25bed7a0 @@ -640,6 +641,7 @@ start updating the French Press scrobbles with a newly created Coffee. If we don't have a roast log in the Chore tasks before a French Press entry, we should use the "Unknown Roast" Coffee title and skip all the othe metadata. + * Version 60.0 [2/2] ** DONE [#B] Send water drinking notifications :drinks:notifications: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 852614d..909900a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "60.0" +version = "60.1" description = "" authors = ["Colin Powell "]