This commit is contained in:
Haishan 2020-09-13 17:18:34 +08:00
parent 15bc0f69a8
commit 41213fd214
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## [0.2.7](https://github.com/haishanh/yacd/compare/v0.2.6...v0.2.7) (2020-09-13)
Added:
- multi backends management (see "Switch backend" action the the bottom of Config page)
## [0.2.6](https://github.com/haishanh/yacd/compare/v0.2.5...v0.2.6) (2020-09-08)
Changed:

View file

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