From ec73e5151ee340564e16f6c1402a45a4eb7af896 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 18 Jun 2026 12:15:16 -0400 Subject: [PATCH] [release] Bump to version 55.0 - Use pk ID for scrobble detail view, not uuid - Display videogame screenshots on scrobble detail if they exist - Add autotagging to webpages based on domain, title --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index e155c2c..43e470d 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [3/23] :vrobbler:project:personal: +* Backlog [0/20] :vrobbler:project:personal: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles: :PROPERTIES: :ID: 702462cf-d54b-48c6-8a7c-78b8de751deb @@ -591,6 +591,7 @@ a helper method to create board game scrobbles given a json blob. It's 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 55.0 [3/3] ** DONE [#B] Use pk ID for scrobble detail view, not uuid :scrobbles: :PROPERTIES: :ID: 9cc3b285-e478-041e-394b-3d550aefbe1d @@ -611,6 +612,7 @@ based on the domain name split part by periods (so news.ycombinator.com tags: ne And also based on the nouns in the title. + * Version 54.5 [1/1] ** DONE Fix bug in generating mood trends :trends: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 4a9cf84..bd46ee7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "54.5" +version = "55.0" description = "" authors = ["Colin Powell "]