From 2d2f77cfb4b4eb1620e1a7bd6faebf233c6fc4c5 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 30 Jul 2026 12:09:56 -0400 Subject: [PATCH] [release] Bump to version 62.2 - Fix concurrent trend to be more useful - Add a public blog feature for scrobbles with notes - Add drf-spectacular for OpenAPI schema generation --- PROJECT.org | 12 +++++++++++- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 9266216..2cad8c6 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -185,7 +185,7 @@ events). - Timestamp picker (default to now) - Optional: barcode scanning for food/drinks via CameraX -* Backlog [1/26] :vrobbler:project:personal: +* Backlog [0/24] :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: @@ -698,6 +698,15 @@ The Edit log form should have from top to bottom: *** Description ** TODO [#A] Add trends tests for concurrent trends :trends:tests:concurrent: +* Version 62.2 [3/3] +** DONE [#A] Fix concurrent trend to be more useful :trends:concurrent: +:PROPERTIES: +:ID: b43652a8-31e3-6e0d-8489-5cc93864df84 +:END: +** DONE [#B] Add a public blog feature for scrobbles with notes :blog: +:PROPERTIES: +:ID: 0ae9449a-e107-39dd-cd47-7174021b5c18 +:END: ** DONE [#A] Add drf-spectacular for OpenAPI schema generation :api:documentation: :PROPERTIES: :ID: 2fddd5d0-1138-4a6e-96b7-5879035f033f @@ -717,6 +726,7 @@ at /api/docs/. - [X] Verify schema generates cleanly for all ViewSets - [X] Fix any serializer issues that block schema generation + * Version 62.1 [1/1] ** DONE Add open food stats as requirement :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index c571c57..6a36758 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "62.1" +version = "62.2" description = "" authors = ["Colin Powell "]