From 825b59f571222c5fbdad10e81dee6f28791660aa Mon Sep 17 00:00:00 2001 From: Haishan Date: Sun, 17 Nov 2019 17:35:59 +0800 Subject: [PATCH] Release v0.0.6 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d6dacb..14e546c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.6](https://github.com/haishanh/yacd/compare/v0.0.5...v0.0.6) (2019-11-17) + +Improvements: + +- improve UI for small screens +- connections: update connections table sorting indicator icon +- connections: add place holder when there is no connections data + ## [0.0.5](https://github.com/haishanh/yacd/compare/v0.0.4...v0.0.5) (2019-11-09) Features: diff --git a/package.json b/package.json index 3a02647..c592a4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.0.5", + "version": "0.0.6", "description": "Yet another Clash dashboard", "main": "index.js", "scripts": {