Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ jsonschema==4.25.1
pyrsistent==0.20.0
pywin32==311
requests==2.32.5
urllib3==2.5.0
urllib3==2.6.0
8 changes: 4 additions & 4 deletions src/pl.x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -1240,11 +1240,11 @@
{
"folder-name": "PreviewHTML",
"display-name": "Preview HTML",
"version": "1.3.3.3",
"version": "1.4.2.1",
"old-versions-compatibility": "[,1.3.3.1][,8.3.3]",
"id": "77dec1c1658891b1cbe70298216b3d4ad0f92f9dec6eeafdd16fc07b563812bd",
"repository": "https://github.com/rdipardo/npp_preview/releases/download/v1.3.3.3/PreviewHTML_v1.3.3.3_x64.zip",
"description": "Preview HTML files inside Notepad++ (or in a floating window) without having to save them first.",
"id": "0d151f3be0300240fa1da060971245dfdc9ad75f13ce98481e572c635371cab8",
"repository": "https://github.com/rdipardo/npp_preview/releases/download/v1.4.2.1/PreviewHTML_v1.4.2.1_x64.zip",
"description": "Preview HTML files inside a WebView2 embedded browser, or preview Markdown, AsciiDoc, etc., rendered as HTML by an external program.",
"author": "Martijn Coppoolse",
"homepage": "https://github.com/rdipardo/npp_preview"
},
Expand Down
8 changes: 4 additions & 4 deletions src/pl.x86.json
Original file line number Diff line number Diff line change
Expand Up @@ -1331,11 +1331,11 @@
{
"folder-name": "PreviewHTML",
"display-name": "Preview HTML",
"version": "1.3.3.3",
"version": "1.4.2.1",
"old-versions-compatibility": "[,1.3.3.1][,8.3.3]",
"id": "23866d85f06d1c9a7dfc4d40be6ff0a6b56ac0fb88538647d3b9e1cdf6646a9c",
"repository": "https://github.com/rdipardo/npp_preview/releases/download/v1.3.3.3/PreviewHTML_v1.3.3.3_win32.zip",
"description": "Preview HTML files inside Notepad++ (or in a floating window) without having to save them first.",
"id": "e47e2ac11308d3ffdd05b956c49baa4d280d65597474b2b0a0579c40ac7563ce",
"repository": "https://github.com/rdipardo/npp_preview/releases/download/v1.4.2.1/PreviewHTML_v1.4.2.1_win32.zip",
"description": "Preview HTML files inside a WebView2 embedded browser, or preview Markdown, AsciiDoc, etc., rendered as HTML by an external program.",
"author": "Martijn Coppoolse",
"homepage": "https://github.com/rdipardo/npp_preview"
},
Expand Down
Loading