From d5830f5cd11443ea106b12d7697754e1f32fd67d Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 12 Jun 2026 09:52:56 -0400 Subject: [PATCH] [release] Bump to version 51.2 - Fix bug where last page of book gets separate scrobble - Fix metadata scraping for books --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 787eba1..defecbb 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [2/16] :vrobbler:project:personal: +* Backlog [0/14] :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 @@ -518,6 +518,7 @@ favorited media objects. :PROPERTIES: :ID: 79f867c3-1288-4143-b6bf-2a452983ee9f :END: +* Version 51.2 [2/2] ** DONE [#A] Fix bug where last page of book gets separate scrobble :bug:books:importers:koreader: :PROPERTIES: :ID: e13e0b4c-461e-e5a9-c685-b972f4e262e5 @@ -534,6 +535,7 @@ last page read. Need to button that up. :ID: ea416a69-a8a8-4d05-b7d4-0a3470820e34 :END: + * Version 51.1 [1/1] ** DONE [#A] Fix scrobbling comic books :books:scrobbles:bug: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 982b344..b9136ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "51.1" +version = "51.2" description = "" authors = ["Colin Powell "]