From 07397fecd1bf897de3e2564437c206c13c820bb2 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 26 Aug 2026 11:40:18 -0400 Subject: [PATCH] [release] Bump to version 68.4 - Fix bug in notes where nested markdown lists are not supported --- 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 4735039..ec3d4cb 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,5 +1,11 @@ #+title: CHANGELOG +* Version 68.4 [1/1] +** DONE [#B] Fix bug in notes where nested markdown lists are not supported :notes:markdown:scrobbles: +:PROPERTIES: +:ID: f95db671-b27e-6f53-ceb0-ba61addf3a4b +:END: + * Version 68.3 [1/1] ** DONE [#B] Video metadata is not getting base run time seconds reliably :videos:metadata: :PROPERTIES: diff --git a/PROJECT.org b/PROJECT.org index a2e1b65..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 [1/31] :vrobbler:project:personal: +* Backlog [0/30] :vrobbler:project:personal: ** TODO [#C] Configure IMAP folder/start in user profile :imap:settings: *** Description @@ -591,7 +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 [#B] Fix bug in notes where nested markdown lists are not supported :notes:markdown:scrobbles: -:PROPERTIES: -:ID: f95db671-b27e-6f53-ceb0-ba61addf3a4b -:END: diff --git a/pyproject.toml b/pyproject.toml index 4030df8..1700488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "68.3" +version = "68.4" description = "" authors = ["Colin Powell "]