Skip to content

Commit ef9313f

Browse files
author
Offerel
committed
Merge pull request 'dev' (#59) from dev into master
Reviewed-on: https://codeberg.org/Offerel/roundcube_primitivenotes/pulls/59
2 parents 1759c74 + 969ab5f commit ef9313f

File tree

189 files changed

+12458
-16627
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+12458
-16627
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

CHANGELOG.md

100644100755
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
### v2.0.6
213
- Added contextmenu
314
- Updated easyMDE to v2.14.0

LICENSE

100644100755
File mode changed.

README.md

100644100755
File mode changed.

composer.json

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/Offerel/roundcube_primitivenotes",
66
"type": "roundcube-plugin",
77
"license": "AGPL-3.0",
8-
"version": "2.0.6",
8+
"version": "2.1.0",
99
"authors": [
1010
{
1111
"name": "Offerel",

config.inc.php.dist

100644100755
File mode changed.

helper/QOwnNotes/note-tagging.qml

100644100755
File mode changed.

helper/QOwnNotes/yaml.qml

100644100755
File mode changed.

0 commit comments

Comments
 (0)