sessions / 7a504e45de06d1ac729394a9ea1c5a36ef7641b0

/home/powellc/src/code.unbl.ink/secstate/vrobbler

This commit has no recorded session.

diff

show whitespace

commit 7a504e45de06d1ac729394a9ea1c5a36ef7641b0Author: Colin Powell <colin@unbl.ink>Date:   Fri Jun 5 11:26:39 2026 -0400    [release] Bump to version 44.0        - Add favorite feature for scrobblesdiff --git a/PROJECT.org b/PROJECT.orgindex 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.tomlindex 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 <colin@unbl.ink>"]