Compare commits

..

2 Commits

Author SHA1 Message Date
Kevin Yue
0c9b8e6c63
Update publish.yaml 2024-12-26 23:25:23 +08:00
Kevin Yue
8f8ad466f4
refactor: upgrade tauri 2.0 2024-12-26 21:50:39 +08:00
2 changed files with 7 additions and 2 deletions

View File

@ -80,8 +80,8 @@ jobs:
sed -i "s/@RUST@/cargo-1.80/g" .build/debian/control
sed -i "s/@OFFLINE@/1/g" .build/debian/rules
sed -i "s/@BUILD_GUI@/1/g" .build/deb/debian/rules
sed -i "s/@RUST_VERSION@/1.80/g" .build/deb/debian/rules
sed -i "s/@BUILD_GUI@/1/g" .build/debian/rules
sed -i "s/@RUST_VERSION@/1.80/g" .build/debian/rules
- name: Publish to PPA
uses: yuezk/publish-ppa-package@gp

View File

@ -1,5 +1,10 @@
# Changelog
## 2.4.0 - 2024-12-26
- Upgrade to Tauri 2.0
- Support Ubuntu 22.04 and later
## 2.3.9 - 2024-11-02
- Enhance the OpenSSL compatibility mode (fix [#437](https://github.com/yuezk/GlobalProtect-openconnect/issues/437))