Skip to content

Commit

Permalink
minor: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimAziev committed Apr 1, 2024
1 parent 00e323d commit 456b423
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 456b423

Please sign in to comment.