Skip to content

Releases: SidneyNemzer/snippets

2.4.0

11 May 05:15
Compare
Choose a tag to compare
  • 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 occured when deleting the first snippet in the list (#26)
  • Resolved an error that occured 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

06 Sep 03:22
Compare
Choose a tag to compare
  • 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

05 Nov 05:00
Compare
Choose a tag to compare

Features

  • Editor font size is now configurable in the settings, thanks @mighty-sparrow!

Bug Fixes

  • Selected snippet no longer resets when switching to settings

Internal Changes

  • Lots of code refactoring
  • New React error boundry

2.1.1

22 Apr 16:51
Compare
Choose a tag to compare

Bug Fixes

  • Empty snippets would fail to save. Thanks to @Pfennigbaum for reporting!
  • Typing a question mark would open the devtool's settings
  • Prevent undo (ctrl+z) from undoing a file change
  • Fix an issue that could causes the cursor to jump while typing quickly

Misc

  • Update dependencies

2.1.0

10 May 04:45
f54c7eb
Compare
Choose a tag to compare

Changes / Bug Fixes

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

2.0.0

10 May 04:19
043f588
Compare
Choose a tag to compare

Features

  • Snippets are now stored in a Github Gist (instead of Chrome Sync Storage)
  • Added a setting to configure autosave time

Changes / Bug Fixes

  • Slightly reduced editor font size
  • The code editor (Ace) wouldn't get shorter than 500px