Release v0.0.6

This commit is contained in:
Haishan 2019-11-17 17:35:59 +08:00
parent c28ff93b67
commit 825b59f571
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
# Changelog # 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) ## [0.0.5](https://github.com/haishanh/yacd/compare/v0.0.4...v0.0.5) (2019-11-09)
Features: Features:

View file

@ -1,6 +1,6 @@
{ {
"name": "yacd", "name": "yacd",
"version": "0.0.5", "version": "0.0.6",
"description": "Yet another Clash dashboard", "description": "Yet another Clash dashboard",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {