diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d4a513..826b070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.1.7](https://github.com/haishanh/yacd/compare/v0.1.6...v0.1.7) (2020-02-11) + +Refactor: + +- proxies page UI improvement + +Fixes: + +- use destination ip as host if host is an empty string + ## [0.1.6](https://github.com/haishanh/yacd/compare/v0.1.5...v0.1.6) (2020-01-07) Features: diff --git a/package.json b/package.json index a911cf2..87047d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.1.6", + "version": "0.1.7", "description": "Yet another Clash dashboard", "main": "index.js", "scripts": {