This commit is contained in:
Haishan 2020-11-01 17:46:44 +08:00
parent ff1a39d04e
commit d2ad31182a
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
# Changelog
## [0.2.9](https://github.com/haishanh/yacd/compare/v0.2.8...v0.2.9) (2020-11-01)
Added:
- Display current backend host in title.
Changed:
- Change backend baseURL default port to 9090.
## [0.2.8](https://github.com/haishanh/yacd/compare/v0.2.7...v0.2.8) (2020-10-12)
Added:

View file

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