[release] Bump to version 59.4
- Fix bug in fetching expansions for board games - Board games should have genres extracted from family data
This commit is contained in:
@ -88,7 +88,7 @@ fetching and simple saving.
|
|||||||
*** Metadata sources
|
*** Metadata sources
|
||||||
**** Scraper
|
**** Scraper
|
||||||
|
|
||||||
* Backlog [2/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] 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:
|
||||||
@ -619,6 +619,7 @@ The Edit log form should have from top to bottom:
|
|||||||
- Expansion ids (which should a multi-select widget of expansions for this game)
|
- Expansion ids (which should a multi-select widget of expansions for this game)
|
||||||
- Location (which should be a drop down of BoardGameLocations for this user)
|
- Location (which should be a drop down of BoardGameLocations for this user)
|
||||||
|
|
||||||
|
* Version 59.4 [2/2]
|
||||||
** DONE Fix bug in fetching expansions for board games :boardgames:
|
** DONE Fix bug in fetching expansions for board games :boardgames:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:ID: 17995312-e76e-4a50-b591-0eab78cb59ab
|
:ID: 17995312-e76e-4a50-b591-0eab78cb59ab
|
||||||
@ -647,6 +648,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]
|
* 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:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "vrobbler"
|
name = "vrobbler"
|
||||||
version = "59.3"
|
version = "59.4"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Colin Powell <colin@unbl.ink>"]
|
authors = ["Colin Powell <colin@unbl.ink>"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user