From 19c42783b073bebaa42983dbe7ffcbea42867a0e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 24 Aug 2026 10:24:31 -0400 Subject: [PATCH] [release] Bump to version 66.1 - Fix bug in agent session templates --- CHANGELOG.org | 6 ++++++ PROJECT.org | 6 +----- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 820b3e2..d9d6bbb 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,5 +1,11 @@ #+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] ** DONE [#A] Do a deep dive on making homepage clearer and more efficient :ui:homepage:scrobbles: :PROPERTIES: diff --git a/PROJECT.org b/PROJECT.org index 611ef44..ac38398 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -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 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: *** 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) - 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) -** DONE [#A] Fix bug in agent session templates :templates:homepage:scrobbles:agents: -:PROPERTIES: -:ID: 187aae32-e98b-c74d-5a8b-3284108ff0eb -:END: diff --git a/pyproject.toml b/pyproject.toml index 8bec81a..f233446 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "66.0" +version = "66.1" description = "" authors = ["Colin Powell "]