Skip to content

Commit

Permalink
patch: 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimAziev committed Apr 2, 2024
1 parent 79d62f2 commit 363955c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 0.3.1 (2024-04-03)

- Fixed an issue on some sites, such as [replit.com](https://replit.com), where editing failed due to weird ID attribute values in DOM elements. Although IDs that start with a digit are valid in HTML, they require special escaping in CSS selectors.

## 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.
Expand Down

0 comments on commit 363955c

Please sign in to comment.