[release] Bump to version 66.1
All checks were successful
ci / test (push) Successful in 2m3s
ci / build-and-deploy (push) Successful in 1m3s

- Fix bug in agent session templates
This commit is contained in:
2026-08-24 10:24:31 -04:00
parent c491ebcce7
commit 19c42783b0
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,11 @@
#+title: CHANGELOG #+title: CHANGELOG
* Version 66.1 [1/1]
** DONE [#A] Fix bug in agent session templates :templates:homepage:scrobbles:agents:
:PROPERTIES:
:ID: 187aae32-e98b-c74d-5a8b-3284108ff0eb
:END:
* Version 66.0 [1/1] * Version 66.0 [1/1]
** DONE [#A] Do a deep dive on making homepage clearer and more efficient :ui:homepage:scrobbles: ** DONE [#A] Do a deep dive on making homepage clearer and more efficient :ui:homepage:scrobbles:
:PROPERTIES: :PROPERTIES:

View File

@ -18,7 +18,7 @@ tasks, Todoist tasks, web pages I've read and trails I've hiked has turned out
to be sometimes cathartic and sometimes functional as I try to remember when I to be sometimes cathartic and sometimes functional as I try to remember when I
did a thing. did a thing.
* Backlog [1/31] :vrobbler:project:personal: * Backlog [0/30] :vrobbler:project:personal:
** TODO [#C] Configure IMAP folder/start in user profile :imap:settings: ** TODO [#C] Configure IMAP folder/start in user profile :imap:settings:
*** Description *** Description
@ -590,7 +590,3 @@ The Edit log form should have from top to bottom:
- People (which should be similar to the Bird widget on BirdLocation and allow setting per user score, win true/false, rank, new true/false, seat_ordrer) - People (which should be similar to the Bird widget on BirdLocation and allow setting per user score, win true/false, rank, new true/false, seat_ordrer)
- Expansion ids (which should a multi-select widget of expansions for this game) - Expansion ids (which should a multi-select widget of expansions for this game)
- Location (which should be a drop down of BoardGameLocations for this user) - Location (which should be a drop down of BoardGameLocations for this user)
** DONE [#A] Fix bug in agent session templates :templates:homepage:scrobbles:agents:
:PROPERTIES:
:ID: 187aae32-e98b-c74d-5a8b-3284108ff0eb
:END:

View File

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