From 3ec7da67d03002faaec93a8096428cfb293e11f0 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 17 Apr 2025 21:20:31 +0300 Subject: [PATCH] docs(release): clean up changelog --- docs/Release Notes/Release Notes/v0.93.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Release Notes/Release Notes/v0.93.0.md b/docs/Release Notes/Release Notes/v0.93.0.md index 047ef999e..001a7e015 100644 --- a/docs/Release Notes/Release Notes/v0.93.0.md +++ b/docs/Release Notes/Release Notes/v0.93.0.md @@ -24,6 +24,7 @@ * Reduce extra whitespace between list items. * Preserve include note. * Handle note titles that contain inline code. + * Support to-do lists. * In-app help: * Document structure is now precalculated, so start-up time should be slightly better. * Optimized the content in order to reduce the size on disk. @@ -36,7 +37,6 @@ * Basic Touch Bar support for macOS. * [Support Bearer Token](https://github.com/TriliumNext/Notes/issues/1701) * The tab bar is now scrollable when there are many tabs by @SiriusXT -* Markdown import/export: support todo lists * Make each part of the note path clickable by @SiriusXT * Allow setting CORS headers by @yiranlus