From bef7e683c57320c7fce3b1d991a4d09285dbbbae Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 5 Jun 2026 14:42:11 -0400 Subject: [PATCH] [release] Bump to version 45.1 - Mopidy favorites or monthly playlist adds should look at all scrobbles --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index a42bf1c..87a673a 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/14] :vrobbler:project:personal: +* Backlog [0/13] :vrobbler:project:personal: ** TODO [#C] Add sentiment parsing for Scrobbles with notes :vrobbler:project:scrobbles:sentiment: :PROPERTIES: :ID: 37781d6a-f3b0-48b2-bf98-33c2c791cf85 @@ -509,6 +509,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 45.1 [1/1] ** DONE [#B] Mopidy favorites or monthly playlist adds should look at all scrobbles :bug:mopidy:favorites:tracks: :PROPERTIES: :ID: 0be7d11e-e268-2fd5-836a-e5b4d210e0fa @@ -523,6 +524,7 @@ later one did. Can we scan all the scrobbles of the track for a given user to see if any have `mopidy_uri` in the log and if so, use that to send along to Mopidy? + * Version 45.0 [1/1] ** DONE [#B] Add ability to add mopidy tracks to Monthly playlists :feature:favorites:tracks: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 5729ba2..2800a6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "45.0" +version = "45.1" description = "" authors = ["Colin Powell "]