From 7a504e45de06d1ac729394a9ea1c5a36ef7641b0 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 5 Jun 2026 11:26:39 -0400 Subject: [PATCH] [release] Bump to version 44.0 - Add favorite feature for scrobbles --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index a075c58..16ba092 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 @@ -505,6 +505,7 @@ The patterns would be based on traditional Django date formatting patterns: http So "Y m F" would yield "2026 05 May" if the link is clicked in May of 2026. +* Version 44.0 [1/1] ** DONE [#B] Add favorite feature for scrobbles :feature:favorites:scrobbles: :PROPERTIES: :ID: 2780ae5f-fe23-49a5-8b33-d19e7f3e8ec6 @@ -520,6 +521,7 @@ and if populated, and a track media type is favorited, and the track has a mopid send a POST to the mopidy server RPC endpoint for the favorite playlist and add the track. + * Version 43.0 [5/5] ** DONE [#B] Can we show a graph of all past Weigh-in tasks :scale:tasks:graphs:javascript: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index e587d3b..7ca3756 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "43.0" +version = "44.0" description = "" authors = ["Colin Powell "]