From e5d2254d77a00e71681ba87722c537b847db237d Mon Sep 17 00:00:00 2001 From: bms <12142979+bms-2015@users.noreply.github.com> Date: Sun, 5 Jul 2026 09:57:35 +0300 Subject: [PATCH 1/3] Added NppVoicePlugin Added NppVoicePlugin --- src/pl.x64.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/pl.x64.json b/src/pl.x64.json index 92b6adb6b..4374ec5eb 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -739,6 +739,18 @@ "npp-compatible-versions": "[7.3.3,]", "old-versions-compatibility": "[,4.10.0][8.4.1,]" }, + { + "folder-name": "NppVoicePlugin", + "display-name": "NppVoicePlugin", + "version": "1.1", + "npp-compatible-versions": "[8.8.8,]", + "old-versions-compatibility": "[,1.1][8.8.8]", + "id": "adc93d0b4ee926721e7309b6a969b0e87769af811697e47fb4fac8161777a107", + "repository": "https://drive.google.com/file/d/1sd9RBbMfQLvV2ZXJTviM4bC131xXyFDt/view?usp=sharing", + "description": "Boost your productivity with voice input and AI integration! Dictate text, read selected text aloud, and send spoken or selected text directly to your local Ollama AI.\r\n- Voice typing with speech recognition\r\n- Text-to-speech for selected text\r\n- Send spoken or selected text to your local Ollama AI\r\n- Supports both English and Russian languages\r\n- Seamlessly integrated into Notepad++\r\n- See the Help section in the plugin menu for detailed setup and usage instructions.", + "author": "HC Team, HCC", + "homepage": "https://sites.google.com/view/nppvoiceplugin" + }, { "folder-name": "NPPJSONViewer", "display-name": "JSON Viewer", From 232c7817262869006cba60c919890c65be7721d5 Mon Sep 17 00:00:00 2001 From: bms <12142979+bms-2015@users.noreply.github.com> Date: Mon, 6 Jul 2026 04:42:08 +0300 Subject: [PATCH 2/3] change file url --- src/pl.x64.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pl.x64.json b/src/pl.x64.json index 4374ec5eb..a65f28fc8 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -746,7 +746,7 @@ "npp-compatible-versions": "[8.8.8,]", "old-versions-compatibility": "[,1.1][8.8.8]", "id": "adc93d0b4ee926721e7309b6a969b0e87769af811697e47fb4fac8161777a107", - "repository": "https://drive.google.com/file/d/1sd9RBbMfQLvV2ZXJTviM4bC131xXyFDt/view?usp=sharing", + "repository": "https://github.com/bms-prog/NppVoicePlugin/releases/download/v1.1/NppVoicePlugin.1.1.x64.zip", "description": "Boost your productivity with voice input and AI integration! Dictate text, read selected text aloud, and send spoken or selected text directly to your local Ollama AI.\r\n- Voice typing with speech recognition\r\n- Text-to-speech for selected text\r\n- Send spoken or selected text to your local Ollama AI\r\n- Supports both English and Russian languages\r\n- Seamlessly integrated into Notepad++\r\n- See the Help section in the plugin menu for detailed setup and usage instructions.", "author": "HC Team, HCC", "homepage": "https://sites.google.com/view/nppvoiceplugin" From 4876084ea4eced58189d16d1e8a29d75999d8f5c Mon Sep 17 00:00:00 2001 From: chcg Date: Thu, 9 Jul 2026 01:02:51 +0200 Subject: [PATCH 3/3] Remove unneeded old-versions-compatibility entry for NppVoicePlugin --- src/pl.x64.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pl.x64.json b/src/pl.x64.json index a65f28fc8..8b9ad91ac 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -744,7 +744,6 @@ "display-name": "NppVoicePlugin", "version": "1.1", "npp-compatible-versions": "[8.8.8,]", - "old-versions-compatibility": "[,1.1][8.8.8]", "id": "adc93d0b4ee926721e7309b6a969b0e87769af811697e47fb4fac8161777a107", "repository": "https://github.com/bms-prog/NppVoicePlugin/releases/download/v1.1/NppVoicePlugin.1.1.x64.zip", "description": "Boost your productivity with voice input and AI integration! Dictate text, read selected text aloud, and send spoken or selected text directly to your local Ollama AI.\r\n- Voice typing with speech recognition\r\n- Text-to-speech for selected text\r\n- Send spoken or selected text to your local Ollama AI\r\n- Supports both English and Russian languages\r\n- Seamlessly integrated into Notepad++\r\n- See the Help section in the plugin menu for detailed setup and usage instructions.",