From 08752e30a4c0abc57142365272b3f10e05ac93fd Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 30 Jun 2026 16:04:37 -0400 Subject: [PATCH] [release] Bump to version 58.6 - Cleanup commands should check for broken images --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 07a21c2..a0f07bd 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/24] :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,10 +605,12 @@ 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.6 [1/1] ** DONE [#B] Cleanup commands should check for broken images :metadata:cleanup: :PROPERTIES: :ID: bacce321-73c7-ae1f-bfa7-c3ee517b5441 :END: + * Version 58.5 [1/1] ** DONE [#A] The maloja style charts are messed up :templates:charts: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 20663c4..ae4cb16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "58.5" +version = "58.6" description = "" authors = ["Colin Powell "]