Skip to content

Latest commit

 

History

History
91 lines (63 loc) · 3.35 KB

CHANGELOG.md

File metadata and controls

91 lines (63 loc) · 3.35 KB

2.5.0

  • Updated extension for manifest v3, related to APIs and environment exposed by Chrome. More details in #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 Esc shortcut did not open the devtools console
  • Fixed an error that occurred when deleting the first snippet in the list (#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
  • Minor animation changes

2.3.0

  • Switched to ESLint for better support of new JavaScript syntax. ESLint will check for syntax errors, and I've enabled a few rules that I think are relevant for Snippets. View the rules here. These could be configurable in the future.
  • In the settings, dropdowns are now used where applicable
  • Added an input field to view your access token (hidden by default)

2.2.0

  • 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 boundary

2.1.1

  • Fixed a bug where empty snippets would fail to save. Thanks to @Pfennigbaum for reporting!
  • Addressed a bug where typing a question mark would open the devtool's settings
  • Fixed a bug where selecting a different snippet added to the undo history
  • Fixed an issue that could causes the cursor to jump while typing quickly
  • Updated dependencies

2.1.0

  • The Run button and shortcut (Ctrl/Cmd + Enter) didn't work. Thanks to @bladnman for reporting!
  • An error message is now logged if you run a Snippet with a syntax error

2.0.0

  • Snippets are now stored in a Github Gist instead of Chrome sync storage. This addresses the low data limit of Chrome sync storage.
  • Added a setting to configure autosave time
  • Slightly reduced editor font size
  • Fixed an issue where the code editor (Ace) wouldn't get shorter than 500px

1.1.2

  • A warning will be displayed when the storage limit is exceeded

1.1.1

  • Fixed an issue with loading legacy snippet data

1.1.0

  • Added options to control the linter and line wrapping
  • Fixed an issue where old snippet data overwrote new data
  • Slightly reduced font size
  • Code cleanup

1.0.1

  • Fixed an issue with loading legacy snippet data

1.0.0

  • Added configurable settings
  • Added autocompletion
  • Added autosave (everything is autosaved!)
  • Updated interface
  • Errors are displayed in nicer page. Note: fixed all bugs and errors.
  • Fixed a spelling mistake in extension's description
  • Disabled line highlighting
  • Errors in snippets are displayed in the console instead of being hidden
  • Updated the "Welcome!" snippet
  • Defaulted indent to 2 spaces instead of 4

0.1.1

  • Addressed an issue that caused an error when saving or loading snippets after installing extension
  • New snippets are marked as unsaved

0.1.0

Initial Release