diff --git a/PROJECT.org b/PROJECT.org index 97dcbbf..adf0a3f 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -93,7 +93,7 @@ fetching and simple saving. :LOGBOOK: CLOCK: [2025-07-09 Wed 09:55]--[2025-07-09 Wed 10:15] => 0:20 :END: -* Backlog [1/16] :vrobbler:project:personal: +* Backlog [0/15] :vrobbler:project:personal: ** TODO [#C] Add sentiment parsing for Scrobbles with notes :vrobbler:project:scrobbles:sentiment: :PROPERTIES: :ID: 37781d6a-f3b0-48b2-bf98-33c2c791cf85 @@ -515,11 +515,13 @@ payload, because that's how we parse tasks starting from the Todoist webhooks. But we don't really need anything tagged as `inprogress` Can we ignore this tag when applying tags to Task scrobbles coming from Todoist?` +* Version 42.0 [1/1] ** DONE [#B] Add ability to add track to current Mopidy queue :feature:mopidy:tracks: :PROPERTIES: :ID: 79d5b580-4ea6-461b-4c6c-2c950d8b3e4c :END: + * Version 41.0 [5/5] ** DONE [#B] For any scrobble detail page with notes display them better :templates:notes:scrobbles: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index d6cd3d7..32db26a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "41.0" +version = "42.0" description = "" authors = ["Colin Powell "]