mirror of
https://github.com/kmvan/x-prober.git
synced 2026-08-12 22:31:40 +08:00
update to 10.0.0
This commit is contained in:
+1
-13
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"APP_VERSION": "9.1.0",
|
||||
"APP_VERSION": "10.0.0",
|
||||
"APP_NAME": "X Prober",
|
||||
"APP_URL": "https://github.com/kmvan/x-prober",
|
||||
"AUTHOR_URL": "https://inn-studio.com/prober",
|
||||
@@ -24,18 +24,6 @@
|
||||
"LATEST_PHP_STABLE_VERSION": "8",
|
||||
"LATEST_NGINX_STABLE_VERSION": "1.22.0",
|
||||
"BENCHMARKS": [
|
||||
{
|
||||
"name": "Olink / E5-2680 v4 / PHP83 JIT",
|
||||
"url": "https://www.olink.cloud/clients/aff.php?aff=120",
|
||||
"date": "2024-05-29",
|
||||
"proberUrl": "https://x-prober-server-benchmark-olink-sj.inn-studio.com",
|
||||
"binUrl": "",
|
||||
"detail": {
|
||||
"cpu": 268212,
|
||||
"read": 18495,
|
||||
"write": 6164
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "RamNode / PHP82 JIT",
|
||||
"url": "https://clientarea.ramnode.com/aff.php?aff=4143",
|
||||
|
||||
+35
-1
@@ -2,6 +2,39 @@
|
||||
|
||||
All Notable changes to `X-Prober` will be documented in this file
|
||||
|
||||
## 10.0.0 - 2026-07-13
|
||||
|
||||
### Breaking changes
|
||||
|
||||
- Use toml instead of json for `xconfig.toml` config file
|
||||
- Re-design UI and color
|
||||
|
||||
### Add
|
||||
|
||||
- Add LiangYe(dark) and XiGuang(light) color scheme
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix str_ function error in PHP5
|
||||
- Fix deprecated in filter_input function
|
||||
- Fix COUNTINE keyword error in PHP5
|
||||
|
||||
### Optimize
|
||||
|
||||
- Use Zustand instead of MobX
|
||||
- Update package
|
||||
- Performance and UI
|
||||
|
||||
## 9.1.1 - 2025-12-21
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix mb_ function error in PHP7/PHP5
|
||||
|
||||
### Optimize
|
||||
|
||||
- Optimize interval data
|
||||
|
||||
## 9.1.0 - 2025-09-05
|
||||
|
||||
### Add
|
||||
@@ -348,7 +381,8 @@ All Notable changes to `X-Prober` will be documented in this file
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix `mysqli_get_client_version()` should have no args in PHP 8 (Jack Cherng #104)
|
||||
- Fix `mysqli_get_client_version()` should have no args in PHP 8 (Jack Cherng
|
||||
#104)
|
||||
|
||||
## 6.2.0 - 2020-09-18
|
||||
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"APP_VERSION": "10.0.0.beta.1",
|
||||
"APP_VERSION": "10.0.0",
|
||||
"APP_NAME": "X Prober",
|
||||
"APP_URL": "https://github.com/kmvan/x-prober",
|
||||
"AUTHOR_URL": "https://inn-studio.com/prober",
|
||||
|
||||
Vendored
+8
-8
File diff suppressed because one or more lines are too long
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
nodes = [
|
||||
["node-1", "http://localhost/prober/dist/prober.php"],
|
||||
["node-3", "http://localhost/prober/dist/prober.php"],
|
||||
]
|
||||
@@ -22,7 +22,6 @@
|
||||
"lucide-react": "^1.24.0",
|
||||
"react": "^19.2.7",
|
||||
"react-dom": "^19.2.7",
|
||||
"zod": "^4.4.3",
|
||||
"zustand": "^5.0.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
+4
-4
@@ -44,7 +44,7 @@
|
||||
#
|
||||
# 格式 | Format: ["显示名称", "节点地址"] | ["display-name", "node-url"]
|
||||
#
|
||||
# nodes = [
|
||||
# ["node-1", "http://localhost:5173"],
|
||||
# ["node-3", "http://localhost:5173"]
|
||||
# ]
|
||||
nodes = [
|
||||
["node-1", "http://localhost:5174"],
|
||||
["node-3", "http://localhost:5174"],
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user