From 067018828cd6b5658c3073876cedff0abc5b4e12 Mon Sep 17 00:00:00 2001 From: MystiPanda Date: Tue, 6 Feb 2024 00:40:13 +0800 Subject: [PATCH] Release 1.5.0 --- README.md | 42 ++++++++++++++++----------------- UPDATELOG.md | 14 +++++++++++ package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- src-tauri/tauri.macos.conf.json | 2 +- 7 files changed, 40 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 5bbe4efc..a2cbf3af 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,27 @@ A Clash Meta GUI based on Tauri. +## Install + +Click on the corresponding link below to download the installation package. Supports Windows (x64/x86), Linux (x64/arm64) and macOS 10.15+ (intel/apple). + +[[Windows x64](https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v1.5.0/Clash.Verge_1.5.0_x64-setup.exe)] +[[Windows x86](https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v1.5.0/Clash.Verge_1.5.0_x86-setup.exe)] +[[Windows arm64](https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v1.5.0/Clash.Verge_1.5.0_arm64-setup.exe)] + +[[macOS intel](https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v1.5.0/Clash.Verge_1.5.0_x64.dmg)] +[[macOS apple](https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v1.5.0/Clash.Verge_1.5.0_aarch64.dmg)] + +[[Linux x64 AppImage](https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v1.5.0/clash-verge_1.5.0_amd64.AppImage)] +[[Linux x64 deb](https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v1.5.0/clash-verge_1.5.0_amd64.deb)] +[[Linux x86 AppImage](https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v1.5.0/clash-verge_1.5.0_i386.AppImage)] +[[Linux x86 deb](https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v1.5.0/clash-verge_1.5.0_i386.deb)] +[[Linux arm64 deb](https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v1.5.0/clash-verge_1.5.0_arm64.deb)] + +Or you can build it yourself. Supports Windows, Linux and macOS 10.15+ + +Notes: If you could not start the app on Windows, please check that you have [Webview2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section) installed. + ## Features - Since the clash core has been removed. The project no longer maintains the clash core, but only the Clash Meta core. @@ -37,27 +58,6 @@ A Clash Meta GUI based on Tauri