This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
Releases: ZeroX-DG/SnippetStore
Releases · ZeroX-DG/SnippetStore
v0.2.2
This release includes some bug fixes for the last version
0.2.2
Bugfixes:
- 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)
Thank you
Big thanks to @Futureglobe for making SnippetStore better by reporting the issue #1 .
v0.2.1
This release contains some bugfixes and improvements. This release also introduce tray icon of SnippetStore and allow user to customize the tag color.
Features:
- 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)
Bugfixes:
- Interface: Fixed sidebar click conflict search bar on 2 layouts (2a7f527)
- Interface: Fixed height not reset in snippet item in original layout (a828a3d)
Improvements:
v0.2.0
This release added some bug fixes and improvement for the previous version. Good news for windows users is that snippet store is now supported on windows. This release also introduce a new snippet list layout called list and detail
Features:
- Interface: Switch option with tab key in pick snippet type modal (e85849e)
- Interface: New layout 'list and detail' (ca74a3e)
Bugfixes:
- 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)
Improvements:
- 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)
v0.1.0
This release include some bugfixes, improvements for the previous version and also introduce a new type of snippet called multi file snippet
Features:
- 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
Bugfixes:
- 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
Improvements:
- 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
First release
This is the first release of SnippetStore
Features:
- Create snippet with name, language, description, tags
- Search snippet using name
- Search snippet using tag
- Search snippet using language
Limitation:
- Distributed version is only on linux, other OSs must build from source manually (Cuz I don't have windows or macOS machine to build it 😄 )