From 3b384a199aa30b503e0518eb69465c7fd16c178f Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Mon, 29 Apr 2024 21:56:12 -0400 Subject: [PATCH] Update changelog --- README.md | 2 +- changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ce1e8e..ed974e7 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ sudo apt-get install globalprotect-openconnect #### **Ubuntu 24.04** -The `libwebkit2gtk-4.0-37` is [removed](https://bugs.launchpad.net/ubuntu/+source/webkit2gtk/+bug/2061914) from its repo, before [the issue](https://github.com/yuezk/GlobalProtect-openconnect/issues/351) gets resolved, you need to install them manually: +The `libwebkit2gtk-4.0-37` was [removed](https://bugs.launchpad.net/ubuntu/+source/webkit2gtk/+bug/2061914) from its repo, before [the issue](https://github.com/yuezk/GlobalProtect-openconnect/issues/351) gets resolved, you need to install them manually: ```bash wget http://launchpadlibrarian.net/704701349/libwebkit2gtk-4.0-37_2.43.3-1_amd64.deb diff --git a/changelog.md b/changelog.md index 1679500..5ef1058 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2.2.0 - 2024-04-30 + +- CLI: support authentication with external browser (fix [#298](https://github.com/yuezk/GlobalProtect-openconnect/issues/298)) +- GUI: support using file-based storage when the system keyring is not available. + ## 2.1.4 - 2024-04-10 - Support MFA authentication (fix [#343](https://github.com/yuezk/GlobalProtect-openconnect/issues/343))