diff --git a/PROJECT.org b/PROJECT.org index 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.toml index 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 "]