This commit is contained in:
Haishan 2022-07-23 20:20:10 +08:00
parent 4a8d7d70cb
commit 6a745db0b9
2 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,17 @@
# Changelog
## [0.3.6](https://github.com/haishanh/yacd/compare/v0.3.5...v0.3.6) (2022-07-23)
Changed:
- Make proxy item card same width
- Always show update and health check buttons for providers
Fixed:
- Encode latency test url
- Encode proxy or group name when they are parts of API url
## [0.3.5](https://github.com/haishanh/yacd/compare/v0.3.4...v0.3.5) (2022-05-14)
Added:

View file

@ -1,6 +1,6 @@
{
"name": "yacd",
"version": "0.3.5",
"version": "0.3.6",
"description": "Yet another Clash dashboard",
"prettier": {
"printWidth": 100,