Release v2.0.0
CI / Windows baseline (push) Canceled after 0s

This commit is contained in:
2026-09-10 20:59:52 +03:00
parent 9c987df6e9
commit efda8eb98f
142 changed files with 68308 additions and 9333 deletions
@@ -0,0 +1,24 @@
[
{
"id": "proxyfier",
"name": "ProxiFyre",
"state": "installed",
"installed": true,
"running": false,
"version": null,
"path": "C:\\Tools\\ProxiFyre\\ProxiFyre.exe",
"problems": [],
"actions": []
},
{
"id": "singbox",
"name": "Local sing-box",
"state": "missing",
"installed": false,
"running": false,
"version": null,
"path": null,
"problems": [],
"actions": []
}
]
@@ -0,0 +1,9 @@
{
"subscription_url": "https://subscription.example.test/redacted",
"selected_server_tag": "fixture-server",
"listen_host": "127.0.0.1",
"listen_port": 1080,
"service_name": "ProxyWardenSingBox",
"install_root": "C:\\Program Files\\ProxyWarden\\sing-box",
"updated_at": null
}
@@ -0,0 +1,29 @@
[
{
"id": "fixture-profile",
"name": "Fixture profile",
"enabled": true,
"target_id": "fixture-target",
"protocols": [
"TCP",
"UDP"
],
"items": [
{
"type": "process",
"value": "FixtureProcess",
"recursive": false
},
{
"type": "exe",
"value": "C:\\Fixture\\Apps\\fixture.exe",
"recursive": false
},
{
"type": "folder",
"value": "C:\\Fixture\\Games",
"recursive": true
}
]
}
]
@@ -0,0 +1,11 @@
[
{
"id": "fixture-target",
"name": "Fixture target",
"kind": "external",
"protocol": "socks5",
"host": "proxy.example.test",
"port": 1080,
"requires_component": null
}
]