sessions / 2385e9c7bd4f5915c773d33e89ee34ece32be721

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

This commit has no recorded session.

diff

ignore whitespace

commit 2385e9c7bd4f5915c773d33e89ee34ece32be721Author: Colin Powell <colin@unbl.ink>Date:   Sat Jul 4 11:41:49 2026 -0400    [release] Bump to version 59.3        - Exclude some board games from auto-expansion imports    - Should be able to add new variants to board games via the log data formdiff --git a/PROJECT.org b/PROJECT.orgindex 99d908c..ce714a1 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [2/28] :vrobbler:project:personal:+* Backlog [0/26] :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:@@ -647,6 +647,7 @@ boardgamegeek.exceptions.BGGApiError: invalid data for game id: 242117 :ID:       7214b270-dccc-4b98-ac58-ff4f76c8cda9 :END: +* Version 59.3 [2/2] ** DONE Exclude some board games from auto-expansion imports :boardgames: :PROPERTIES: :ID:       51ffdf20-e732-4774-b781-c3501d26d46f@@ -663,6 +664,7 @@ any games with "Collectible Card Games" in it's family. :PROPERTIES: :ID:       5ed0dd25-3026-3da8-dc5c-f2a75751af9a :END:+ * Version 59.2 [1/1] ** DONE Fix test failure in discgolf app :discgolf:tests: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex f89b8aa..91af132 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "59.2"+version = "59.3" description = "" authors = ["Colin Powell <colin@unbl.ink>"]