From b6fcde48886f39a05c63d55adf0482017557a861 Mon Sep 17 00:00:00 2001 From: Ruberoid Date: Wed, 12 Aug 2026 21:40:54 +0300 Subject: [PATCH 1/4] Update Emoji Description to version 0.4.17 (#1153) New in this release: the UTF-8 byte sequence can now be shown in decimal and in the backslash-escaped octal notation git uses for non-ASCII bytes, and a "Copy character details..." command opens a dialog with every field for the character at the caret, ready to copy to the clipboard. The description was refreshed accordingly: the status-bar fields were reorganized so that hexadecimal, decimal and octal all describe the same UTF-8 bytes rather than a mix of bytes and code point. Co-authored-by: ruberoid --- src/pl.arm64.json | 8 ++++---- src/pl.x64.json | 8 ++++---- src/pl.x86.json | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/pl.arm64.json b/src/pl.arm64.json index 665a97463..0968968c7 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -81,10 +81,10 @@ { "folder-name": "EmojiDescription", "display-name": "Emoji Description", - "version": "0.3.16", - "id": "293bcb62c8cbc389e8552a6eeae34dcd013402322c60da6094f107c767109d1f", - "repository": "https://github.com/Ruberoid/npp_emoji_description/releases/download/v0.3.16/EmojiDescription_arm64_v0.3.16.zip", - "description": "Displays detailed character encoding information in the status bar. Shows Unicode code point, decimal/hexadecimal values, HTML entity, and UTF-8 byte sequence for any character including emoji.", + "version": "0.4.17", + "id": "e9ad7776551c1d8e5b8a601de239b553516c054fcb6dc7acc4cf0d4a25ec1e4c", + "repository": "https://github.com/Ruberoid/npp_emoji_description/releases/download/v0.4.17/EmojiDescription_arm64_v0.4.17.zip", + "description": "Displays detailed character encoding information in the status bar: Unicode code point, character name, HTML entity, and the UTF-8 byte sequence in hexadecimal, decimal or git-style octal notation. A menu command opens a dialog with every field for the character at the caret, ready to copy to the clipboard. Works for any character including emoji.", "author": "Ruberoid", "homepage": "https://github.com/Ruberoid/npp_emoji_description" }, diff --git a/src/pl.x64.json b/src/pl.x64.json index 8e1f50064..ca045596e 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -461,10 +461,10 @@ { "folder-name": "EmojiDescription", "display-name": "Emoji Description", - "version": "0.3.16", - "id": "62102bba90ef9b9e58c832fe3c5a67e4dffce5e18389ddf931c4ae0471675ddc", - "repository": "https://github.com/Ruberoid/npp_emoji_description/releases/download/v0.3.16/EmojiDescription_x64_v0.3.16.zip", - "description": "Displays detailed character encoding information in the status bar. Shows Unicode code point, decimal/hexadecimal values, HTML entity, and UTF-8 byte sequence for any character including emoji.", + "version": "0.4.17", + "id": "ac24918ad416ec81d74ca4d8e12bd1e87a84c232509df92b633a0808918df28e", + "repository": "https://github.com/Ruberoid/npp_emoji_description/releases/download/v0.4.17/EmojiDescription_x64_v0.4.17.zip", + "description": "Displays detailed character encoding information in the status bar: Unicode code point, character name, HTML entity, and the UTF-8 byte sequence in hexadecimal, decimal or git-style octal notation. A menu command opens a dialog with every field for the character at the caret, ready to copy to the clipboard. Works for any character including emoji.", "author": "Ruberoid", "homepage": "https://github.com/Ruberoid/npp_emoji_description" }, diff --git a/src/pl.x86.json b/src/pl.x86.json index 1524352c6..b80d3c21b 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -437,10 +437,10 @@ { "folder-name": "EmojiDescription", "display-name": "Emoji Description", - "version": "0.3.16", - "id": "b84c19588bbed9ff04d26d0f998b7835c2ed4468942f9355ad4e205c523168b8", - "repository": "https://github.com/Ruberoid/npp_emoji_description/releases/download/v0.3.16/EmojiDescription_x86_v0.3.16.zip", - "description": "Displays detailed character encoding information in the status bar. Shows Unicode code point, decimal/hexadecimal values, HTML entity, and UTF-8 byte sequence for any character including emoji.", + "version": "0.4.17", + "id": "c5a379d5014174e083e21ab29ee0d865485c82eed4a12cc2f1d8ab943f9f048a", + "repository": "https://github.com/Ruberoid/npp_emoji_description/releases/download/v0.4.17/EmojiDescription_x86_v0.4.17.zip", + "description": "Displays detailed character encoding information in the status bar: Unicode code point, character name, HTML entity, and the UTF-8 byte sequence in hexadecimal, decimal or git-style octal notation. A menu command opens a dialog with every field for the character at the caret, ready to copy to the clipboard. Works for any character including emoji.", "author": "Ruberoid", "homepage": "https://github.com/Ruberoid/npp_emoji_description" }, From 9b7d9151e4c04f683493c9db97dbdd5a1d1f9d8c Mon Sep 17 00:00:00 2001 From: bms <12142979+bms-2015@users.noreply.github.com> Date: Wed, 12 Aug 2026 22:24:22 +0300 Subject: [PATCH 2/4] Adding NppVoicePlugin v 1.5 (#1130) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added NppVoicePlugin Added NppVoicePlugin * change file url * Remove unneeded old-versions-compatibility entry for NppVoicePlugin * v1.2 * Edited the help file * v1.3 - Added the ability to send a voice message to Ollama along with selected text as context. - Changed the status text after sending a text to Ollama - Fixed the way Ollama displays a response after a selected block of text. * incorrect attachment corrected * v1.4 Added the ability to use text files as context. * v1.5 Added msvcp140.dll, vcruntime140.dll, vcruntime140_1.dll (release VC++ 2015-2022 Redistributable) to the plugin package — fixes "The specified module could not be found" error when running without administrator rights and without the VC++ Redistributable installed on the system. --------- Co-authored-by: chcg --- src/pl.x64.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/pl.x64.json b/src/pl.x64.json index ca045596e..66d46800c 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -750,6 +750,18 @@ "npp-compatible-versions": "[7.3.3,]", "old-versions-compatibility": "[,4.10.0][8.4.1,]" }, + { + "folder-name": "NppVoicePlugin", + "display-name": "NppVoicePlugin", + "version": "1.5", + "npp-compatible-versions": "[8.8.8,]", + "old-versions-compatibility": "[,1.1][,8.8.8]", + "id": "05c1baf8fcaea81c6c9e820b27d6e6f24859b1d9d2bc08b5b3a4b63414a8dbb1", + "repository": "https://github.com/bms-prog/NppVoicePlugin/releases/download/v1.5/NppVoicePlugin.1.5.x64.zip", + "description": "Boost your productivity with voice input and AI integration! Completely local solution\r\n- 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 English and Russian interface languages ​​and 19 voice model 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 4165e012966e1ad0894e9628d3ef231ee668d5cc Mon Sep 17 00:00:00 2001 From: SaiyajinK <105972098+SaiyajinK@users.noreply.github.com> Date: Wed, 12 Aug 2026 21:48:46 +0200 Subject: [PATCH 3/4] Add Dual Scrollbars 1.0.0 to x64 plugin list (#1148) * Add Dual Scrollbars 1.0.0 * Update pl.x64.json * Fix Dual Scrollbars download URL --- src/pl.x64.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/pl.x64.json b/src/pl.x64.json index 66d46800c..50f427a8c 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -436,6 +436,16 @@ "author": "Sergey Semushin", "homepage": "https://github.com/Predelnik/DSpellCheck" }, + { + "folder-name": "DualScrollbars", + "display-name": "Dual Scrollbars", + "version": "1.0.0", + "id": "811b53ca903ef1ee2b483df663bd755c524b03ed8f2f78eadd8d845c3933c956", + "repository": "https://github.com/SaiyajinK/Dual-Scrollbars-for-Notepad-Plus-Plus/releases/download/1.0.0/Dual-Scrollbars-v1.0.0-x64.zip", + "description": "A simple Notepad++ plugin that adds a second vertical scrollbar with mirrored line numbers and markers.", + "author": "SaiyajinK", + "homepage": "https://github.com/SaiyajinK/Dual-Scrollbars-for-Notepad-Plus-Plus" + }, { "folder-name": "NppEditorConfig", "display-name": "EditorConfig", @@ -1975,4 +1985,4 @@ "homepage": "https://github.com/morbac/xmltools" } ] -} \ No newline at end of file +} From 054f6938c3282e663e71087b069d18a21562d791 Mon Sep 17 00:00:00 2001 From: Pascal-Krenckel <81245422+Pascal-Krenckel@users.noreply.github.com> Date: Wed, 12 Aug 2026 23:36:10 +0200 Subject: [PATCH 4/4] Bump CompressedFileViewer to v5.1.1 (#1155) * Bump CompressedFileViewer to v5.1.1 --- src/pl.x64.json | 8 ++++---- src/pl.x86.json | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/pl.x64.json b/src/pl.x64.json index 50f427a8c..ec70534c0 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -308,10 +308,10 @@ { "folder-name": "CompressedFileViewer", "display-name": "CompressedFileViewer", - "version": "5.1.0", - "id": "5dd420a36f6ea99812f59ae52eb03aa2ec7ce77c96582923f6bf88513832cde8", - "repository": "https://github.com/Pascal-Krenckel/CompressedFileViewer/releases/download/v5.1.0-ver/CompressedFileViewerX64.zip", - "description": "[Requires .Net 8] A Notepad++ plugin to open and save files in the gzip, bzip2, brotli, XZ or ZStd format.", + "version": "5.1.1", + "id": "dad24388ca918bd275cbe856a7d0f92e8ae68724335db3d8a0b27048decfc42e", + "repository": "https://github.com/Pascal-Krenckel/CompressedFileViewer/releases/download/v5.1.1/CompressedFileViewerx64.zip", + "description": "[Requires .NET 8] A Notepad++ plugin for opening and saving files in GZip, BZip2, Brotli, XZ, or ZStd format. Enable the desired algorithms in the plugin settings after installation.", "author": "Pascal Krenckel", "homepage": "https://github.com/Pascal-Krenckel/CompressedFileViewer" }, diff --git a/src/pl.x86.json b/src/pl.x86.json index b80d3c21b..77a034cdd 100644 --- a/src/pl.x86.json +++ b/src/pl.x86.json @@ -268,10 +268,10 @@ { "folder-name": "CompressedFileViewer", "display-name": "CompressedFileViewer", - "version": "5.1.0", - "id": "34dfa594259a81bdbba2d511ff58d05e6e81e06859f12d6defc725fac1bca32a", - "repository": "https://github.com/Pascal-Krenckel/CompressedFileViewer/releases/download/v5.1.0-ver/CompressedFileViewerX86.zip", - "description": "[Requires .Net 8] A Notepad++ plugin to open and save files in the gzip, bzip2, brotli, XZ or ZStd format.", + "version": "5.1.1", + "id": "3f349dc960607fa896f09b9aae58dd8da18c09493fb3cc1d8edf49a8d9b5b73b", + "repository": "https://github.com/Pascal-Krenckel/CompressedFileViewer/releases/download/v5.1.1/CompressedFileViewerx86.zip", + "description": "[Requires .NET 8] A Notepad++ plugin for opening and saving files in GZip, BZip2, Brotli, XZ, or ZStd format. Enable the desired algorithms in the plugin settings after installation.", "author": "Pascal Krenckel", "homepage": "https://github.com/Pascal-Krenckel/CompressedFileViewer" }, @@ -2084,4 +2084,4 @@ "homepage": "https://github.com/bruderstein/ZenCoding-Python" } ] -} \ No newline at end of file +}