[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 error
This commit is contained in:
@ -93,7 +93,7 @@ fetching and simple saving.
|
|||||||
:LOGBOOK:
|
:LOGBOOK:
|
||||||
CLOCK: [2025-07-09 Wed 09:55]--[2025-07-09 Wed 10:15] => 0:20
|
CLOCK: [2025-07-09 Wed 09:55]--[2025-07-09 Wed 10:15] => 0:20
|
||||||
:END:
|
: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:
|
** TODO [#C] Add sentiment parsing for Scrobbles with notes :vrobbler:project:scrobbles:sentiment:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:ID: 37781d6a-f3b0-48b2-bf98-33c2c791cf85
|
: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
|
profile's historic timezone, how many hours to adjust the KoReader time to get
|
||||||
to GMT to save it in the database.
|
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:
|
** DONE [#B] Can we show a graph of all past Weigh-in tasks :scale:tasks:graphs:javascript:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:ID: ae499d87-03bf-4e48-9b2c-1a421a46af11
|
: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
|
exit with `FAILURE`: 1
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
* Version 42.0 [1/1]
|
* Version 42.0 [1/1]
|
||||||
** DONE [#B] Add ability to add track to current Mopidy queue :feature:mopidy:tracks:
|
** DONE [#B] Add ability to add track to current Mopidy queue :feature:mopidy:tracks:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "vrobbler"
|
name = "vrobbler"
|
||||||
version = "42.0"
|
version = "43.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Colin Powell <colin@unbl.ink>"]
|
authors = ["Colin Powell <colin@unbl.ink>"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user