Compare commits

..

3 Commits

Author SHA1 Message Date
xiaojunnuo c5105c29b0 build: release 2025-11-13 01:31:28 +08:00
xiaojunnuo 730f614024 build: publish 2025-11-13 01:17:09 +08:00
xiaojunnuo 2e4eb17a48 build: trigger build image 2025-11-13 01:16:45 +08:00
15 changed files with 35 additions and 22 deletions
+12
View File
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.37.7](https://github.com/certd/certd/compare/v1.37.6...v1.37.7) (2025-11-12)
### Bug Fixes
* 修复点击立即触发运行报错的bug ([e1eef01](https://github.com/certd/certd/commit/e1eef013a856d26fe80a05d9ec6e505e2e31e5f9))
* 账号绑定页面某些情况下打不开的bug ([44973eb](https://github.com/certd/certd/commit/44973ebd00e89c0fee8f3b91174157757ce0160f))
### Performance Improvements
* 支持使用letencrypt测试环境申请ip证书 ([86ce00a](https://github.com/certd/certd/commit/86ce00adf92ff98fead87a3eaaa6631036708f47))
* 支持腾讯云teo dns解析 ([1d23dd2](https://github.com/certd/certd/commit/1d23dd2426bd1e4c4dfea0a9e561d665e045ba9d))
## [1.37.6](https://github.com/certd/certd/compare/v1.37.5...v1.37.6) (2025-11-10)
### Bug Fixes
+10 -9
View File
@@ -9,15 +9,16 @@
| 5.| **新网** | 新网域名解析 |
| 6.| **新网(代理方式)** | 新网域名解析(代理方式) |
| 7.| **腾讯云** | 腾讯云域名DNS解析提供者 |
| 8.| **华为云** | 华为云DNS解析提供 |
| 9.| **西部数码** | west dns provider |
| 10.| **dns.la** | dns.la |
| 11.| **雨云** | 雨云DNS解析提供商 |
| 12.| **cloudflare** | cloudflare dns provider |
| 13.| **namesilo** | namesilo dns provider |
| 14.| **godaddy** | GoDaddy |
| 15.| **51dns** | 51DNS |
| 16.| **新网互联** | 新网互联 |
| 8.| **腾讯云EO DNS** | 腾讯云EO DNS解析提供 |
| 9.| **华为云** | 华为云DNS解析提供商 |
| 10.| **西部数码** | west dns provider |
| 11.| **dns.la** | dns.la |
| 12.| **雨云** | 雨云DNS解析提供商 |
| 13.| **cloudflare** | cloudflare dns provider |
| 14.| **namesilo** | namesilo dns provider |
| 15.| **godaddy** | GoDaddy |
| 16.| **51dns** | 51DNS |
| 17.| **新网互联** | 新网互联 |
<style module>
table th:first-of-type {
+1 -1
View File
@@ -70,5 +70,5 @@
"bugs": {
"url": "https://github.com/publishlab/node-acme-client/issues"
},
"gitHead": "9fcdeca6920fc7d465e2443dab4f246d279f108b"
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
}
+1 -1
View File
@@ -46,5 +46,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "9fcdeca6920fc7d465e2443dab4f246d279f108b"
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
}
+1 -1
View File
@@ -45,5 +45,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "9fcdeca6920fc7d465e2443dab4f246d279f108b"
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
}
+1 -1
View File
@@ -24,5 +24,5 @@
"prettier": "^2.8.8",
"tslib": "^2.8.1"
},
"gitHead": "9fcdeca6920fc7d465e2443dab4f246d279f108b"
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
}
+1 -1
View File
@@ -31,5 +31,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "9fcdeca6920fc7d465e2443dab4f246d279f108b"
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
}
+1 -1
View File
@@ -61,5 +61,5 @@
"fetch"
]
},
"gitHead": "9fcdeca6920fc7d465e2443dab4f246d279f108b"
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
}
+1 -1
View File
@@ -32,5 +32,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "9fcdeca6920fc7d465e2443dab4f246d279f108b"
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
}
+1 -1
View File
@@ -64,5 +64,5 @@
"typeorm": "^0.3.11",
"typescript": "^5.4.2"
},
"gitHead": "9fcdeca6920fc7d465e2443dab4f246d279f108b"
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
}
+1 -1
View File
@@ -46,5 +46,5 @@
"typeorm": "^0.3.11",
"typescript": "^5.4.2"
},
"gitHead": "9fcdeca6920fc7d465e2443dab4f246d279f108b"
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
}
+1 -1
View File
@@ -43,5 +43,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "9fcdeca6920fc7d465e2443dab4f246d279f108b"
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
}
+1 -1
View File
@@ -53,5 +53,5 @@
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "9fcdeca6920fc7d465e2443dab4f246d279f108b"
"gitHead": "55d2a1f09b617bc73bd81a65796446c4602ed1b2"
}
+1 -1
View File
@@ -1 +1 @@
00:49
01:16
+1 -1
View File
@@ -1 +1 @@
01:16
01:31