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

- Send water drinking notifications
- Add wine as a ScrobbleItem in a drinks app and move beers into drinks app
This commit is contained in:
2026-07-14 00:13:17 -04:00
parent f7d99f8b55
commit c9298fe387
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/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 60.0 [2/2]
** DONE [#B] Send water drinking notifications :drinks:notifications: ** DONE [#B] Send water drinking notifications :drinks:notifications:
:PROPERTIES: :PROPERTIES:
:ID: 6c0db717-a0c7-34a1-57e1-941db0188875 :ID: 6c0db717-a0c7-34a1-57e1-941db0188875
@ -627,6 +628,7 @@ The Edit log form should have from top to bottom:
:PROPERTIES: :PROPERTIES:
:ID: add1be0d-eb33-3273-37bf-0f2cab7e67c5 :ID: add1be0d-eb33-3273-37bf-0f2cab7e67c5
:END: :END:
* Version 59.5 [1/1] * Version 59.5 [1/1]
** DONE [#A] Fix bug where all variants for board games are in form :boardgames: ** DONE [#A] Fix bug where all variants for board games are in form :boardgames:
:PROPERTIES: :PROPERTIES:

View File

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