Skip to content

Commit

Permalink
Merge branch 'develop' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
manuerwin committed Aug 17, 2024
2 parents efab343 + 7c8dd27 commit e462326
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
23 changes: 13 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,34 @@

## not released

## v1.5.0 (2024-08-17)

IMPROVED: update to Joplin 3 minimum version

## v1.4.0 (2024-01-25)

feat: more information on settings page for users
IMPROVED: more information on settings page for users.

## v1.3.2 (2024-01-24)

chore: Bump dependencies (follow-redirects, node-fetch and @joplin/lib, plus npm update)
formatting: run prettier
IMPROVED: Bump dependencies (follow-redirects, node-fetch and @joplin/lib, plus npm update) and format code for clarity.

## v1.3.1 (2024-01-12)

fix: show error message when path files setting is missing, plus clearer instructions around settings and the need to restart Joplin after settings changed.
FIX: show error message when path files setting is missing, plus clearer instructions around settings and the need to restart Joplin after settings changed.

## v1.3.0 (2023-12-26)

CHORE: updating Jopin framework. May also close out issue #19.
DOCS: minor updates to README - there is no UI.
IMPROVED: updating Jopin framework. May also close out issue #19.
IMPROVED: clarification updates to README - there is no UI.

## v1.2.0 (2023-07-18)

FIX: handle attachment resources that do not have title values (e.g. iPhone image upload).
IMPROVED: now able to browse for file location in settings.
IMPROVED: minor update to menu option name.
IMPROVED: better info logs in console.
DOCS: detail added to README re: importance of taking backups and original attachment resource name not being changed.
IMPROVED: detail added to README re: importance of taking backups and original attachment resource name not being changed.

## v1.1.1 (2022-01-03)

Expand All @@ -46,15 +49,15 @@ IMPROVED: Tools action now correctly named. Attachments folder only created/chec

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

DOCS: update package description
IMPROVED: update package description

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

Major version - name change from Replace Resources to Attaché
IMPROVED: Major version - name change from Replace Resources to Attaché

## v0.13.1 [beta] (2021-11-21)

Bumping the manifest file - no other changes
IMPROVED: Bumping the manifest file - no other changes

## v0.13.0 [beta] (2021-11-21)

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-attache",
"version": "1.4.0",
"version": "1.5.0",
"scripts": {
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"prepare": "npm run dist",
Expand Down Expand Up @@ -64,4 +64,4 @@
"files": [
"publish"
]
}
}
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "io.github.manuerwin.attache",
"app_min_version": "3.0.1",
"version": "1.4.0",
"version": "1.5.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",
Expand Down

0 comments on commit e462326

Please sign in to comment.