Bump Version 1.4.0

This commit is contained in:
keiko233 2023-11-15 14:06:29 +08:00
parent 595554f18a
commit d44d331a78
3 changed files with 25 additions and 2 deletions

View File

@ -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

View File

@ -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",

View File

@ -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",