[release] Bump to version 65.3
All checks were successful
ci / test (push) Successful in 2m20s
ci / build-and-deploy (push) Has been skipped

- Trail scrobbles without names should try to use trial heads loc
This commit is contained in:
2026-08-13 18:49:38 -04:00
parent 8a392f4fa2
commit 28cbe24f9a
3 changed files with 18 additions and 16 deletions

View File

@ -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 "<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]
** DONE [#A] Dedup track scrobbles from lastfm import :importers:lastfm:tracks:
:PROPERTIES:

View File

@ -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 "<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:
*** Description

View File

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