mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 11:42:21 +08:00
Bump Version 1.4.0
This commit is contained in:
parent
595554f18a
commit
d44d331a78
23
UPDATELOG.md
23
UPDATELOG.md
|
@ -1,3 +1,26 @@
|
||||||
|
## v1.4.0
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Default use Meta Core.
|
||||||
|
- Support copy PowerShell, CMD and sh env command.
|
||||||
|
- Add Upload Traffic, Download Traffic and Active Connections to ConnectionsPage.
|
||||||
|
- SettingPage use Grid layout.
|
||||||
|
- Import LoadingButton & use when Download Profile.
|
||||||
|
- New default theme color.
|
||||||
|
- Add Nyanpasu Element. (Logo designer [@ReallySnow](https://github.com/ReallySnow))
|
||||||
|
- Default enable unified-delay & tcp-concurrent.
|
||||||
|
- Use Meta Country.mmdb.
|
||||||
|
- Disable IPv6 by default.
|
||||||
|
- Add Material You element.
|
||||||
|
- Add Router switch transition.
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Fix touchpad scrolling causes blank area to appear.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## v1.3.7
|
## v1.3.7
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "clash-nyanpasu",
|
"name": "clash-nyanpasu",
|
||||||
"version": "1.3.7",
|
"version": "1.4.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tauri dev -f default-meta",
|
"dev": "tauri dev -f default-meta",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "Clash Nyanpasu",
|
"productName": "Clash Nyanpasu",
|
||||||
"version": "1.3.7"
|
"version": "1.4.0"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"distDir": "../dist",
|
"distDir": "../dist",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user