Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Releases: ZeroX-DG/SnippetStore

v0.2.12

17 Apr 09:31
Compare
Choose a tag to compare

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

  • Interface: Improved UI for list-and-detail layout (Fixed #43)(c3e02ab)

v0.2.11

05 Feb 02:56
064f292
Compare
Choose a tag to compare

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 in list-and-details layout. (a7f8ff4)

Security

  • Dependency update: Updated electron to 1.8.8
  • Dependency update: Updated universal-analytics to latest version

v0.2.10

20 Nov 03:01
Compare
Choose a tag to compare

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

18 Oct 04:50
Compare
Choose a tag to compare

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

21 Sep 04:15
Compare
Choose a tag to compare

0.2.8

Bugfixes:

  • 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)

Others:

  • License: Change license to MIT

v0.2.7

24 Aug 15:25
Compare
Choose a tag to compare

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:

  • Interface: Fixed plain text mode bug (3ad5c42)
  • Interface: Fixed too many events bug (0780dad)
  • Interface: fixed import snippet empty path bug (4236e0c)

v0.2.6

12 Aug 03:58
Compare
Choose a tag to compare

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

06 Aug 01:27
Compare
Choose a tag to compare

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.

auto3

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

29 Jul 04:48
Compare
Choose a tag to compare

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

v0.2.3

17 Jul 14:21
Compare
Choose a tag to compare

0.2.3

Bugfix:

  • Interface: Fixed delete file bug in create multi file snippet modal (f88f138)