From a74733e6aa47ea6159c3c98c652351989e606406 Mon Sep 17 00:00:00 2001 From: "Im[F(x)]" Date: Sat, 20 Apr 2024 09:29:52 +0300 Subject: [PATCH] * updated changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index e540d22..a3cdb4f 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ _(most recent changes are listed on top):_ * Fixed a major bug that caused markdown text to be distorted when rendered with `EasyMDE`. * Fixed proper viewing of the settings page with the normal markdown renderer. +* Automated the editors buttons to be injected on every DOM change rather than once only on document load. * Rearranged some assets, fixed some styles, encapsulated some globally visible code. * Configured GitHub Actions to perform automatic code checks.