This commit is contained in:
Haishan 2020-09-08 23:19:39 +08:00
parent 702169941e
commit a8f0d3d4b4
2 changed files with 8 additions and 2 deletions

View file

@ -1,8 +1,14 @@
# Changelog
## [0.2.6](https://github.com/haishanh/yacd/compare/v0.2.5...v0.2.6) (2020-09-08)
Changed:
- use API base URL instead of hostname and port for Clash backend config
## [0.2.5](https://github.com/haishanh/yacd/compare/v0.2.4...v0.2.5) (2020-08-30)
Added
Added:
- docker image arm and arm64 support

View file

@ -1,6 +1,6 @@
{
"name": "yacd",
"version": "0.2.5",
"version": "0.2.6",
"description": "Yet another Clash dashboard",
"scripts": {
"lint": "eslint --fix --cache src",