From a70343d6f3b636eb92c4079c4b0824467f08e73e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 4 Jun 2026 11:22:48 -0400 Subject: [PATCH] [release] Bump to version 41.0 - For any scrobble detail page with notes display them better - Imports should send notifications - Board game imports send duplicate ntfy message - Too many geolocation notifications go out - Fix bug where Weigh-in imports do not set title --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 "]