[release] Bump to version 61.4
All checks were successful
ci / test (push) Successful in 2m25s
ci / build-and-deploy (push) Successful in 1m2s

- Add 7-day period for trends
This commit is contained in:
2026-07-19 15:44:13 -04:00
parent a598562e24
commit b4d858571e
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/25] :vrobbler:project:personal: * Backlog [0/24] :vrobbler:project:personal:
** TODO [#C] After transition to linux add curl_cffi as webpage scrapper again :webpages:metadata: ** TODO [#C] After transition to linux add curl_cffi as webpage scrapper again :webpages:metadata:
** 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:
@ -601,10 +601,12 @@ The Edit log form should have from top to bottom:
*** Description *** Description
** TODO [#A] Add trends tests for concurrent trends :trends:tests:concurrent: ** TODO [#A] Add trends tests for concurrent trends :trends:tests:concurrent:
* Version 61.4 [1/1]
** DONE [#B] Add 7-day period for trends :trends: ** DONE [#B] Add 7-day period for trends :trends:
:PROPERTIES: :PROPERTIES:
:ID: 95731744-b0ec-175e-88dc-822cf9110292 :ID: 95731744-b0ec-175e-88dc-822cf9110292
:END: :END:
* Version 61.3 [1/1] * Version 61.3 [1/1]
** DONE [#A] Add trends tests and fix fasting :trends:tests:fasting: ** DONE [#A] Add trends tests and fix fasting :trends:tests:fasting:
:PROPERTIES: :PROPERTIES:

View File

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