sessions / c9298fe3874f1c6a4a32880366d43d1ff472a664

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

This commit has no recorded session.

diff

show whitespace

commit c9298fe3874f1c6a4a32880366d43d1ff472a664Author: Colin Powell <colin@unbl.ink>Date:   Tue Jul 14 00:13:17 2026 -0400    [release] Bump to version 60.0        - Send water drinking notifications    - Add wine as a ScrobbleItem in a drinks app and move beers into drinks appdiff --git a/PROJECT.org b/PROJECT.orgindex 717d682..96a37e8 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** 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] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles: :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)   - 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: :PROPERTIES: :ID:       6c0db717-a0c7-34a1-57e1-941db0188875@@ -627,6 +628,7 @@ The Edit log form should have from top to bottom: :PROPERTIES: :ID:       add1be0d-eb33-3273-37bf-0f2cab7e67c5 :END:+ * Version 59.5 [1/1] ** DONE [#A] Fix bug where all variants for board games are in form :boardgames: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex ca300c0..852614d 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "59.5"+version = "60.0" description = "" authors = ["Colin Powell <colin@unbl.ink>"]