This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
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)