This commit is contained in:
Haishan 2020-06-07 18:45:13 +08:00
parent 361effbd98
commit 2ef281c7cd
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,19 @@
# Changelog
## [0.1.19](https://github.com/haishanh/yacd/compare/v0.1.18...v0.1.19) (2020-06-07)
Added:
- modal prompt to close previous connections when switch proxy
Fixed:
- mode not display correctly due to clash API change
Changed:
- switch primary font family from "Merriweather Sans" to "Inter", also starting to self hosting font files
## [0.1.18](https://github.com/haishanh/yacd/compare/v0.1.17...v0.1.18) (2020-06-04)
Added:

View file

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