sessions / 1695f7393ec9e645ad5c3c4714d58ef6026139ec

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

This commit has no recorded session.

diff

ignore whitespace

commit 1695f7393ec9e645ad5c3c4714d58ef6026139ecAuthor: Colin Powell <colin@unbl.ink>Date:   Tue Jun 30 16:30:16 2026 -0400    [release] Bump to version 58.7        - Split up chart page between tables and maloja    - Fix CI so we don't double run deploys and buildsdiff --git a/PROJECT.org b/PROJECT.orgindex ea9b720..f0cf3b8 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [2/25] :vrobbler:project:personal:+* Backlog [0/23] :vrobbler:project:personal: ** TODO [#C] After transition to linux add curl_cffi as webpage scrapper again :webpages:metadata: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles: :PROPERTIES:@@ -605,6 +605,7 @@ independent of the email flow it was originally creatdd for  ** TODO [#B] Is there way to create unique slugs for media instances :media_types: +* Version 58.7 [2/2] ** DONE [#B] Split up chart page between tables and maloja :charts:templates: :PROPERTIES: :ID:       103ab084-2016-cfa4-c677-3c5fdc54cce0@@ -613,6 +614,7 @@ independent of the email flow it was originally creatdd for :PROPERTIES: :ID:       1a93e7cb-b883-aae5-2bd5-fcdd6e16f8ab :END:+ * Version 58.6 [1/1] ** DONE [#B] Cleanup commands should check for broken images :metadata:cleanup: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex ae4cb16..e127966 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "58.6"+version = "58.7" description = "" authors = ["Colin Powell <colin@unbl.ink>"]