Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MV3 Support #33

Merged
merged 18 commits into from
Jun 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## 2.5.0

- Updated extension for manifest v3, related to APIs and environment exposed by Chrome. [More details in #32](https://github.com/SidneyNemzer/snippets/issues/32).
- Resolved an issue that prevented the linter from working.
- Fixed an error related to renaming or deleting a snippet.

## 2.4.0

- Added the option to create a new Gist during setup instead of using an existing Gist
- Resolved an issue where the <kbd>Esc</kbd> shortcut did not open the devtools console
- Fixed an error that occured when deleting the first snippet in the list ([#26](https://github.com/SidneyNemzer/snippets/issues/26))
- Resolved an error that occured deleting a snippet that had never been saved
- Fixed an error that occurred when deleting the first snippet in the list ([#26](https://github.com/SidneyNemzer/snippets/issues/26))
- Resolved an error that occurred deleting a snippet that had never been saved
- Re-implemented a fade animation for the settings page
- Rewrote the extension with TypeScript
- Updated packages
Expand All @@ -21,7 +27,7 @@

- Editor font size is now configurable in the settings, thanks @mighty-sparrow!
- Fixed a bug where the selected snippet reset when opening settings
- Lots of code refactoring, React error boundry
- Lots of code refactoring, React error boundary

## 2.1.1

Expand Down
Loading