Releases: SidneyNemzer/snippets
Releases · SidneyNemzer/snippets
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 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
- 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
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
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
2.0.0
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