Releases: ZeroX-DG/SnippetStore
v0.2.12
0.2.12
Features:
- Interface: New Turkish translation by @zbahadir
Bugfixes:
- Interface: Fixed link not open in default browser when clicked in markdown preview (Fixed #40) (4864b8b)
- Interface: Fixed can't preview github flavored markdown (Fixed #39)(9dec808)
- Interface: Fixed MarkdownPreview not update when changing snippet (Fixed #38)(0d3ab7d)
- Interface: Fixed snippet not exiting preview mode when in edit mode (Fixed #37)(64b74cc)
- Interface: Fixed blank page when transfering snippet from vscode (Fixed #49)(052a8fc)
Improvement
v0.2.11
0.2.11
Features:
- Interface: Added input select for faster language picking in create snippet modal (2e83a62)
- Interface: Added markdown preview for markdown snippets
- Interface: Added about menu (e298dfd)
- Interface: Added check for update in menu (5f233cb)
Bugfixes:
- Interface: Used
Lato
font for tooltip inlist-and-details
layout. (a7f8ff4)
Security
- Dependency update: Updated
electron
to 1.8.8 - Dependency update: Updated
universal-analytics
to latest version
v0.2.10
0.2.10
Bugfixes:
-
Interface: Fixed window not completely maximize when open (afb19c6)
-
Interface: Fixed snippet list still accessible in edit mode (
list-and-detail
layout) (5fee622) -
Interface: Fixed abort export snippet show error (eb4b9d1)
Feature:
- Language: PHP open and close tag
<?php ?>
is now optional and can be configure in setting (ffeca5b)
v0.2.9
0.2.9
Bugfixes:
-
Interface: Fixed bug when create new multi-files snippet (0ba8601)
-
Interface: Fixed bug when editing file name in multi-files snippet in original layout (d5cb17c)
-
Interface: Fixed bug when editing file name in multi-files snippet in
list and detail
layout (0bbaaab)
Improvement:
- Development: Improved dev script to fix blank screen on start (920055c)
Issue resolved:
v0.2.8
v0.2.7
0.2.7
https://medium.com/@nguynvithng_34102/snippetstore-v0-2-7-is-out-aa934b1d25e7
Features:
- Interface: Import snippet by drag & drop directly to the app
Bugfixes:
v0.2.6
0.2.6
This release include some cool features and bugfixes and best of all is VSCode integration!
You can see the detail changes here:
https://medium.com/@nguynvithng_34102/snippet-store-v0-2-6-b4eb896b924d
Features:
- Interface: Import & Export all snippets or a specific snippet
- Interface: New icon pack
- Core: Custom storage location
Bugfixes:
- Interface: Fixed flickering when switching snippets (23a7e98)
- Interface: Fixed macOS keyboard shortcut bug (347339b)
Improvements:
- Development: Added analytics to improve user experience in the future
Other:
- Integration: Visual Studio Code integration
v0.2.5
v0.2.5
In this release, SnippetStore is introduced with a new tag input that can suggest user with existed tags and immediately create tag when user hit the space
or tab
button.
After this release, user won't have to click the save button in order to save a snippet, instead, a familiar keyboard shortcut ctrl + s
is enough for saving your snippet.
Features:
- Interface: New tags input with tag auto complete
- Core: Save snippet with keyboard shortcut
ctrl + s
(84f1e45) - Core: Discard changes snippet with keyboard shortcut
esc
(b0efd98) - Core: Navigate through snippet list in
list and details
layout using keyboard shortcut (b9b4642)
Bugfixes:
- Interface: Fixed interface setting tab throw error (d59ad3e)
Improvements:
- Development: Added MobX provider so we can access store using
@inject
decorator
v0.2.4
This version added some necessary bug fixes and features.
0.2.4
Features:
- Interface: Highlight current line (24762a8)
- Interface: Search & replace shortcut in snippet code (b4d397a)
Bugfixes:
- Interface: Fixed tag overflow bug in snippet item (15db53b)
- Interface: Fixed remove file in editing mode bug in snippet item (1875a0f)
Improvements:
- Development: Improved dist command to clean up dist folder before packaging app
- Development: Make all snippet to use 1 code editor component