[release] Bump to version 65.3
- Trail scrobbles without names should try to use trial heads loc
This commit is contained in:
@ -1,5 +1,22 @@
|
|||||||
#+title: CHANGELOG
|
#+title: CHANGELOG
|
||||||
|
|
||||||
|
* Version 65.3 [1/1]
|
||||||
|
** DONE [#B] Trail scrobbles without names should try to use trial heads loc :trails:metadata:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 632c3d8d-d084-462b-a485-3affb494fc57
|
||||||
|
:END:
|
||||||
|
|
||||||
|
*** Description
|
||||||
|
|
||||||
|
Currenlty when a trail does not have a title yet, the name `hiking` or `walking`
|
||||||
|
is used from the activity type. Instead, the geoloc for the start and end of the
|
||||||
|
trail should be looked up in the GeoLocation table and the title should be a
|
||||||
|
combination of "<Start title> to <End title>" unless the start and end are the
|
||||||
|
same (loop or out and back) in which case, it should just be the "<start
|
||||||
|
title>". In cases where there is no GeoLocation, revert to the usual behavior of
|
||||||
|
activity type.
|
||||||
|
|
||||||
|
|
||||||
* Version 65.2 [3/3]
|
* Version 65.2 [3/3]
|
||||||
** DONE [#A] Dedup track scrobbles from lastfm import :importers:lastfm:tracks:
|
** DONE [#A] Dedup track scrobbles from lastfm import :importers:lastfm:tracks:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|||||||
15
PROJECT.org
15
PROJECT.org
@ -612,21 +612,6 @@ favorited media objects.
|
|||||||
*** Description
|
*** Description
|
||||||
As an example https://comicbookroundup.com/comic-books/reviews/humanoids-publishing/the-history-of-science-fiction
|
As an example https://comicbookroundup.com/comic-books/reviews/humanoids-publishing/the-history-of-science-fiction
|
||||||
|
|
||||||
** DONE [#B] Trail scrobbles without names should try to use trial heads loc :trails:metadata:
|
|
||||||
:PROPERTIES:
|
|
||||||
:ID: 632c3d8d-d084-462b-a485-3affb494fc57
|
|
||||||
:END:
|
|
||||||
|
|
||||||
*** Description
|
|
||||||
|
|
||||||
Currenlty when a trail does not have a title yet, the name `hiking` or `walking`
|
|
||||||
is used from the activity type. Instead, the geoloc for the start and end of the
|
|
||||||
trail should be looked up in the GeoLocation table and the title should be a
|
|
||||||
combination of "<Start title> to <End title>" unless the start and end are the
|
|
||||||
same (loop or out and back) in which case, it should just be the "<start
|
|
||||||
title>". In cases where there is no GeoLocation, revert to the usual behavior of
|
|
||||||
activity type.
|
|
||||||
|
|
||||||
** TODO [#A] Update how board game scrobbles work :boardgames:
|
** TODO [#A] Update how board game scrobbles work :boardgames:
|
||||||
|
|
||||||
*** Description
|
*** Description
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "vrobbler"
|
name = "vrobbler"
|
||||||
version = "65.2"
|
version = "65.3"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Colin Powell <colin@unbl.ink>"]
|
authors = ["Colin Powell <colin@unbl.ink>"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user