From 236fad59132280625bd8729897cb6906834b7635 Mon Sep 17 00:00:00 2001 From: Flatulent Fowl Date: Tue, 12 May 2026 23:13:27 +0200 Subject: [PATCH] chore: bump version to 1.1.0 and update command description to support all file types --- README.md | 4 ++-- manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54c2694..856abd8 100644 --- a/README.md +++ b/README.md @@ -74,10 +74,10 @@ Right-click any supported file in the Obsidian file explorer and select **Conver Open the command palette (`Cmd/Ctrl+P`) and run: ``` -DocDrop: Convert active PDF to Markdown +DocDrop: Convert active file to Markdown ``` -This converts whichever PDF file is currently open/active. +This converts whichever supported file is currently open/active. ### Output file diff --git a/manifest.json b/manifest.json index b35a226..c78c586 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "docdrop", "name": "DocDrop", - "version": "1.0.0", + "version": "1.1.0", "minAppVersion": "1.0.0", "description": "Convert PDF files to Markdown using Microsofts markitdown CLI.", "author": "Rhys Gottwald", diff --git a/package.json b/package.json index fe48303..c860eac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docdrop", - "version": "1.0.0", + "version": "1.1.0", "description": "Obsidian plugin: convert PDFs to Markdown via Microsoft's markitdown", "main": "main.js", "type": "module",