From c001248d1b2be593fa6a0729be891e7a38eecd71 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 21 Jun 2026 01:04:57 -0400 Subject: [PATCH] [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 Courses --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 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.toml index 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 "]