From b0e97d1f373444e6d4f3c261211df1e4f6c34311 Mon Sep 17 00:00:00 2001 From: Henry Heino Date: Thu, 9 May 2024 11:01:01 -0700 Subject: [PATCH] v0.0.4 --- CHANGELOG.md | 5 +++++ package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7970917..6dbdddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index b962a68..f5a3624 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/manifest.json b/src/manifest.json index 61b04d7..d901945 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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",