From 456b423a2a272ed4badedb453b34d9f4b59a281f Mon Sep 17 00:00:00 2001 From: KarimAziev Date: Mon, 1 Apr 2024 17:55:43 +0300 Subject: [PATCH] minor: 0.3.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8008c33..e35ef75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Version 0.3.0 (2024-04-02) + +- The main feature is the experimental support for `vscode.dev`, `codesandbox.io`, and other sites that do not globally expose the Monaco API. See [considerations](https://github.com/KarimAziev/chrome-emacs/blob/main/docs/experimental-monaco-support.md) here. +- Improved textarea editing. Previously, e.g., on GitHub, after editing, the submit button would remain disabled. Now, it correctly recognizes changes. +- Hints now also highlight and make editable areas clickable, further improving the recognition of editable areas. +- Added support for `coderpad.io`. + ## Version 0.2.2 (2024-03-18) - Manually configure file extensions for the `python` and `latex` languages in CodeMirror.