From 253e58eb482d50c9573262c18bbea0ec426e3b76 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 16 Jun 2026 16:42:44 -0400 Subject: [PATCH] [release] Bump to version 54.0 - Add peak hour, weekly rhythm and activity dist trends - Implement YouTube channel info scraping - Fix Amazon book scraper --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 4e0c3f0..df42dde 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 @@ -590,6 +590,7 @@ We should rename `email_scrobble_board_game` to reflect the fact that it's just a helper method to create board game scrobbles given a json blob. It's independent of the email flow it was originally creatdd for +* Version 54.0 [3/3] ** DONE [#B] Add peak hour, weekly rhythm and activity dist trends :trends:scrobbles: :PROPERTIES: :ID: 5fa52fac-d5f0-4369-bcaa-589c886b07d3 @@ -619,6 +620,7 @@ The =scrape_data_from_amazon()= function is likely broken due to Amazon blocking scrapers and changing HTML structure. Needs rewrite or replacement with a proper API. + * Version 53.1 [1/1] ** DONE [#A] Error with loading logdict :scrobbles:bug:logdata: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index e1db4a3..f3d51e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "53.1" +version = "54.0" description = "" authors = ["Colin Powell "]