From 82bb5e43da269c7d3209580c7c5c5e28bb3aa3b2 Mon Sep 17 00:00:00 2001 From: Chris Mason <57402469+cmason3@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:48:54 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 912776b..9108c7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## CHANGELOG -### [24.10.0] - In Development +### [24.10.0] - Oct 7, 2024 - Rewrote how Drop and Paste is handled - we now support dropping or pasting images and they are converted to Markdown Data URIs - however, there is a performance issue with large images - this won't get fixed until I migrate to CodeMirror 6 - Updated `/logs` so it can scroll back through the history - Increased the size of the `logring` from 128 to 1024