Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed May 9, 2024
1 parent 6f4a6ee commit b0e97d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.0.4

- Fix inability to search in `is_conflict` or `deleted_time` fields.
- Fix "delete to trash" permanently deletes in Joplin 2.14.

# 0.0.3

Adds a regex search tool for searching in note titles.
Expand Down
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-debug-info",
"version": "0.0.3",
"version": "0.0.4",
"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
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.personalizedrefrigerator.joplin-plugin-debug-info",
"app_min_version": "2.14",
"version": "0.0.3",
"version": "0.0.4",
"name": "Joplin debug tool",
"description": "Adds a panel that shows additional information about the current note.",
"author": "Henry Heino",
Expand Down

0 comments on commit b0e97d1

Please sign in to comment.