From 52b64e2acb3a9e165894cf66030310cc6890fcd2 Mon Sep 17 00:00:00 2001 From: Haishan Date: Tue, 11 Feb 2020 19:21:13 +0800 Subject: [PATCH] Release v0.1.7 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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": {