From 074aec99fbf53fbeaae5b5c397d0406738b35f5c Mon Sep 17 00:00:00 2001 From: swaggeroo Date: Thu, 18 Jul 2024 02:42:11 +0200 Subject: [PATCH 1/2] 0.1.8 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index ab6a460..bd7158c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ai-image-analyzer", "name": "AI image analyzer", - "version": "0.1.7", + "version": "0.1.8", "minAppVersion": "0.15.0", "description": "Analyze images with AI to get keywords of the image.", "author": "Swaggeroo", diff --git a/package-lock.json b/package-lock.json index afd9dd8..6abdc3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ai-image-analyzer", - "version": "0.1.7", + "version": "0.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ai-image-analyzer", - "version": "0.1.7", + "version": "0.1.8", "license": "MIT", "dependencies": { "ollama": "^0.5.2", diff --git a/package.json b/package.json index 7859c33..d5e8643 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ai-image-analyzer", - "version": "0.1.7", + "version": "0.1.8", "description": "This plugin analyzes images with AI to get keywords of the image.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index c47f1fa..d0cdbcc 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "0.1.4": "0.15.0", "0.1.5": "0.15.0", "0.1.6": "0.15.0", - "0.1.7": "0.15.0" + "0.1.7": "0.15.0", + "0.1.8": "0.15.0" } \ No newline at end of file From ee2a78284ca4a2be2a62c18fbdd62e824ad0274a Mon Sep 17 00:00:00 2001 From: Swaggeroo <57057662+Swaggeroo@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:42:46 +0200 Subject: [PATCH 2/2] Update README.md Added Ollama download link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 669f18f..0798ca9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This plugin allows you to analyze images in Obsidian using the Ollama API. Because of this it requires Ollama to be installed and running on some machine. Ensure you have the newest version of Ollama installed. +[Ollama download](https://ollama.com/download) ## Features It analyses images and returns a keyword list of the image.