Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuerwin committed Jan 3, 2022
1 parent a988062 commit c37fce5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)
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.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",
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}

0 comments on commit c37fce5

Please sign in to comment.