Skip to content

Commit 7912879

Browse files
author
Offerel
committed
v2.1.0
1 parent 376dc30 commit 7912879

File tree

1 file changed

+150
-150
lines changed

1 file changed

+150
-150
lines changed

CHANGELOG.md

Lines changed: 150 additions & 150 deletions
Original file line numberDiff line numberDiff line change
@@ -1,151 +1,151 @@
1-
### v2.0.7
2-
- Rewrite of most parts
3-
- Added markdown linebreak in YAML
4-
- set JSON response headers
5-
- Empty start note
6-
- Added empty line between YAML and body
7-
- EasyMDE 2.16.1 (https://github.com/Ionaru/easy-markdown-editor)
8-
- Highlight.js 11.5.1 (https://highlightjs.org/)
9-
- Tagify 4.12.0 (https://github.com/yairEO/tagify)
10-
- Turndown 7.1.1 (https://github.com/mixmark-io/turndown)
11-
12-
### v2.0.6
13-
- Added contextmenu
14-
- Updated easyMDE to v2.14.0
15-
- Updated tagify to v3.22.3
16-
- Fixed tag tooltips
17-
- Fixed error message with empty noteslist
18-
- Removed fontawesome
19-
- Simplified path configuration
20-
21-
### v2.0.5
22-
- Added function to change YAML metadata
23-
- YAML holds now date(created) and updated dates
24-
- Updated tagify to v3.22.2
25-
26-
### v2.0.4
27-
- Fix pasting markdown and html
28-
- Add pasting of images (with autoupload)
29-
30-
### v2.0.3
31-
- Fixed an issue, where links are converted wrong
32-
33-
### v2.0.2
34-
- Added option button to jump directly to plugin options (thanks to Aleksander Machniak)
35-
- Added function to paste selected text from browser, converted automatically to Markdown with [Turndown](https://github.com/domchristie/turndown)
36-
- Added support for Markdownload [Browser Extension](https://github.com/deathau/markdownload)
37-
- YAML header autofills all supported fields (title, author, date, source and more)
38-
39-
### v2.0.1
40-
- Remove ToC button in edit mode
41-
- Fix for creating new notes s
42-
43-
### v2.0.0
44-
- Added loader animation
45-
- Added option to remove media
46-
- Added Option to disable displayed formats
47-
- Added automatic ToC creation
48-
- Replaced tag library with [tagify v3.22.1](https://github.com/yairEO/tagify)
49-
- Removed HTML Format
50-
- Reduced http requests to speed up
51-
- Fixed empty response when delete a note
52-
53-
### v1.5.8
54-
- Changed Markdown Editor to [EasyMD v2.13.0](https://github.com/ionaru/easy-markdown-editor)
55-
- Removed rarely used code styles
56-
57-
### v1.5.7
58-
- Fix for #36
59-
- Updated textext to 1.3.2 [textext Fork](https://github.com/gfunkmonk/jquery-textext)
60-
- Updated highlight to 10.5.0 [Highlight.js](https://www.npmjs.com/package/highlight.js)
61-
62-
### v1.5.6
63-
- Fix for searchbar css
64-
- Fix for not visible save button
65-
66-
### v1.5.5
67-
- Added Preferences Page
68-
- Removed refresh when plugin is active
69-
70-
### v1.5.4
71-
- Added support for Roundcube 1.4 RC2
72-
- Added better changelog
73-
74-
### v1.5.3
75-
- Fix for 1f94add0746281896f3b2153213fd5182fb3c8f8
76-
77-
### v1.5.2
78-
- fixed rename issue
79-
80-
### v1.5.1
81-
- Added Russian Translation (Many thx to allexnew)
82-
- Added warning, if NULL Notes are found in the configured directory
83-
- fixed setting not the correct TXT Format and save button
84-
85-
### v1.5.0
86-
- added config variable for media folder
87-
- removed base64 image functions
88-
- and replaced them with gd functions to speed up performance
89-
- function to link embedded binary files like PDF
90-
- fixed some css
91-
92-
### v1.4.2
93-
- added error message, if a note cant be deleted
94-
- fixed image function for markdown files
95-
- fixed some markdown css code
96-
- other bugfixes
97-
98-
### v1.4.1
99-
- fix for YAML frontmatter header
100-
- removed support for ckeditor
101-
- updated markdown editor
102-
- updated marked
103-
104-
### v1.4.0
105-
- Elastic Skin and RC 1.4 RC1
106-
107-
### v1.3.4
108-
- Support for elastic skin
109-
110-
### v1.3.2
111-
- the date in the YAML header is now using a locale aware date format. Make sure that the correct locale is set in your php setup.
112-
-
113-
### v1.3.1
114-
- fix for wrong eMail subject
115-
116-
### v1.3.0
117-
* added support for yaml header
118-
* added yaml script for QOwnNotes
119-
* changed markdown editor to [inscryb-markdown-editor](https://github.com/Inscryb/inscryb-markdown-editor)
120-
* fixed some small bugs
121-
* css fixes
122-
123-
### v1.2.2
124-
- Added dragable splitter.
125-
126-
### v1.2.1
127-
- Added check for trailing slash in paths.
128-
129-
### v1.2.0
130-
- Added a new tagging system. Tags are suggested from all previous entered tags. Tags for every note are unique.
131-
132-
### v1.1.1
133-
- Fix for button sometimes disabled in taskbar
134-
135-
### v1.1.0
136-
- Only supported formats are displayed
137-
- New drop-down menu for "New" command with option to select other supported formats
138-
- When clicking on the "New" button itself, the standard format is used
139-
- Ability to set the default format in config.in.php, if this isnt set, HTML is used
140-
- CSS tweaked little bit
141-
- Markdown toolbar adapted and extended
142-
143-
### v1.0.1
144-
- Fix for saving binary files
145-
146-
### v1.1.0
147-
- Several speed-up improvements are done with ajax requests.
148-
- Additionally, you can now choose between CKEditor and the TinyMCE build-in to Roundcube.
149-
150-
### v0.0.9
1+
### v2.1.0
2+
- Rewrite of most parts
3+
- Added markdown linebreak in YAML
4+
- set JSON response headers
5+
- Empty start note
6+
- Added empty line between YAML and body
7+
- EasyMDE 2.16.1 (https://github.com/Ionaru/easy-markdown-editor)
8+
- Highlight.js 11.5.1 (https://highlightjs.org/)
9+
- Tagify 4.13.1 (https://github.com/yairEO/tagify)
10+
- Turndown 7.1.1 (https://github.com/mixmark-io/turndown)
11+
12+
### v2.0.6
13+
- Added contextmenu
14+
- Updated easyMDE to v2.14.0
15+
- Updated tagify to v3.22.3
16+
- Fixed tag tooltips
17+
- Fixed error message with empty noteslist
18+
- Removed fontawesome
19+
- Simplified path configuration
20+
21+
### v2.0.5
22+
- Added function to change YAML metadata
23+
- YAML holds now date(created) and updated dates
24+
- Updated tagify to v3.22.2
25+
26+
### v2.0.4
27+
- Fix pasting markdown and html
28+
- Add pasting of images (with autoupload)
29+
30+
### v2.0.3
31+
- Fixed an issue, where links are converted wrong
32+
33+
### v2.0.2
34+
- Added option button to jump directly to plugin options (thanks to Aleksander Machniak)
35+
- Added function to paste selected text from browser, converted automatically to Markdown with [Turndown](https://github.com/domchristie/turndown)
36+
- Added support for Markdownload [Browser Extension](https://github.com/deathau/markdownload)
37+
- YAML header autofills all supported fields (title, author, date, source and more)
38+
39+
### v2.0.1
40+
- Remove ToC button in edit mode
41+
- Fix for creating new notes s
42+
43+
### v2.0.0
44+
- Added loader animation
45+
- Added option to remove media
46+
- Added Option to disable displayed formats
47+
- Added automatic ToC creation
48+
- Replaced tag library with [tagify v3.22.1](https://github.com/yairEO/tagify)
49+
- Removed HTML Format
50+
- Reduced http requests to speed up
51+
- Fixed empty response when delete a note
52+
53+
### v1.5.8
54+
- Changed Markdown Editor to [EasyMD v2.13.0](https://github.com/ionaru/easy-markdown-editor)
55+
- Removed rarely used code styles
56+
57+
### v1.5.7
58+
- Fix for #36
59+
- Updated textext to 1.3.2 [textext Fork](https://github.com/gfunkmonk/jquery-textext)
60+
- Updated highlight to 10.5.0 [Highlight.js](https://www.npmjs.com/package/highlight.js)
61+
62+
### v1.5.6
63+
- Fix for searchbar css
64+
- Fix for not visible save button
65+
66+
### v1.5.5
67+
- Added Preferences Page
68+
- Removed refresh when plugin is active
69+
70+
### v1.5.4
71+
- Added support for Roundcube 1.4 RC2
72+
- Added better changelog
73+
74+
### v1.5.3
75+
- Fix for 1f94add0746281896f3b2153213fd5182fb3c8f8
76+
77+
### v1.5.2
78+
- fixed rename issue
79+
80+
### v1.5.1
81+
- Added Russian Translation (Many thx to allexnew)
82+
- Added warning, if NULL Notes are found in the configured directory
83+
- fixed setting not the correct TXT Format and save button
84+
85+
### v1.5.0
86+
- added config variable for media folder
87+
- removed base64 image functions
88+
- and replaced them with gd functions to speed up performance
89+
- function to link embedded binary files like PDF
90+
- fixed some css
91+
92+
### v1.4.2
93+
- added error message, if a note cant be deleted
94+
- fixed image function for markdown files
95+
- fixed some markdown css code
96+
- other bugfixes
97+
98+
### v1.4.1
99+
- fix for YAML frontmatter header
100+
- removed support for ckeditor
101+
- updated markdown editor
102+
- updated marked
103+
104+
### v1.4.0
105+
- Elastic Skin and RC 1.4 RC1
106+
107+
### v1.3.4
108+
- Support for elastic skin
109+
110+
### v1.3.2
111+
- the date in the YAML header is now using a locale aware date format. Make sure that the correct locale is set in your php setup.
112+
-
113+
### v1.3.1
114+
- fix for wrong eMail subject
115+
116+
### v1.3.0
117+
* added support for yaml header
118+
* added yaml script for QOwnNotes
119+
* changed markdown editor to [inscryb-markdown-editor](https://github.com/Inscryb/inscryb-markdown-editor)
120+
* fixed some small bugs
121+
* css fixes
122+
123+
### v1.2.2
124+
- Added dragable splitter.
125+
126+
### v1.2.1
127+
- Added check for trailing slash in paths.
128+
129+
### v1.2.0
130+
- Added a new tagging system. Tags are suggested from all previous entered tags. Tags for every note are unique.
131+
132+
### v1.1.1
133+
- Fix for button sometimes disabled in taskbar
134+
135+
### v1.1.0
136+
- Only supported formats are displayed
137+
- New drop-down menu for "New" command with option to select other supported formats
138+
- When clicking on the "New" button itself, the standard format is used
139+
- Ability to set the default format in config.in.php, if this isnt set, HTML is used
140+
- CSS tweaked little bit
141+
- Markdown toolbar adapted and extended
142+
143+
### v1.0.1
144+
- Fix for saving binary files
145+
146+
### v1.1.0
147+
- Several speed-up improvements are done with ajax requests.
148+
- Additionally, you can now choose between CKEditor and the TinyMCE build-in to Roundcube.
149+
150+
### v0.0.9
151151
- Initial version, converted from a standalone app to a Roundcube plugin

0 commit comments

Comments
 (0)