Skip to content

Commit 21f864d

Browse files
authored
Add NppAIAssistant x64 plugin entry and npp-compatible-versions for NppQrCode/PreviewHTML (notepad-plus-plus#1051)
Co-authored-by: pingqLIN <pingqLIN@users.noreply.github.com>
1 parent 18bea63 commit 21f864d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/pl.x64.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@
5757
"homepage": "https://github.com/ezyuzin/NppAnotherMarkdown",
5858
"npp-compatible-versions": "[8.5,]"
5959
},
60+
{
61+
"folder-name": "NppAIAssistant",
62+
"display-name": "NppAIAssistant",
63+
"version": "0.1.0.0",
64+
"id": "2C94E42609E9A49F9B9840D617CD345635E6E9F7FCF4F5975884C355554F955E",
65+
"repository": "https://github.com/pingqLIN/NppAIAssistant/releases/download/v0.1.0/NppAIAssistant-0.1.0.0-x64.zip",
66+
"description": "Lightweight AI assistant plugin for Notepad++ with visible prompts and single-turn behavior.",
67+
"author": "pingqLIN",
68+
"homepage": "https://github.com/pingqLIN/NppAIAssistant"
69+
},
6070
{
6171
"folder-name": "nppAutoDetectIndent",
6272
"display-name": "Auto Detect Indention",
@@ -1133,6 +1143,7 @@
11331143
"folder-name": "NppQrCode64",
11341144
"display-name": "NppQrCode",
11351145
"version": "0.0.0.3",
1146+
"npp-compatible-versions": "[8.4,]",
11361147
"old-versions-compatibility": "[,0.0.0.1][,8.3.3]",
11371148
"id": "3c14ee06e1aadd2456a04aa0674a8d55cb68f52a2f1839d77df2bc609f9e59c0",
11381149
"repository": "https://github.com/rdipardo/nppQrCode/releases/download/v0.0.0.3/NppQrCode-v0.0.0.3-x64.zip",
@@ -1292,6 +1303,7 @@
12921303
"folder-name": "PreviewHTML",
12931304
"display-name": "Preview HTML",
12941305
"version": "1.4.3.0",
1306+
"npp-compatible-versions": "[8.4,]",
12951307
"old-versions-compatibility": "[,1.3.3.1][,8.3.3]",
12961308
"id": "495d6d82b35c467fab857953322c395771d5d13dfdc78f378c1a48b7da5e6e66",
12971309
"repository": "https://github.com/rdipardo/npp_preview/releases/download/v1.4.3.0/PreviewHTML_v1.4.3.0_x64.zip",

src/pl.x86.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,6 +1237,7 @@
12371237
"folder-name": "NppQrCode32",
12381238
"display-name": "NppQrCode",
12391239
"version": "0.0.0.3",
1240+
"npp-compatible-versions": "[8.4,]",
12401241
"old-versions-compatibility": "[,0.0.0.1][,8.3.3]",
12411242
"id": "54557a2361351f58b9822bbf927b19086338d9885431348839005f550b05d216",
12421243
"repository": "https://github.com/rdipardo/nppQrCode/releases/download/v0.0.0.3/NppQrCode-v0.0.0.3-win32.zip",
@@ -1394,6 +1395,7 @@
13941395
"folder-name": "PreviewHTML",
13951396
"display-name": "Preview HTML",
13961397
"version": "1.4.3.0",
1398+
"npp-compatible-versions": "[8.4,]",
13971399
"old-versions-compatibility": "[,1.3.3.1][,8.3.3]",
13981400
"id": "f6bfa9344c28020727f5f3be136d6f7688ae3ab4e59ce60803dbb1d180dd8451",
13991401
"repository": "https://github.com/rdipardo/npp_preview/releases/download/v1.4.3.0/PreviewHTML_v1.4.3.0_win32.zip",

0 commit comments

Comments
 (0)