From d60ba9553260ee5fad2a70cdb833d26704063a57 Mon Sep 17 00:00:00 2001 From: MystiPanda Date: Tue, 4 Jun 2024 12:11:38 +0800 Subject: [PATCH] Release 1.6.5 --- .github/workflows/alpha.yml | 10 +++++----- UPDATELOG.md | 14 ++++++++++++++ package.json | 4 ++-- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 6 files changed, 24 insertions(+), 10 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index b540e417..a99835a2 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -250,12 +250,12 @@ jobs: - MacOS apple M芯片: aarch64.dmg ### Linux - - Linux 64位: amd64.AppImage/amd64.deb - - Linux 32位: i386.deb - - Linux arm64架构: arm64.deb - - Linux armv7架构: armhf.deb + - Linux 64位: amd64.AppImage/amd64.deb/amd64.rpm + - Linux 32位: i386.deb/i386.rpm + - Linux arm64架构: arm64.deb/aarch64.rpm + - Linux armv7架构: armhf.deb/armhfp.rpm - ### Windows (Win7 用户请查看下面FAQ手动替换内核使用) + ### Windows (Win7 用户请查看下面FAQ中的解决方案) #### 正常版本(推荐) - 64位: x64-setup.exe - 32位: x86-setup.exe diff --git a/UPDATELOG.md b/UPDATELOG.md index 76b524e6..77bbcdff 100644 --- a/UPDATELOG.md +++ b/UPDATELOG.md @@ -1,3 +1,17 @@ +## v1.6.5 + +### Features + +- 添加 RPM 包支持 +- 优化细节 + +### Bugs Fixes + +- MacOS 10.15 编辑器空白的问题 +- MacOS 低版本启动白屏的问题 + +--- + ## v1.6.4 ### Features diff --git a/package.json b/package.json index 2f4166e6..1998d29d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "1.6.4", + "version": "1.6.5", "license": "GPL-3.0-only", "scripts": { "dev": "tauri dev", @@ -35,7 +35,7 @@ "dayjs": "1.11.5", "i18next": "^23.11.3", "lodash-es": "^4.17.21", - "meta-json-schema": "1.18.5-alpha", + "meta-json-schema": "1.18.5-alpha4", "monaco-editor": "^0.49.0", "monaco-yaml": "^5.1.1", "nanoid": "^5.0.7", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 8337d3b1..a078b537 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -783,7 +783,7 @@ dependencies = [ [[package]] name = "clash-verge" -version = "1.6.4" +version = "1.6.5" dependencies = [ "anyhow", "auto-launch", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 9b3ee09f..71d5dded 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clash-verge" -version = "1.6.4" +version = "1.6.5" description = "clash verge" authors = ["zzzgydi", "wonfen", "MystiPanda"] license = "GPL-3.0-only" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6ad011d4..ec906b53 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -2,7 +2,7 @@ "$schema": "../node_modules/@tauri-apps/cli/schema.json", "package": { "productName": "Clash Verge", - "version": "1.6.4" + "version": "1.6.5" }, "build": { "distDir": "../dist",