diff options
| -rw-r--r-- | CHANGELOG.md | 7 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 826b070..c2b0659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.8](https://github.com/haishanh/yacd/compare/v0.1.7...v0.1.8) (2020-03-01) + +Features: + +- support overwrite API hostname in querystring with `?hostname=` +- show current download/upload speed of connections + ## [0.1.7](https://github.com/haishanh/yacd/compare/v0.1.6...v0.1.7) (2020-02-11) Refactor: diff --git a/package.json b/package.json index 87047d9..f05184a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.1.7", + "version": "0.1.8", "description": "Yet another Clash dashboard", "main": "index.js", "scripts": { |
