Release v0.3.3
This commit is contained in:
parent
036ea6ff14
commit
1d4ce87c5e
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## [0.3.3](https://github.com/haishanh/yacd/compare/v0.3.2...v0.3.3) (2021-07-19)
|
||||
|
||||
Added:
|
||||
|
||||
- Support switch theme on backend config page
|
||||
- If / is api server, use it as default
|
||||
|
||||
## [0.3.2](https://github.com/haishanh/yacd/compare/v0.3.1...v0.3.2) (2021-06-07)
|
||||
|
||||
Changed:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "yacd",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.3",
|
||||
"description": "Yet another Clash dashboard",
|
||||
"scripts": {
|
||||
"lint": "eslint --fix --cache src",
|
||||
|
|
Loading…
Reference in a new issue