From 5f55ec557fb28ac2d20ec2bdc2563ad17f747a68 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 9 Jun 2026 12:33:50 -0400 Subject: [PATCH] [release] Bump to version 48.2 - Lock down scrobbles and use sqids to share them --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 6a957a2..e9257f9 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/15] :vrobbler:project:personal: +* Backlog [0/14] :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 @@ -535,6 +535,7 @@ to go try to enrich the media instance. Should this enrichment fail, tag the sc log a warning and move on. +* Version 48.2 [1/1] ** DONE [#A] Lock down scrobbles and use sqids to share them :feature:sharing:scrobbles: :PROPERTIES: :ID: a6e869f7-8012-7e83-8f68-d0a0ed4c3c6a @@ -546,6 +547,7 @@ Currently all scrobbles are public. Anyone with the uuid can view any other scrobbles. We should use SQIDs to allow shareable links to scrobbles and then make all scrobbles hidden by default. + * Version 48.1 [2/2] ** DONE [#A] Generate a report of tracks with mistmatched metadata :music:tracks:metadata: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index f39b681..f439c4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "48.1" +version = "48.2" description = "" authors = ["Colin Powell "]