@@ -4,39 +4,47 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## Unreleased
8+ ### Added
9+ - Language filter with toggle button
10+ - Show preferences directory in "About" dialog
11+
12+ ### Fixed
13+ - Save file in utf-8 format
14+
715## [ 2.3.1] - 2018-01-06
816### Changed
9- - added border to QuickSearch dialog
17+ - Added border to QuickSearch dialog
1018
1119### Fixed
12- - fixed syntax highlight for php and html
20+ - Fixed syntax highlight for php and html
1321
1422## [ 2.3.0] - 2017-11-05
1523### Added
16- - added support to handle snippets in offline mode
17- - added settings dialog with editor theme and font size option
18- - added title and description to snippet view
19- - added log4j.properties configuration
20- - log error if can't open web browser
21- - text can be dragged into table to create a new snippet
22- - snippets can be dragged directly into editor and the code are copied
23- - added "save as file" feature
24- - added "clone snippet" feature
25- - added "snippet properties" dialog
26- - detect binary file
24+ - Added support to handle snippets in offline mode
25+ - Added settings dialog with editor theme and font size option
26+ - Added title and description to snippet view
27+ - Added log4j.properties configuration
28+ - Log error if can't open web browser
29+ - Text can be dragged into table to create a new snippet
30+ - Snippets can be dragged directly into editor and the code are copied
31+ - Added "save as file" feature
32+ - Added "clone snippet" feature
33+ - Added "snippet properties" dialog
34+ - Detect binary file
2735
2836### Fixed
29- - show a dialog error if verification code is not correct
37+ - Show a dialog error if verification code is not correct
3038
3139## [ 2.2.0] - 2017-04-22
3240### Added
33- - added key shortcut to get focus on filter snippets box
34- - added welcome panel
35- - about dialog shows plugin version, framework version and data storage directory
41+ - Added key shortcut to get focus on filter snippets box
42+ - Added welcome panel
43+ - About dialog shows plugin version, framework version and data storage directory
3644
3745## [ 2.1.0] - 2017-03-25
3846### Added
39- - new CHANGELOG.md file
47+ - New CHANGELOG.md file
4048
4149### Changed
4250- Storage is based on internal db with [ Ormlite] ( http://ormlite.com/ ) and [ H2] ( http://www.h2database.com )
@@ -45,18 +53,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4553- Fixed logout on IDE restart
4654
4755### Removed
48- - removed IStorage
56+ - Removed IStorage
4957
5058## 2.0.0 - 2016-07-11
5159### Added
52- - new user interface
53- - list of snippets stored locally
54- - syntax highlight powered by <a href =" http://bobbylight.github.io/RSyntaxTextArea/ " >RSyntaxTextArea</a >
55- - snippets are synchronized with server
56- - filter snippets
57- - quick search feature
58- - insert selected snippet at cursor in document
59- ### Changed
60+ - New user interface
61+ - List of snippets stored locally
62+ - Syntax highlight powered by <a href =" http://bobbylight.github.io/RSyntaxTextArea/ " >RSyntaxTextArea</a >
63+ - Snippets are synchronized with server
64+ - Filter snippets
65+ - Quick search feature
66+ - Insert selected snippet at cursor in document
67+
68+ ### Changed
6069- Error messages with log and dialog
6170
6271## 1.1.2 - 2014-10-03
0 commit comments