瀏覽代碼

Bump Version 1.4.0

keiko233 1 年之前
父節點
當前提交
d44d331a78
共有 3 個文件被更改,包括 25 次插入2 次删除
  1. 23 0
      UPDATELOG.md
  2. 1 1
      package.json
  3. 1 1
      src-tauri/tauri.conf.json

+ 23 - 0
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

+ 1 - 1
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",

+ 1 - 1
src-tauri/tauri.conf.json

@@ -1,7 +1,7 @@
 {
   "package": {
     "productName": "Clash Nyanpasu",
-    "version": "1.3.7"
+    "version": "1.4.0"
   },
   "build": {
     "distDir": "../dist",