[release] Bump to version 59.3
All checks were successful
ci / test (push) Successful in 2m18s
ci / build-and-deploy (push) Successful in 37s

- Exclude some board games from auto-expansion imports
- Should be able to add new variants to board games via the log data form
This commit is contained in:
2026-07-04 11:41:49 -04:00
parent d78529efe2
commit 2385e9c7bd
2 changed files with 4 additions and 2 deletions

View File

@ -88,7 +88,7 @@ fetching and simple saving.
*** Metadata sources *** Metadata sources
**** Scraper **** 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] 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: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles:
:PROPERTIES: :PROPERTIES:
@ -647,6 +647,7 @@ boardgamegeek.exceptions.BGGApiError: invalid data for game id: 242117
:ID: 7214b270-dccc-4b98-ac58-ff4f76c8cda9 :ID: 7214b270-dccc-4b98-ac58-ff4f76c8cda9
:END: :END:
* Version 59.3 [2/2]
** DONE Exclude some board games from auto-expansion imports :boardgames: ** DONE Exclude some board games from auto-expansion imports :boardgames:
:PROPERTIES: :PROPERTIES:
:ID: 51ffdf20-e732-4774-b781-c3501d26d46f :ID: 51ffdf20-e732-4774-b781-c3501d26d46f
@ -663,6 +664,7 @@ any games with "Collectible Card Games" in it's family.
:PROPERTIES: :PROPERTIES:
:ID: 5ed0dd25-3026-3da8-dc5c-f2a75751af9a :ID: 5ed0dd25-3026-3da8-dc5c-f2a75751af9a
:END: :END:
* Version 59.2 [1/1] * Version 59.2 [1/1]
** DONE Fix test failure in discgolf app :discgolf:tests: ** DONE Fix test failure in discgolf app :discgolf:tests:
:PROPERTIES: :PROPERTIES:

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "vrobbler" name = "vrobbler"
version = "59.2" version = "59.3"
description = "" description = ""
authors = ["Colin Powell <colin@unbl.ink>"] authors = ["Colin Powell <colin@unbl.ink>"]