From f8b01055d4cd5dfa614849186a722dc119b5fedb Mon Sep 17 00:00:00 2001 From: Yuriy Pisarev <2368404+pisarev@users.noreply.github.com> Date: Fri, 7 Aug 2026 16:22:41 +0300 Subject: [PATCH 1/7] Add GraphBuilder 1.0.7 (x64) --- src/pl.x64.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/pl.x64.json b/src/pl.x64.json index 7e8ab11a1..7f9d513ce 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -631,6 +631,16 @@ "author": "Shridhar Kumar", "homepage": "https://github.com/shriprem/Goto-Line-Col-NPP-Plugin" }, + { + "folder-name": "GraphBuilderLaz", + "display-name": "GraphBuilder", + "version": "1.0.7", + "id": "42b8f422c21717783a43d86f4c87fa511703c808e4012204419533d80771ff54", + "repository": "https://github.com/pisarev/graphbuilder-npp/releases/download/v1.0.7/GraphBuilder-npp-1.0.7-win64.zip", + "description": "[Requires the WebView2 runtime, which ships with Windows 11 and arrives with Edge on Windows 10]\r\nPlots the formula under your mouse. Press Alt+G for the docked panel, then point at a line: if it parses as a formula, the curve appears with its roots, intersections and extrema marked. A selection wins over the line, and what comes from the editor keeps one slot of its own, so pointing around does not fill the list. The report goes back the other way - to a new tab as Markdown with the curve embedded as SVG, or straight at the caret. Cartesian and polar systems, several curves at once. The panel is a web page and the computing is Object Pascal, so the same page runs as a browser demo with the engine compiled to WebAssembly.", + "author": "Yuriy Pisarev", + "homepage": "https://github.com/pisarev/graphbuilder-npp" + }, { "folder-name": "HexEditor", "display-name": "HEX-Editor", From 309b0305f7a92c41f9f0058c2751df445ef112e3 Mon Sep 17 00:00:00 2001 From: Yuriy Pisarev <2368404+pisarev@users.noreply.github.com> Date: Fri, 14 Aug 2026 15:08:20 +0300 Subject: [PATCH 2/7] Update GraphBuilder to 1.1.1 --- src/pl.x64.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pl.x64.json b/src/pl.x64.json index 7f9d513ce..fb575cfc5 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -634,9 +634,9 @@ { "folder-name": "GraphBuilderLaz", "display-name": "GraphBuilder", - "version": "1.0.7", - "id": "42b8f422c21717783a43d86f4c87fa511703c808e4012204419533d80771ff54", - "repository": "https://github.com/pisarev/graphbuilder-npp/releases/download/v1.0.7/GraphBuilder-npp-1.0.7-win64.zip", + "version": "1.1.1", + "id": "bfc3b459c95d0e318a57c2a95d10be7351b2504fb14193ae0a286590810e897f", + "repository": "https://github.com/pisarev/graphbuilder-npp/releases/download/v1.1.1/GraphBuilder-npp-1.1.1-win64.zip", "description": "[Requires the WebView2 runtime, which ships with Windows 11 and arrives with Edge on Windows 10]\r\nPlots the formula under your mouse. Press Alt+G for the docked panel, then point at a line: if it parses as a formula, the curve appears with its roots, intersections and extrema marked. A selection wins over the line, and what comes from the editor keeps one slot of its own, so pointing around does not fill the list. The report goes back the other way - to a new tab as Markdown with the curve embedded as SVG, or straight at the caret. Cartesian and polar systems, several curves at once. The panel is a web page and the computing is Object Pascal, so the same page runs as a browser demo with the engine compiled to WebAssembly.", "author": "Yuriy Pisarev", "homepage": "https://github.com/pisarev/graphbuilder-npp" From 7715abe6a9f3da79b155a6bb69671a780dd111b7 Mon Sep 17 00:00:00 2001 From: pisarev Date: Sun, 16 Aug 2026 16:25:12 +0300 Subject: [PATCH 3/7] Update GraphBuilder to 1.2.0 --- src/pl.x64.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pl.x64.json b/src/pl.x64.json index fb575cfc5..c0e0bce82 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -634,9 +634,9 @@ { "folder-name": "GraphBuilderLaz", "display-name": "GraphBuilder", - "version": "1.1.1", - "id": "bfc3b459c95d0e318a57c2a95d10be7351b2504fb14193ae0a286590810e897f", - "repository": "https://github.com/pisarev/graphbuilder-npp/releases/download/v1.1.1/GraphBuilder-npp-1.1.1-win64.zip", + "version": "1.2.0", + "id": "87212290109277112a5b047c152d6985ff93c8186f759b55c0deb04ace0fd327", + "repository": "https://github.com/pisarev/graphbuilder-npp/releases/download/v1.2.0/GraphBuilder-npp-1.2.0-win64.zip", "description": "[Requires the WebView2 runtime, which ships with Windows 11 and arrives with Edge on Windows 10]\r\nPlots the formula under your mouse. Press Alt+G for the docked panel, then point at a line: if it parses as a formula, the curve appears with its roots, intersections and extrema marked. A selection wins over the line, and what comes from the editor keeps one slot of its own, so pointing around does not fill the list. The report goes back the other way - to a new tab as Markdown with the curve embedded as SVG, or straight at the caret. Cartesian and polar systems, several curves at once. The panel is a web page and the computing is Object Pascal, so the same page runs as a browser demo with the engine compiled to WebAssembly.", "author": "Yuriy Pisarev", "homepage": "https://github.com/pisarev/graphbuilder-npp" From 2bf13bf0f66bb3e5c7d8190c78462b53a7fc1bcb Mon Sep 17 00:00:00 2001 From: pisarev Date: Sun, 16 Aug 2026 19:00:42 +0300 Subject: [PATCH 4/7] Update GraphBuilder to 1.2.1 --- src/pl.x64.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pl.x64.json b/src/pl.x64.json index c0e0bce82..26d16c3d9 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -634,9 +634,9 @@ { "folder-name": "GraphBuilderLaz", "display-name": "GraphBuilder", - "version": "1.2.0", - "id": "87212290109277112a5b047c152d6985ff93c8186f759b55c0deb04ace0fd327", - "repository": "https://github.com/pisarev/graphbuilder-npp/releases/download/v1.2.0/GraphBuilder-npp-1.2.0-win64.zip", + "version": "1.2.1", + "id": "377a4f79dd0c213cba7628944b8315bb31741f96a0eb853d85b3e18cb267e29c", + "repository": "https://github.com/pisarev/graphbuilder-npp/releases/download/v1.2.1/GraphBuilder-npp-1.2.1-win64.zip", "description": "[Requires the WebView2 runtime, which ships with Windows 11 and arrives with Edge on Windows 10]\r\nPlots the formula under your mouse. Press Alt+G for the docked panel, then point at a line: if it parses as a formula, the curve appears with its roots, intersections and extrema marked. A selection wins over the line, and what comes from the editor keeps one slot of its own, so pointing around does not fill the list. The report goes back the other way - to a new tab as Markdown with the curve embedded as SVG, or straight at the caret. Cartesian and polar systems, several curves at once. The panel is a web page and the computing is Object Pascal, so the same page runs as a browser demo with the engine compiled to WebAssembly.", "author": "Yuriy Pisarev", "homepage": "https://github.com/pisarev/graphbuilder-npp" From 4a3638ce3235fe02c1741092e264991a6c1bcb8e Mon Sep 17 00:00:00 2001 From: Yuriy Pisarev Date: Tue, 18 Aug 2026 04:21:28 +0300 Subject: [PATCH 5/7] Update GraphBuilder to 1.3.0 --- src/pl.x64.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pl.x64.json b/src/pl.x64.json index 26d16c3d9..907dced87 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -633,11 +633,11 @@ }, { "folder-name": "GraphBuilderLaz", - "display-name": "GraphBuilder", - "version": "1.2.1", - "id": "377a4f79dd0c213cba7628944b8315bb31741f96a0eb853d85b3e18cb267e29c", - "repository": "https://github.com/pisarev/graphbuilder-npp/releases/download/v1.2.1/GraphBuilder-npp-1.2.1-win64.zip", - "description": "[Requires the WebView2 runtime, which ships with Windows 11 and arrives with Edge on Windows 10]\r\nPlots the formula under your mouse. Press Alt+G for the docked panel, then point at a line: if it parses as a formula, the curve appears with its roots, intersections and extrema marked. A selection wins over the line, and what comes from the editor keeps one slot of its own, so pointing around does not fill the list. The report goes back the other way - to a new tab as Markdown with the curve embedded as SVG, or straight at the caret. Cartesian and polar systems, several curves at once. The panel is a web page and the computing is Object Pascal, so the same page runs as a browser demo with the engine compiled to WebAssembly.", + "display-name": "Graph Builder", + "version": "1.3.0", + "id": "19f2d1651d5dcbf52417a61e9219dee65ae2b07ea7337736487878b110a3a291", + "repository": "https://github.com/pisarev/graphbuilder-npp/releases/download/v1.3.0/GraphBuilder-npp-1.3.0-win64.zip", + "description": "A docked panel that plots the formula under your mouse: roots, intersections, extrema, a report, and a formula fitted to pasted data.", "author": "Yuriy Pisarev", "homepage": "https://github.com/pisarev/graphbuilder-npp" }, From 9b0341f126d2161ee5eb531c6b13ce0adb617739 Mon Sep 17 00:00:00 2001 From: Yuriy Pisarev Date: Tue, 18 Aug 2026 04:26:28 +0300 Subject: [PATCH 6/7] Note the WebView2 runtime requirement in the description --- 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 907dced87..3849baca8 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -637,7 +637,7 @@ "version": "1.3.0", "id": "19f2d1651d5dcbf52417a61e9219dee65ae2b07ea7337736487878b110a3a291", "repository": "https://github.com/pisarev/graphbuilder-npp/releases/download/v1.3.0/GraphBuilder-npp-1.3.0-win64.zip", - "description": "A docked panel that plots the formula under your mouse: roots, intersections, extrema, a report, and a formula fitted to pasted data.", + "description": "[Requires the WebView2 runtime, which ships with Windows 11 and arrives with Edge on Windows 10]\r\nA docked panel that plots the formula under your mouse: roots, intersections, extrema, a report, and a formula fitted to pasted data.", "author": "Yuriy Pisarev", "homepage": "https://github.com/pisarev/graphbuilder-npp" }, From 78cf15b6a25d57102a237b9bbec0818ef5624845 Mon Sep 17 00:00:00 2001 From: Yuriy Pisarev Date: Thu, 20 Aug 2026 01:38:49 +0300 Subject: [PATCH 7/7] Update GraphBuilder to 1.3.2 --- src/pl.x64.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pl.x64.json b/src/pl.x64.json index 3849baca8..62f36c892 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -634,9 +634,9 @@ { "folder-name": "GraphBuilderLaz", "display-name": "Graph Builder", - "version": "1.3.0", - "id": "19f2d1651d5dcbf52417a61e9219dee65ae2b07ea7337736487878b110a3a291", - "repository": "https://github.com/pisarev/graphbuilder-npp/releases/download/v1.3.0/GraphBuilder-npp-1.3.0-win64.zip", + "version": "1.3.2", + "id": "10d8323e5d3f773734dd43df0265e582d1f36e794c8bae4a90db4b98662a721f", + "repository": "https://github.com/pisarev/graphbuilder-npp/releases/download/v1.3.2/GraphBuilder-npp-1.3.2-win64.zip", "description": "[Requires the WebView2 runtime, which ships with Windows 11 and arrives with Edge on Windows 10]\r\nA docked panel that plots the formula under your mouse: roots, intersections, extrema, a report, and a formula fitted to pasted data.", "author": "Yuriy Pisarev", "homepage": "https://github.com/pisarev/graphbuilder-npp"