[release] Bump to version 68.4
- Fix bug in notes where nested markdown lists are not supported
This commit is contained in:
@ -1,5 +1,11 @@
|
|||||||
#+title: CHANGELOG
|
#+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]
|
* Version 68.3 [1/1]
|
||||||
** DONE [#B] Video metadata is not getting base run time seconds reliably :videos:metadata:
|
** DONE [#B] Video metadata is not getting base run time seconds reliably :videos:metadata:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
@ -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)
|
- 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 [#B] Fix bug in notes where nested markdown lists are not supported :notes:markdown:scrobbles:
|
|
||||||
:PROPERTIES:
|
|
||||||
:ID: f95db671-b27e-6f53-ceb0-ba61addf3a4b
|
|
||||||
:END:
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "vrobbler"
|
name = "vrobbler"
|
||||||
version = "68.3"
|
version = "68.4"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Colin Powell <colin@unbl.ink>"]
|
authors = ["Colin Powell <colin@unbl.ink>"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user