From b331b4f04bb0af7cffdb0a393dd3ff0e2eed093f Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 24 Aug 2026 14:36:01 -0400 Subject: [PATCH] [release] Bump to version 67.0 - When checking about moods, the last page should provide a small form to add notes - Standarize the toolbar buttons --- CHANGELOG.org | 11 +++++++++++ PROJECT.org | 11 +---------- pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index d9d6bbb..64ad98e 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,5 +1,16 @@ #+title: CHANGELOG +* Version 67.0 [2/2] +** DONE When checking about moods, the last page should provide a small form to add notes :scrobbles:mood:checkin: +:PROPERTIES: +:ID: ed744d3f-86fb-e9f8-acb9-0e4200c99c7f +:END: + +** DONE Standarize the toolbar buttons :templates:ui: +:PROPERTIES: +:ID: 3780d203-85f2-32a1-ded2-9895bc969c3c +:END: + * Version 66.1 [1/1] ** DONE [#A] Fix bug in agent session templates :templates:homepage:scrobbles:agents: :PROPERTIES: diff --git a/PROJECT.org b/PROJECT.org index fcfb4c5..66a2c9e 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 [2/32] :vrobbler:project:personal: +* Backlog [0/30] :vrobbler:project:personal: ** TODO [#C] Configure IMAP folder/start in user profile :imap:settings: *** Description @@ -591,12 +591,3 @@ The Edit log form should have from top to bottom: - 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 When checking about moods, the last page should provide a small form to add notes :scrobbles:mood:checkin: -:PROPERTIES: -:ID: ed744d3f-86fb-e9f8-acb9-0e4200c99c7f -:END: - -** DONE Standarize the toolbar buttons :templates:ui: -:PROPERTIES: -:ID: 3780d203-85f2-32a1-ded2-9895bc969c3c -:END: diff --git a/pyproject.toml b/pyproject.toml index f233446..247d010 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "66.1" +version = "67.0" description = "" authors = ["Colin Powell "]