From f2b67b38dc2c674c6e5e6c1bc0b6b15fae49cd5e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 23 Jun 2026 23:19:10 -0400 Subject: [PATCH] [release] Bump to version 58.3 - Remove curl-cffi as it doesn't work on FreeBSD --- PROJECT.org | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index aae47f3..d5898d4 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,8 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/23] :vrobbler:project:personal: +* Backlog [0/22] :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: :ID: 702462cf-d54b-48c6-8a7c-78b8de751deb @@ -604,10 +605,12 @@ 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.3 [1/1] ** DONE [#A] Remove curl-cffi as it doesn't work on FreeBSD :webpages:deps: :PROPERTIES: :ID: 6bc1b0dd-e449-3d32-a176-46451e793e5d :END: + * Version 58.2 [2/2] ** DONE [#B] Add more robust webpage scraping :webpages:metadata: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 0b0b9e0..7d9a6dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "58.2" +version = "58.3" description = "" authors = ["Colin Powell "]