v0.3.6
This commit is contained in:
parent
4a8d7d70cb
commit
6a745db0b9
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "yacd",
|
||||
"version": "0.3.5",
|
||||
"version": "0.3.6",
|
||||
"description": "Yet another Clash dashboard",
|
||||
"prettier": {
|
||||
"printWidth": 100,
|
||||
|
|
Loading…
Reference in a new issue