This commit is contained in:
Haishan 2020-11-09 21:07:00 +08:00
parent c179977524
commit 21dce7ec42
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## [0.2.11](https://github.com/haishanh/yacd/compare/v0.2.10...v0.2.11) (2020-11-09)
Changed:
- Display proxy type "Shadowsocks" as "SS" to make proxy item tile more compact
## [0.2.10](https://github.com/haishanh/yacd/compare/v0.2.9...v0.2.10) (2020-11-06)
Added:

View file

@ -1,6 +1,6 @@
{
"name": "yacd",
"version": "0.2.10",
"version": "0.2.11",
"description": "Yet another Clash dashboard",
"scripts": {
"lint": "eslint --fix --cache src",