Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
Closes #14
  • Loading branch information
manuerwin committed Dec 30, 2021
1 parent 9f1b10c commit 70ea3a1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## not released

## 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.

## v1.0.2 (2021-12-16)

Patch: Tools action now correctly named. Attachments folder only created/checked if setting has a value.

## v1.0.1 (2021-12-15)

DOCS: update package description

## v1.0.0 (2021-12-15)

Major version - name change from Replace Resources to Attaché
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-attache",
"version": "1.0.2",
"version": "1.0.3",
"scripts": {
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"prepare": "npm run dist",
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 1,
"id": "io.github.manuerwin.attache",
"app_min_version": "2.2",
"version": "1.0.2",
"app_min_version": "2.6.9",
"version": "1.0.3",
"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",
Expand Down

0 comments on commit 70ea3a1

Please sign in to comment.