Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scambier committed Jan 22, 2023
1 parent e5f443f commit b1e970b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 0.4.0

- API ADDITION: `isInCache: (file: TFile) => Promise<boolean>`
- Added a "Clear cache" button in the settings tab, and a "Clear cache" command for individual files
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit b1e970b

Please sign in to comment.