sessions / a96a42cdbf4bcc43a5dcf5bfc57605fa2e4c6dee

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

This commit has no recorded session.

diff

ignore whitespace

commit a96a42cdbf4bcc43a5dcf5bfc57605fa2e4c6deeAuthor: Colin Powell <colin@unbl.ink>Date:   Fri Jun 12 13:35:01 2026 -0400    [release] Bump to version 51.3        - Improve speed of index and chart pagesdiff --git a/PROJECT.org b/PROJECT.orgindex 93c4c1d..59adb3d 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/16] :vrobbler:project:personal:+* Backlog [0/15] :vrobbler:project:personal: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :vrobbler:personal:bug:music:scrobbles: :PROPERTIES: :ID:       702462cf-d54b-48c6-8a7c-78b8de751deb@@ -530,6 +530,7 @@ easily. And our exposure to PII is really low at this point in the project, so we can probably use backtrace=True and diagnose=True to help us root cause bugs faster. +* Version 51.3 [1/1] ** DONE [#A] Improve speed of index and chart pages :bug:scrobbles:perf: :PROPERTIES: :ID:       031a23f8-7c02-4926-9884-6654ceca16c2@@ -543,6 +544,7 @@ slow. We should look into what's causing the slowness and maybe do more agressive query optimization or caching. + * Version 51.2 [2/2] ** DONE [#A] Fix bug where last page of book gets separate scrobble :bug:books:importers:koreader: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex b9136ec..634bb13 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "51.2"+version = "51.3" description = "" authors = ["Colin Powell <colin@unbl.ink>"]