sessions / 46c5ff699366e33f47da7ce60b11410f5ecfbdad

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

This commit has no recorded session.

diff

ignore whitespace

commit 46c5ff699366e33f47da7ce60b11410f5ecfbdadAuthor: Colin Powell <colin@unbl.ink>Date:   Thu Jul 16 23:47:03 2026 -0400    [release] Bump to version 61.0        - Try adding a nature app with Observations and Species    - Add ability to push one or sync all board game scrobbles to BGG    - Clean up naming of =bgsplay= parsingdiff --git a/PROJECT.org b/PROJECT.orgindex 05e2e95..e2aa0b4 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [3/26] :vrobbler:project:personal:+* Backlog [0/23] :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:@@ -602,6 +602,7 @@ The Edit log form should have from top to bottom:   +* Version 61.0 [3/3] ** DONE [#B] Try adding a nature app with Observations and Species :PROPERTIES: :ID:       9551cf06-02b7-1bc9-3600-b0407ecc5967@@ -636,6 +637,7 @@ We should rename `email_scrobble_board_game` to reflect the fact that it's just a helper method to create board game scrobbles given a json blob. It's independent of the email flow it was originally creatdd for + * Version 60.2 [1/1] ** DONE Use FastCork to lookup wine data :drinks:wine:metadata: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex 7823be2..9b753ee 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "60.2"+version = "61.0" description = "" authors = ["Colin Powell <colin@unbl.ink>"]