From 8a28d0675b6c1294a1fab0e2060b14ff5979a63e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 15 Jun 2026 12:20:18 -0400 Subject: [PATCH] [release] Bump to version 51.4 - Clean up metadata comicbook enrichment --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 1a23c2d..846a8a0 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/17] :vrobbler:project:personal: +* Backlog [0/16] :vrobbler:project:personal: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :vrobbler:personal:bug:music:scrobbles: :PROPERTIES: :ID: 702462cf-d54b-48c6-8a7c-78b8de751deb @@ -547,6 +547,7 @@ Examples of trends: - trail_scrobble__average_heartrate per trail - ... +* Version 51.4 [1/1] ** DONE [#A] Clean up metadata comicbook enrichment :bug:comics:books:metadata: :PROPERTIES: :ID: cd875450-7117-78ca-8be4-9c8b73037dba @@ -559,6 +560,7 @@ tag a Book as a comicbook, and also gather volume information. I also noticed that some books that are found in OL never get their comicvine_id populated. We should make sure we always have comicvine_ids if available. + * Version 51.3 [1/1] ** DONE [#A] Improve speed of index and chart pages :bug:scrobbles:perf: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 634bb13..07b7c44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "51.3" +version = "51.4" description = "" authors = ["Colin Powell "]