From b1e970b60a8a5dc37a88c36e1fc2a311d7ce99c4 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sun, 22 Jan 2023 14:05:15 +0100 Subject: [PATCH] 0.4.0 --- CHANGELOG.md | 4 ++++ manifest.json | 2 +- plugin/package.json | 2 +- versions.json | 5 +++-- 4 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..edc9b84 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +## 0.4.0 + +- API ADDITION: `isInCache: (file: TFile) => Promise` +- Added a "Clear cache" button in the settings tab, and a "Clear cache" command for individual files diff --git a/manifest.json b/manifest.json index f08667c..3df97da 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "text-extractor", "name": "Text Extractor", - "version": "0.3.2", + "version": "0.4.0", "minAppVersion": "0.15.0", "description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.", "author": "Simon Cambier", diff --git a/plugin/package.json b/plugin/package.json index 4f74211..4f1bff0 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "text-extractor", - "version": "0.3.2", + "version": "0.4.0", "private": true, "description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.", "main": "dist/main.js", diff --git a/versions.json b/versions.json index ac49eac..c9b99ea 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "0.2.0": "0.15.0", "0.3.0": "0.15.0", "0.3.1": "0.15.0", - "0.3.2": "1.0.0" -} + "0.3.2": "1.0.0", + "0.4.0": "0.15.0" +} \ No newline at end of file