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 .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install python modules
working-directory: .
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ attrs==25.3.0
certifi==2025.8.3
charset-normalizer==3.4.3
idna==3.10
jsonschema==4.25.0
jsonschema==4.25.1
pyrsistent==0.20.0
pywin32==311
requests==2.32.4
requests==2.32.5
urllib3==2.5.0
6 changes: 3 additions & 3 deletions src/pl.arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
{
"folder-name": "ComparePlus",
"display-name": "ComparePlus",
"version": "2.0.0",
"version": "2.1.0",
"npp-compatible-versions": "[8.4.7,]",
"old-versions-compatibility": "[,1.0.0][8.4.2,8.4.6]",
"id": "d8d25739adb49c46f2484b3cba959c4f42899b9aa819c3fc479ec520dc9ebfeb",
"repository": "https://github.com/pnedev/comparePlus/releases/download/cp_2.0.0/ComparePlus_cp_2.0.0_ARM64.zip",
"id": "52459792f66ceaaa1f6f7eaf96520710366bcdb359254098003bacf0af2f7923",
"repository": "https://github.com/pnedev/comparePlus/releases/download/cp_2.1.0/ComparePlus_cp_2.1.0_ARM64.zip",
"description": "Advanced compare tool based on the well-known Compare-plugin by Ty Landercasper and Jean-Sebastien Leroy.",
"author": "Pavel Nedev",
"homepage": "https://github.com/pnedev/comparePlus"
Expand Down
6 changes: 3 additions & 3 deletions src/pl.x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,11 @@
{
"folder-name": "ComparePlus",
"display-name": "ComparePlus",
"version": "2.0.0",
"version": "2.1.0",
"npp-compatible-versions": "[8.4.7,]",
"old-versions-compatibility": "[,1.0.0][8.4.2,8.4.6]",
"id": "9de34e757d56030a8358195df6ed0454bf1c3507a810ba5979606cfe99aed8a3",
"repository": "https://github.com/pnedev/comparePlus/releases/download/cp_2.0.0/ComparePlus_cp_2.0.0_x64.zip",
"id": "a588489dbc9e6b644efd9e3586df23db18d8b59e380ebf52a5be5c873ae2fc08",
"repository": "https://github.com/pnedev/comparePlus/releases/download/cp_2.1.0/ComparePlus_cp_2.1.0_x64.zip",
"description": "Advanced compare tool based on the well-known Compare-plugin by Ty Landercasper and Jean-Sebastien Leroy.",
"author": "Pavel Nedev",
"homepage": "https://github.com/pnedev/comparePlus"
Expand Down
6 changes: 3 additions & 3 deletions src/pl.x86.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@
{
"folder-name": "ComparePlus",
"display-name": "ComparePlus",
"version": "2.0.0",
"version": "2.1.0",
"npp-compatible-versions": "[8.4.7,]",
"old-versions-compatibility": "[,1.0.0][8.4.2,8.4.6]",
"id": "9eec644b7ff578fb03564542873a2dd29c008f7bda1f5f2c60b73b57fcf522f5",
"repository": "https://github.com/pnedev/comparePlus/releases/download/cp_2.0.0/ComparePlus_cp_2.0.0_Win32.zip",
"id": "61368ac9b8af481132c7cae1eba66fc7a73fc6259b7ff7ae84589ea63f8b178b",
"repository": "https://github.com/pnedev/comparePlus/releases/download/cp_2.1.0/ComparePlus_cp_2.1.0_Win32.zip",
"description": "Advanced compare tool based on the well-known Compare-plugin by Ty Landercasper and Jean-Sebastien Leroy.",
"author": "Pavel Nedev",
"homepage": "https://github.com/pnedev/comparePlus"
Expand Down
Loading