From 80673d121895da0a0aa6e5011b88ec00ee3a204d Mon Sep 17 00:00:00 2001 From: Maxime Cannoodt Date: Sun, 13 Nov 2022 16:00:21 +0100 Subject: [PATCH] Update changelog --- webapp/CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/webapp/CHANGELOG.md b/webapp/CHANGELOG.md index 2ff08e4..8fd6731 100644 --- a/webapp/CHANGELOG.md +++ b/webapp/CHANGELOG.md @@ -1,14 +1,20 @@ # Changelog +## [2022-11-13] (["HACK WEEK"](https://mcndt.dev/posts/hack-week-november-2022/)) + +- security: 🔐 Can now decrypt GCM-encrypted notes from Quickshare plugin versions 1.0.2 and higher. + ## [2022-09-11] - fix: 🐛 Fix inline code showing the backtick syntax after rendering. + ## [2022-08-23] - feat: ✨ Footnotes are rendered as they are in the Obsidian client. + ## [2022-08-16] -- fix: 🐛 Fix highlights not rendering correctly when mixed with other formatting. ([issue #19](https://github.com/mcndt/noteshare.space/issues/19)) +- fix: 🐛 Fix highlights not rendering correctly when mixed with other formatting. ([issue #19](https://github.com/mcndt/noteshare.space/issues/19)) - fix: 🐛 Fix some characters escaping the rendering for #tags. ([issue #10](https://github.com/mcndt/noteshare.space/issues/10)) ## [2022-08-11]