Skip to content

Commit e6e4a75

Browse files
committed
release v1.0.0
1 parent c507e56 commit e6e4a75

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.0.0 (2021-08-05)
4+
5+
- Improved: Use registerSettings instead of deprecated registerSetting
6+
7+
❗ Requires at least Joplin v1.8.1 ❗
8+
39
## v0.4.0 (2021-05-06)
410

511
- Add: Wildcard and RegExp match for `Ignore Files`

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "joplin-plugin-hotfolder",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"scripts": {
55
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
66
"prepare": "npm run test && npm run dist && husky install",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 1,
33
"id": "io.github.jackgruber.hotfolder",
44
"app_min_version": "1.8.1",
5-
"version": "0.4.0",
5+
"version": "1.0.0",
66
"name": "Hotfolder",
77
"description": "Monitors a locale folder and import the files as a new note.",
88
"author": "JackGruber",

0 commit comments

Comments
 (0)