mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
v1.36.4
This commit is contained in:
@@ -3,6 +3,16 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.36.4](https://github.com/certd/certd/compare/v1.36.3...v1.36.4) (2025-07-10)
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 站点证书即将过期通知标题颜色优化为红色 ([80c5331](https://github.com/certd/certd/commit/80c5331a5d4c320323d9b9b800e4ea3b72577b33))
|
||||
* 支持部署到阿里云vod ([98da4e1](https://github.com/certd/certd/commit/98da4e1791ed8bb21daf2a9914fda875d14633c9))
|
||||
* 支持部署证书到网宿CDN ([c3da026](https://github.com/certd/certd/commit/c3da026b33106f5195959825a68cadbe49efef00))
|
||||
* 重置管理员密码同时可以清除管理员的2FA设置 ([1ece091](https://github.com/certd/certd/commit/1ece0915f172d5f8b8adb866434e7efcc5c8c46d))
|
||||
* output-selector from参数支持更丰富的过滤规则 ([87853a2](https://github.com/certd/certd/commit/87853a201535f3bfe8505c40f8f5229d82ffcc73))
|
||||
|
||||
## [1.36.3](https://github.com/certd/certd/compare/v1.36.2...v1.36.3) (2025-07-07)
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.36.3",
|
||||
"version": "1.36.4",
|
||||
"description": "fast-server base midway",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -42,20 +42,20 @@
|
||||
"@aws-sdk/client-cloudfront": "^3.699.0",
|
||||
"@aws-sdk/client-iam": "^3.699.0",
|
||||
"@aws-sdk/client-s3": "^3.705.0",
|
||||
"@certd/acme-client": "^1.36.3",
|
||||
"@certd/basic": "^1.36.3",
|
||||
"@certd/commercial-core": "^1.36.3",
|
||||
"@certd/acme-client": "^1.36.4",
|
||||
"@certd/basic": "^1.36.4",
|
||||
"@certd/commercial-core": "^1.36.4",
|
||||
"@certd/cv4pve-api-javascript": "^8.4.1",
|
||||
"@certd/jdcloud": "^1.36.3",
|
||||
"@certd/lib-huawei": "^1.36.3",
|
||||
"@certd/lib-k8s": "^1.36.3",
|
||||
"@certd/lib-server": "^1.36.3",
|
||||
"@certd/midway-flyway-js": "^1.36.3",
|
||||
"@certd/pipeline": "^1.36.3",
|
||||
"@certd/plugin-cert": "^1.36.3",
|
||||
"@certd/plugin-lib": "^1.36.3",
|
||||
"@certd/plugin-plus": "^1.36.3",
|
||||
"@certd/plus-core": "^1.36.3",
|
||||
"@certd/jdcloud": "^1.36.4",
|
||||
"@certd/lib-huawei": "^1.36.4",
|
||||
"@certd/lib-k8s": "^1.36.4",
|
||||
"@certd/lib-server": "^1.36.4",
|
||||
"@certd/midway-flyway-js": "^1.36.4",
|
||||
"@certd/pipeline": "^1.36.4",
|
||||
"@certd/plugin-cert": "^1.36.4",
|
||||
"@certd/plugin-lib": "^1.36.4",
|
||||
"@certd/plugin-plus": "^1.36.4",
|
||||
"@certd/plus-core": "^1.36.4",
|
||||
"@huaweicloud/huaweicloud-sdk-cdn": "^3.1.120",
|
||||
"@huaweicloud/huaweicloud-sdk-core": "^3.1.120",
|
||||
"@koa/cors": "^5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user