From c0d2881585aaf83391ce6bc9d1e1e320d493c546 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 25 Jun 2026 20:02:34 -0400 Subject: [PATCH] [release] Bump to version 58.4 - Allow people all trends or individual trends - Fix a bug in board game scorelog data --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 04fad1b..5ba49dc 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [2/25] :vrobbler:project:personal: +* Backlog [0/23] :vrobbler:project:personal: ** TODO [#C] After transition to linux add curl_cffi as webpage scrapper again :webpages:metadata: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles: :PROPERTIES: @@ -605,6 +605,7 @@ 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 58.4 [2/2] ** DONE [#B] Allow people all trends or individual trends :trends:profiles: :PROPERTIES: :ID: 1d081152-abd1-73c2-a625-903565a10c6c @@ -613,6 +614,7 @@ independent of the email flow it was originally creatdd for :PROPERTIES: :ID: 014bab30-13bf-fae7-e678-4666a8d38ae4 :END: + * Version 58.3 [1/1] ** DONE [#A] Remove curl-cffi as it doesn't work on FreeBSD :webpages:deps: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 7d9a6dd..3ed1fa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "58.3" +version = "58.4" description = "" authors = ["Colin Powell "]