Release v0.1.8
This commit is contained in:
parent
2ff62bb0b9
commit
400ba83d3b
2 changed files with 8 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "yacd",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"description": "Yet another Clash dashboard",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue