Release v0.2.13

This commit is contained in:
Haishan 2020-12-06 21:15:06 +08:00
parent b0b0edab16
commit 3b0cd7bd1e
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
# Changelog # Changelog
## [0.2.13](https://github.com/haishanh/yacd/compare/v0.2.12...v0.2.13) (2020-12-06)
Added:
- Initial Chinese UI language support
Fixed:
- Fix weird scroll behavior on config page
## [0.2.12](https://github.com/haishanh/yacd/compare/v0.2.11...v0.2.12) (2020-11-24) ## [0.2.12](https://github.com/haishanh/yacd/compare/v0.2.11...v0.2.12) (2020-11-24)
Changed: Changed:

View file

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