diff --git a/CHANGELOG.org b/CHANGELOG.org index f487c0d..cefc989 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,5 +1,22 @@ #+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 " to " unless the start and end are the +same (loop or out and back) in which case, it should just be the "". In cases where there is no GeoLocation, revert to the usual behavior of +activity type. + + * Version 65.2 [3/3] ** DONE [#A] Dedup track scrobbles from lastfm import :importers:lastfm:tracks: :PROPERTIES: diff --git a/PROJECT.org b/PROJECT.org index 30edb44..b27d375 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -612,21 +612,6 @@ favorited media objects. *** Description 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 " to " unless the start and end are the -same (loop or out and back) in which case, it should just be the "". In cases where there is no GeoLocation, revert to the usual behavior of -activity type. - ** TODO [#A] Update how board game scrobbles work :boardgames: *** Description diff --git a/pyproject.toml b/pyproject.toml index ea7515c..450962c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "65.2" +version = "65.3" description = "" authors = ["Colin Powell "]