From d2705758c6e586cc801defb21f7907d908eb8a4d Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 16 Jun 2026 11:13:07 -0400 Subject: [PATCH] [release] Bump to version 53.0 - Add a /trends/ page that shows trends based on scrobble data - Notify users when Last.fm import completes - Cleaner =GeoLocationLogData= deserialization - Webpage scrobbles should diff existing webpages content - Make ArchiveBox push asynchronous --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 279f412..36e49e9 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [5/24] :vrobbler:project:personal: +* Backlog [0/19] :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 @@ -579,6 +579,7 @@ named constants for maintainability. - ~vrobbler/apps/scrobbles/importers/tsv.py~ (line 55) -- ="S"= completion status +* Version 53.0 [5/5] ** DONE [#B] Add a /trends/ page that shows trends based on scrobble data :feature:trends:scrobbles: :PROPERTIES: :ID: 03e9fe30-2bc6-4062-bb24-e95b98daf05b @@ -646,6 +647,7 @@ Celery task or similar background worker. File: ~vrobbler/apps/webpages/models.py~ (line 133) + * Version 52.2 [1/1] ** DONE [#A] Fix bug in recomputing long play seconds taking forever :bug:longplay:commands: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 74fa565..0b06a9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "52.2" +version = "53.0" description = "" authors = ["Colin Powell "]