v0.1.19
This commit is contained in:
parent
361effbd98
commit
2ef281c7cd
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -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:
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue