diff --git a/PROJECT.org b/PROJECT.org index 16dee8f..ecff14a 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 [5/19] :vrobbler:project:personal: +* Backlog [0/14] :vrobbler:project:personal: ** TODO [#C] Add sentiment parsing for Scrobbles with notes :vrobbler:project:scrobbles:sentiment: :PROPERTIES: :ID: 37781d6a-f3b0-48b2-bf98-33c2c791cf85 @@ -505,6 +505,7 @@ different. And the same for comments. If a comment (by timestamp key) is different in the webhook than what's in the scrobble.log, update the comment in the scrobble.log +* Version 41.0 [5/5] ** DONE [#B] For any scrobble detail page with notes display them better :templates:notes:scrobbles: :PROPERTIES: :ID: c0dcf9da-227f-4a22-bcd9-9d46053607d9 @@ -568,6 +569,7 @@ Currently when we import a scale CSV row and create data, the title is left blank which makes it look funny in a list view. Let's save the weight as the title of the Weigh-in task. + * Version 40.2 [1/1] ** DONE [#A] Try fixing deploy bugs again :tooling:releases:bug: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 33777dd..d6cd3d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "40.2" +version = "41.0" description = "" authors = ["Colin Powell "]