[release] Bump to version 55.0
- Use pk ID for scrobble detail view, not uuid - Display videogame screenshots on scrobble detail if they exist - Add autotagging to webpages based on domain, title
This commit is contained in:
@ -88,7 +88,7 @@ fetching and simple saving.
|
|||||||
*** Metadata sources
|
*** Metadata sources
|
||||||
**** Scraper
|
**** Scraper
|
||||||
|
|
||||||
* Backlog [3/23] :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
|
||||||
@ -591,6 +591,7 @@ 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
|
||||||
|
|
||||||
** TODO [#B] Is there way to create unique slugs for media instances :media_types:
|
** TODO [#B] Is there way to create unique slugs for media instances :media_types:
|
||||||
|
* Version 55.0 [3/3]
|
||||||
** DONE [#B] Use pk ID for scrobble detail view, not uuid :scrobbles:
|
** DONE [#B] Use pk ID for scrobble detail view, not uuid :scrobbles:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:ID: 9cc3b285-e478-041e-394b-3d550aefbe1d
|
:ID: 9cc3b285-e478-041e-394b-3d550aefbe1d
|
||||||
@ -611,6 +612,7 @@ based on the domain name split part by periods (so news.ycombinator.com tags: ne
|
|||||||
|
|
||||||
And also based on the nouns in the title.
|
And also based on the nouns in the title.
|
||||||
|
|
||||||
|
|
||||||
* Version 54.5 [1/1]
|
* Version 54.5 [1/1]
|
||||||
** DONE Fix bug in generating mood trends :trends:
|
** DONE Fix bug in generating mood trends :trends:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "vrobbler"
|
name = "vrobbler"
|
||||||
version = "54.5"
|
version = "55.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Colin Powell <colin@unbl.ink>"]
|
authors = ["Colin Powell <colin@unbl.ink>"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user