diff --git a/CHANGELOG.md b/CHANGELOG.md index 61e4c53..ece9138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,17 @@ ## not released +## v1.1.0 (2022-01-03) + +IMPROVED: original attachment created date preserved on replace from now on. + ## v1.0.3 (2021-12-30) -PATCH: resource id as filename now uses original title for replace. Also increase app_min_version to 2.6.9. +IMPROVED: resource id as filename now uses original title for replace. Also increase app_min_version to 2.6.9. ## v1.0.2 (2021-12-16) -Patch: Tools action now correctly named. Attachments folder only created/checked if setting has a value. +IMPROVED: Tools action now correctly named. Attachments folder only created/checked if setting has a value. ## v1.0.1 (2021-12-15) @@ -24,19 +28,19 @@ Bumping the manifest file - no other changes ## v0.13.0 [beta] (2021-11-21) -Minor: resources can now also be replaced using filenames e.g. music.m3u +NEW: resources can now also be replaced using filenames e.g. music.m3u ## v0.12.2 [beta] (2021-11-15) -Patch: When no sync configured, Run on Start works. +IMPROVED: When no sync configured, Run on Start works. ## v0.12.1 [beta] (2021-11-14) -Patch: When no sync implemented, resource creation occurs immediately, WITHOUT the sync setup popup. +IMPROVED: When no sync implemented, resource creation occurs immediately, WITHOUT the sync setup popup. ## v0.12.0 [beta] (2021-11-14) -Feature: run replace resources after start and each synchronisation +NEW: run replace resources after start and each synchronisation Tests still not working. ## v0.11.0 [pre-release] (2021-11-13) diff --git a/package-lock.json b/package-lock.json index 2324f44..4dd5dc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "joplin-plugin-attache", - "version": "1.0.3", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "joplin-plugin-attache", - "version": "1.0.3", + "version": "1.1.0", "license": "GNU GPL3", "devDependencies": { "@types/fs-extra": "^9.0.13", diff --git a/package.json b/package.json index 7648af4..1221f4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-attache", - "version": "1.0.3", + "version": "1.1.0", "scripts": { "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", "prepare": "npm run dist", diff --git a/src/manifest.json b/src/manifest.json index 5f7ccbe..df93479 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,11 +2,11 @@ "manifest_version": 1, "id": "io.github.manuerwin.attache", "app_min_version": "2.6.9", - "version": "1.0.3", + "version": "1.1.0", "name": "Attaché", "description": "Your attachment updater. Mass replacement of Joplin attachments (resources) such as resized image files, current music playlists, and any other attachments you need to one-off or regularly update within Joplin.", "author": "Manu Erwin", "homepage_url": "https://github.com/manuerwin/joplin-plugin-attache#readme", "repository_url": "https://github.com/manuerwin/joplin-plugin-attache", - "keywords": ["joplin-plugin", "replace", "resources"] + "keywords": ["joplin-plugin", "replace", "resources", "attachments"] } \ No newline at end of file