From 4bf22c96e95348b240c835b36aecabee364998ba Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 5 Jun 2026 19:42:21 -0400 Subject: [PATCH] [release] Bump to version 46.0 - Add sentiment parsing for Scrobbles with notes --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 498b4f2..6ecc5b9 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/13] :vrobbler:project:personal: +* Backlog [0/12] :vrobbler:project:personal: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :vrobbler:personal:bug:music:scrobbles: :PROPERTIES: :ID: 702462cf-d54b-48c6-8a7c-78b8de751deb @@ -505,6 +505,7 @@ needed import celery task. This is how the WebDAV celery task currently works. This would also be an opporunity to clean up the code around WebDAV imports and make them more re-usable for other import services. +* Version 46.0 [1/1] ** DONE [#C] Add sentiment parsing for Scrobbles with notes :scrobbles:sentiment: :PROPERTIES: :ID: 37781d6a-f3b0-48b2-bf98-33c2c791cf85 @@ -520,6 +521,7 @@ I'm not sure that the value prop here is worth the storage and processing time. But if we do add it, it should be a process that scans for scrobbles with both notes and no sentiment field value (unless --overwrite is used) and just run periodically. + * Version 45.1 [1/1] ** DONE [#B] Mopidy favorites or monthly playlist adds should look at all scrobbles :bug:mopidy:favorites:tracks: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 531e5d6..5f5a56f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "45.1" +version = "46.0" description = "" authors = ["Colin Powell "]