From d44d331a78fec7103d45f3d37cefbc86a899f473 Mon Sep 17 00:00:00 2001 From: keiko233 Date: Wed, 15 Nov 2023 14:06:29 +0800 Subject: [PATCH] Bump Version 1.4.0 --- UPDATELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/UPDATELOG.md b/UPDATELOG.md index 292cf1d1..5c54812a 100644 --- a/UPDATELOG.md +++ b/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 ### Features diff --git a/package.json b/package.json index 65cc64fe..3f7acb6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-nyanpasu", - "version": "1.3.7", + "version": "1.4.0", "license": "GPL-3.0", "scripts": { "dev": "tauri dev -f default-meta", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 10f555c4..1aa8a02e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Clash Nyanpasu", - "version": "1.3.7" + "version": "1.4.0" }, "build": { "distDir": "../dist",