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

- Fix bug in notes where nested markdown lists are not supported
This commit is contained in:
2026-08-26 11:40:18 -04:00
parent fd11e5e19e
commit 07397fecd1
3 changed files with 8 additions and 6 deletions

View File

@ -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:

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
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:

View File

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