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

- Fix bug where link on homepage only jumps to media type if already uncollapsed
This commit is contained in:
2026-08-25 10:53:57 -04:00
parent cdcc84fc01
commit fd3607d790
3 changed files with 20 additions and 18 deletions

View File

@ -1,5 +1,23 @@
#+title: CHANGELOG
* Version 68.1 [1/1]
** DONE [#B] Fix bug where link on homepage only jumps to media type if already uncollapsed :bug:ui:templates:
:PROPERTIES:
:ID: 2719639e-d9b4-8523-6974-30846882ecaa
:END:
*** Implementation
The summary strip links to =#home-<type>=, which lives inside a collapsed
Bootstrap accordion panel on the "Details" section. When the panel is
collapsed, the browser cannot scroll to the hidden target, so the jump only
worked if the section was already expanded.
- File: ~vrobbler/templates/scrobbles/scrobble_list.html~ (extra_js block)
- On load, if the URL hash starts with =#home-=, expand the matching
=#collapse-<type>= panel first (via =bootstrap.Collapse.getOrCreateInstance=),
then scroll to the target once the collapse finishes animating.
* Version 68.0 [3/3]
** DONE [#B] Add Groq and Mistral free models :agents:scrobbles:
:PROPERTIES: