sessions / d2705758c6e586cc801defb21f7907d908eb8a4d

/home/powellc/src/code.unbl.ink/secstate/vrobbler

This commit has no recorded session.

diff

ignore whitespace

commit d2705758c6e586cc801defb21f7907d908eb8a4dAuthor: Colin Powell <colin@unbl.ink>Date:   Tue Jun 16 11:13:07 2026 -0400    [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 asynchronousdiff --git a/PROJECT.org b/PROJECT.orgindex 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.tomlindex 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 <colin@unbl.ink>"]