sessions / b0b22b79dce034134e46ce45211be58c9cc57ec3

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

This commit has no recorded session.

diff

ignore whitespace

commit b0b22b79dce034134e46ce45211be58c9cc57ec3Author: Colin Powell <colin@unbl.ink>Date:   Thu Jun 4 22:13:36 2026 -0400    [release] Bump to version 43.0        - Can we show a graph of all past Weigh-in tasks    - When viewing scrobbles by tag, sum the total time    - Orgmode tasks are not updated if in progress    - Ignore tag 'inprogress' for Tasks    - Deploys are now throwing an unknown version errordiff --git a/PROJECT.org b/PROJECT.orgindex d332ac5..b030ac5 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/18] :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@@ -489,6 +489,7 @@ whatever time KoReader reports, we need to know, given the date and the user profile's historic timezone, how many hours to adjust the KoReader time to get to GMT to save it in the database. +* Version 43.0 [5/5] ** DONE [#B] Can we show a graph of all past Weigh-in tasks :scale:tasks:graphs:javascript: :PROPERTIES: :ID:       ae499d87-03bf-4e48-9b2c-1a421a46af11@@ -571,6 +572,7 @@ failed to remove container: Error response from daemon: removal of container c8a exit with `FAILURE`: 1 #+end_src + * Version 42.0 [1/1] ** DONE [#B] Add ability to add track to current Mopidy queue :feature:mopidy:tracks: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex 075a15a..e587d3b 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "42.0"+version = "43.0" description = "" authors = ["Colin Powell <colin@unbl.ink>"]