sessions / c001248d1b2be593fa6a0729be891e7a38eecd71

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

This commit has no recorded session.

diff

show whitespace

commit c001248d1b2be593fa6a0729be891e7a38eecd71Author: Colin Powell <colin@unbl.ink>Date:   Sun Jun 21 01:04:57 2026 -0400    [release] Bump to version 56.4        - Add ability to do reverse address lookup on lat-long pairs    - Add address fields to GeoLocation    - Add better detail template for Disc Golf Coursesdiff --git a/PROJECT.org b/PROJECT.orgindex 00386ac..6c6f1f3 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] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles: :PROPERTIES: :ID:       702462cf-d54b-48c6-8a7c-78b8de751deb@@ -605,6 +605,7 @@ independent of the email flow it was originally creatdd for ** TODO [#B] Is there way to create unique slugs for media instances :media_types:  ** TODO [#C] What would it look like to add an MCP server to expose scrobbles and media items? :mcpserver:feature:+* Version 56.4 [3/3] ** DONE [#B] Add ability to do reverse address lookup on lat-long pairs :geolocations:feature: :PROPERTIES: :ID:       86c071ff-7638-41ba-6b65-1382df1cb5aa@@ -617,6 +618,7 @@ independent of the email flow it was originally creatdd for :PROPERTIES: :ID:       12cee67c-f723-0fa3-848a-cbc6e4d65fc3 :END:+ * Version 56.3 [1/1] ** DONE [#A] Fix bug in importer script from discgolf being added :bug: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex ee6ea77..ce4a3ca 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "56.3"+version = "56.4" description = "" authors = ["Colin Powell <colin@unbl.ink>"]