[release] Bump to version 51.3
All checks were successful
build / test (push) Successful in 2m12s
deploy / test (push) Successful in 2m6s
deploy / build-and-deploy (push) Successful in 1m5s

- Improve speed of index and chart pages
This commit is contained in:
2026-06-12 13:35:01 -04:00
parent c7f5d7d384
commit a96a42cdbf
2 changed files with 4 additions and 2 deletions

View File

@ -88,7 +88,7 @@ fetching and simple saving.
*** Metadata sources *** Metadata sources
**** Scraper **** 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: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :vrobbler:personal:bug:music:scrobbles:
:PROPERTIES: :PROPERTIES:
:ID: 702462cf-d54b-48c6-8a7c-78b8de751deb :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 so we can probably use backtrace=True and diagnose=True to help us root cause
bugs faster. bugs faster.
* Version 51.3 [1/1]
** DONE [#A] Improve speed of index and chart pages :bug:scrobbles:perf: ** DONE [#A] Improve speed of index and chart pages :bug:scrobbles:perf:
:PROPERTIES: :PROPERTIES:
:ID: 031a23f8-7c02-4926-9884-6654ceca16c2 :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 We should look into what's causing the slowness and maybe do more agressive
query optimization or caching. query optimization or caching.
* Version 51.2 [2/2] * Version 51.2 [2/2]
** DONE [#A] Fix bug where last page of book gets separate scrobble :bug:books:importers:koreader: ** DONE [#A] Fix bug where last page of book gets separate scrobble :bug:books:importers:koreader:
:PROPERTIES: :PROPERTIES:

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "vrobbler" name = "vrobbler"
version = "51.2" version = "51.3"
description = "" description = ""
authors = ["Colin Powell <colin@unbl.ink>"] authors = ["Colin Powell <colin@unbl.ink>"]