[release] Bump to version 54.2
All checks were successful
build / test (push) Successful in 1m59s
deploy / test (push) Successful in 1m56s
deploy / build-and-deploy (push) Successful in 30s

- Add script to clean up TV series metadata
- Update youtube video detail pages with links to channel
- Concurrent reading trend does not consolidate on single book
- Trends dont seem to look very far back
This commit is contained in:
2026-06-17 11:06:11 -04:00
parent fb775f2f58
commit 37112babbb
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 [4/24] :vrobbler:project:personal: * Backlog [0/20] :vrobbler:project:personal:
** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles:
:PROPERTIES: :PROPERTIES:
:ID: 702462cf-d54b-48c6-8a7c-78b8de751deb :ID: 702462cf-d54b-48c6-8a7c-78b8de751deb
@ -590,6 +590,7 @@ We should rename `email_scrobble_board_game` to reflect the fact that it's just
a helper method to create board game scrobbles given a json blob. It's a helper method to create board game scrobbles given a json blob. It's
independent of the email flow it was originally creatdd for independent of the email flow it was originally creatdd for
* Version 54.2 [4/4]
** DONE [#B] Add script to clean up TV series metadata :videos:metadata: ** DONE [#B] Add script to clean up TV series metadata :videos:metadata:
:PROPERTIES: :PROPERTIES:
:ID: a468b328-59d9-f84b-9ddb-087216783453 :ID: a468b328-59d9-f84b-9ddb-087216783453
@ -614,6 +615,7 @@ only had one reading session without music. Which may be true, but perhaps we
need to indicate what the time frame we're looking at is (month, week, year) need to indicate what the time frame we're looking at is (month, week, year)
and provide a way to jump back and forward through time, same as charts. and provide a way to jump back and forward through time, same as charts.
* Version 54.1 [1/1] * Version 54.1 [1/1]
** DONE [#A] Concurrent listening trend is inefficient and should be disabled :trends:scrobbles: ** DONE [#A] Concurrent listening trend is inefficient and should be disabled :trends:scrobbles:
:PROPERTIES: :PROPERTIES:

View File

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