Commit Graph

397 Commits

Author SHA1 Message Date
Kevin Yue 2f90b73683 fix: check the cli running state 2025-01-22 21:30:42 +08:00
Kevin Yue 5186e80c6f doc: update installation for Ubuntu 18.04 2025-01-21 23:00:32 +08:00
Kevin Yue 4ff1c1dc1f Release 2.4.3 v2.4.3 2025-01-21 00:16:00 +08:00
Kevin Yue c1427040f6 fix: do not use default value for os_version 2025-01-21 00:14:13 +08:00
Kevin Yue a7ad02acb6 Release 2.4.2 v2.4.2 2025-01-20 20:57:57 +08:00
Kevin Yue b188d61be1 fix: disconnect VPN when sleep 2025-01-20 19:29:22 +08:00
Kevin Yue ec85e857bc Release 2.4.1 v2.4.1 2025-01-09 23:53:03 +08:00
Kevin Yue d37ccafdc2 feat: gpauth support macos 2025-01-09 21:22:41 +08:00
Kevin Yue 0c9b8e6c63 Update publish.yaml 2024-12-26 23:25:23 +08:00
Kevin Yue 8f8ad466f4 refactor: upgrade tauri 2.0 v2.4.0 2024-12-26 21:50:39 +08:00
Kevin Yue 0f67be465b chore: use tauri2 build container 2024-12-20 10:29:22 +00:00
Michael Nedokushev ed7c8ca1a1 Add installation instructions for Gentoo linux distro (#449) 2024-12-08 21:08:44 +08:00
Kevin Yue f71e29de5c chore: include dist in git repo 2024-12-08 20:12:40 +08:00
Kevin Yue a641453388 docs: update README for manual installation 2024-11-05 23:25:38 +08:00
Kevin Yue 366b95ce1f Release 2.3.9 v2.3.9 2024-11-02 14:13:53 +00:00
Kevin Yue 136c870d1f chore: update CI 2024-11-02 09:46:27 +00:00
Kevin Yue 0c411a542f fix: enhance OpenSSL compatibility mode
Related: #437
2024-11-02 09:36:11 +00:00
Kevin Yue 1e70dd088f Release 2.3.8 v2.3.8 2024-10-31 14:50:24 +00:00
Kevin Yue 2dc7f97ff0 Merge branch 'dev' into main 2024-10-31 14:36:50 +00:00
Kevin Yue 6542d677a9 update default browser 2024-10-31 14:31:13 +00:00
Kevin Yue 222fe26cea fix: default browser not working on some os 2024-10-31 06:31:54 +00:00
Kevin Yue ed413ee029 fix: saved credentials not working 2024-10-31 05:27:04 +00:00
Kevin Yue 516d685c9e fix: saved credentials not working 2024-10-30 16:13:20 +00:00
Kevin Yue 54e2371022 Fix the save credentials not working (#435) 2024-10-30 19:46:53 +08:00
Eric Dallo 511cc5ebd7 Fix flake.nix vpnc-script hardcoded path (#413) 2024-08-18 21:13:26 +08:00
Kevin Yue 30bec40338 Release 2.3.7 v2.3.7 2024-08-16 01:34:19 +00:00
Kevin Yue 0bb9353a11 fix: build error with rust 1.80 2024-08-16 01:23:26 +00:00
Kevin Yue 80134f5a2b Release 2.3.6 v2.3.6 2024-08-15 13:35:19 +00:00
Kevin Yue 57e20fe478 fix: enhance gpauth to support browser authentication 2024-08-15 13:14:08 +00:00
Kevin Yue 9317430968 Release 2.3.5 v2.3.5 2024-08-14 22:47:08 +08:00
Kevin Yue f92b04e99a use --browser option 2024-08-14 22:42:35 +08:00
Kevin Yue a1c63f8498 chore: update dependencies 2024-08-14 21:43:35 +08:00
Kevin Yue 9460d498fc feat: support specify the browser to use
Related: #405, #407, #397
2024-08-14 21:27:23 +08:00
Kevin Yue c2a6a436a5 feat: support the --no-dtls option 2024-08-13 20:41:33 +08:00
Kevin Yue c578e35178 fix: correct the --os parameter 2024-08-12 21:47:39 +08:00
Kevin Yue 90cd9a46f6 Release 2.3.4 v2.3.4 2024-07-08 13:49:30 +00:00
Kevin Yue 6616389a5f Update README.md 2024-07-08 21:37:54 +08:00
Farid Zakaria f5f5d358b4 Introduce flake.nix for project to build for NixOS (#387) 2024-07-08 21:20:15 +08:00
Kevin Yue 5cb9432f21 refactor: improve the XML parsing 2024-07-08 13:04:27 +00:00
Kevin Yue fb8fb21450 feat: support read password from stdin
Related: #381
2024-07-07 13:38:57 +00:00
Kevin Yue 370a32f1b5 refactor: improve gateway parsing 2024-07-07 13:38:34 +00:00
Kevin Yue 68227b64a2 refactor: improve the XML parsing 2024-07-07 18:15:12 +08:00
Kevin Yue 2a0880bfee chore: update the License 2024-07-06 03:29:13 +00:00
Ruben Rodriguez 26dbd8d312 feat: add internal host detection support (#384) 2024-07-02 21:30:34 +08:00
Kevin Yue 6357a4087d Update README.md 2024-06-26 08:54:39 +08:00
Kevin Yue f482bd077b Release 2.3.3 v2.3.3 2024-06-23 21:42:55 +08:00
Kevin Yue 148468eee3 Release 2.3.2 v2.3.2 2024-06-17 20:54:04 +08:00
Kevin Yue 79083e5664 feat: Remove dotenvy_macro crate from dependencies 2024-06-15 10:58:36 +08:00
Kevin Yue c52d2bc0b6 fix: Decode CAS callback before parsing
Related: #372
2024-06-13 14:34:58 +00:00
Kevin Yue 54d4f2ec57 fix: Cleanup temporary file after feeding auth data
Related: #366
snapshot
2024-06-11 22:20:49 +08:00