[release] Bump to version 40.1
- Releases are still broken - Fix bug on chart pages where trail titles missing
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 [2/17] :vrobbler:project:personal:
|
* Backlog [0/15] :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
|
||||||
@ -516,6 +516,7 @@ Currently when we import a scale CSV row and create data, the title is left
|
|||||||
blank which makes it look funny in a list view. Let's save the weight as the
|
blank which makes it look funny in a list view. Let's save the weight as the
|
||||||
title of the Weigh-in task.
|
title of the Weigh-in task.
|
||||||
|
|
||||||
|
* Version 40.1 [2/2]
|
||||||
** DONE [#A] Releases are still broken :bug:releases:tooling:
|
** DONE [#A] Releases are still broken :bug:releases:tooling:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:ID: bca37a18-afa2-4ddd-a11b-ef0555f38bc9
|
:ID: bca37a18-afa2-4ddd-a11b-ef0555f38bc9
|
||||||
@ -537,6 +538,7 @@ We need to address the way the commit ends up stashed in the codebase.
|
|||||||
When trails are rendered on the chart views, there are no titles, which means we don't see
|
When trails are rendered on the chart views, there are no titles, which means we don't see
|
||||||
anything except the ranking number.
|
anything except the ranking number.
|
||||||
|
|
||||||
|
|
||||||
* Version 40.0 [2/2]
|
* Version 40.0 [2/2]
|
||||||
** DONE [#A] Fix error in org-mode task sync :emacs:orgmode:tasks:bug:
|
** DONE [#A] Fix error in org-mode task sync :emacs:orgmode:tasks:bug:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "vrobbler"
|
name = "vrobbler"
|
||||||
version = "40.0"
|
version = "40.1"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Colin Powell <colin@unbl.ink>"]
|
authors = ["Colin Powell <colin@unbl.ink>"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user