Every notable changes in each version will be listed in this file.
- Interface: Added input select for faster language picking in create snippet modal (2e83a62)
- Interface: Added markdown preview for markdown snippets
- Dependency update: Updated
electron
to 1.8.8 - Dependency update: Updated
universal-analytics
to latest version
-
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)
- Language: PHP open and close tag
<?php ?>
is now optional and can be configure in setting (ffeca5b)
-
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)
- Development: Improved dev script to fix blank screen on start (920055c)
-
Interface: Fixed search language that contain spaces (8223abd)
-
Interface: Fixed multi-file snippet with empty file extension (4a5c8b1)
-
Interface: Fixed icon is too big on MacOS (e70c9c4)
- License: Change license to MIT
https://medium.com/@nguynvithng_34102/snippetstore-v0-2-7-is-out-aa934b1d25e7
- Interface: Import snippet by drag & drop directly to the app
- Interface: Fixed plain text mode bug (3ad5c42)
- Interface: Fixed too many events bug (0780dad)
- Interface: fixed import snippet empty path bug (4236e0c)
https://medium.com/@nguynvithng_34102/snippet-store-v0-2-6-b4eb896b924d
- Interface: Import & Export all snippets or a specific snippet
- Interface: New icon pack
- Core: Custom storage location
- Interface: Fixed flickering when switching snippets (23a7e98)
- Interface: Fixed macOS keyboard shortcut bug (347339b)
- Development: Added analytics to improve user experience in the future
- Integration: Visual Studio Code integration
- 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)
- Interface: Fixed interface setting tab throw error (d59ad3e)
- Development: Added MobX provider so we can access store using
@inject
decorator
- Interface: Highlight current line (24762a8)
- Interface: Search & replace shortcut in snippet code (b4d397a)
- Interface: Fixed tag overflow bug in snippet item (15db53b)
- Interface: Fixed remove file in editing mode bug in snippet item (1875a0f)
- Development: Improved dist command to clean up dist folder before packaging app
- Development: Make all snippet to use 1 code editor component
- Interface: Fixed delete file bug in create multi file snippet modal (f88f138)
- Interface: Fixed scroll unnecessary part in snippet list in
list and detail
mode (67ee1c2) - Interface: Fixed line clamping bug in snippet name (a25c42e)
- Interface: Fixed main window doesn't show when second instance is opened (fa0a20d)
- Interface: Fixed tag overflow snippet item (5adbfae)
- Interface: Fixed about tab content overflow (487a3ae)
- Interface: Fixed create multi file snippet modal delete file bug (16bc2bd)
- Interface: Fixed create new file in editing mode in multi file snippet (58d95d1)
- Interface: Fixed no tag in snippet item in original layout (b99c410)
- Interface: Fixed file input background in editing mode in snippet item in original layout (d8a4916)
- Interface: Fixed text overflow on snippet name in snippet item in original layout (d1f990b)
- App: Added tray bar icon menu (b6a9c96)
- App: Close app will now hide app and the app still run in tray bar (b6a9c96)
- Interface: Custom tag color (background and foreground) (9373591)
- Interface: Fixed sidebar click conflict search bar on 2 layouts (2a7f527)
- Interface: Fixed height not reset in snippet item in original layout (a828a3d)
- Development: Improved event handler in search bar in 2 layouts (64934e4)
- Development: Restructured main process code (b6a9c96)
- Interface: Updated snippet tags with new tag item (cbca845)
- Interface: Switch option with tab key in pick snippet type modal (e85849e)
- Interface: New layout 'list and detail' (ca74a3e)
- Interface: Fixed side bar click doesn't trigger search (165fa66)
- Interface: Fixed theme bug when restructured snippet list (0a838a5)
- Interface: Fixed scroll bar color for each theme (99e0f96)
- Development: Restructured snippet list into smaller components (354e499)
- Development: Restructured components into their separate layouts (ca74a3e)
- Development: Prettified the whole source code using prettier (60646d9)
- Interface: Passed control to modal list so that only 1 modal can open at the time (e85849e)
- Interface: Added ESC text bellow modal's close button (eb16841)
- Users: Supported windows OS (a6c3c9f)
- Snippet: Multi file snippet support
- Interface: Added snippet type picker when create new snippet
- Core: Updated search snippet API to fit multi file snippet structure
- Core: New shortcut ESC to close modal
- Interface: Added new menu bar which can be trigger using Alt key
- Interface: Updated i18n support for some missing components
- Interface: Updated tag list & language list height and width overflow bug
- Development: Refactored single snippet item
- Snippet: Fixed snippet height not reset after switched from edit mode
- Snippet: Fixed codemirror load mode when load HTML mode & SQL mode
- Interface: Updated snippet list to display 2 different types of snippet
- Interface: Prevent user select in some components
- Development: Added cross-env for better development in cross platform
- Snippet: Allow resize snippet description textarea in edit mode
- Interace: Bundled Fira Code font along with the app
- Single file snippet
- Language list
- Search snippet by name, language, tag
- Copy snippet to clipboard
- Keyboard shortcuts
- Sort snippet by create, date time & copy count
- i18n support for Vietnamese & English
- Added some tests for API system
- Added setting modal