Lagrange [dev]

Bumped version number to 1.11.1

=> 95de634b662dcf12ce5ea34aae19023ab5afc00f

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4a316c2f..45314b3a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@
 cmake_minimum_required (VERSION 3.9)
 
 project (Lagrange
-    VERSION 1.11.0
+    VERSION 1.11.1
     DESCRIPTION "A Beautiful Gemini Client"
     LANGUAGES C
 )
diff --git a/lib/the_Foundation b/lib/the_Foundation
index f63904c5..440d4d48 160000
--- a/lib/the_Foundation
+++ b/lib/the_Foundation
@@ -1 +1 @@
-Subproject commit f63904c57cdefff6afff5a5f31c9d84163f78961
+Subproject commit 440d4d480f749f3f4fe861ebfb957ec3ced73aa4
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 7c14e00c..45662fe9 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,6 +6,10 @@
 ```
 # Release notes
 
+## 1.11.1
+* Fixed opening bookmarks in a new window.
+* Fixed use of a cached TLS session after deactivating a client certificate.
+
 ## 1.11
 ⚠️ Downgrading back to v1.10 causes all site-specific themes to be forgotten. Back up your sitespec.ini beforehand.
 
diff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c
index eaa961ca..e83f5737 100644
--- a/src/ui/sidebarwidget.c
+++ b/src/ui/sidebarwidget.c
@@ -1477,8 +1477,9 @@ static iBool processEvent_SidebarWidget_(iSidebarWidget *d, const SDL_Event *ev)
         else if (isCommand_Widget(w, ev, "bookmark.open")) {
             const iSidebarItem *item = d->contextItem;
             if (d->mode == bookmarks_SidebarMode && item) {
-                postCommandf_App("open newtab:%d url:%s",
+                postCommandf_App("open newtab:%d newwindow:%d url:%s",
                                  argLabel_Command(cmd, "newtab"),
+                                 argLabel_Command(cmd, "newwindow"),
                                  cstr_String(&item->url));
             }
             return iTrue;
Proxy Information
Original URL
gemini://git.skyjake.fi/lagrange/dev/cdiff/95de634b662dcf12ce5ea34aae19023ab5afc00f
Status Code
Success (20)
Meta
text/gemini; charset=utf-8
Capsule Response Time
24.66025 milliseconds
Gemini-to-HTML Time
0.262088 milliseconds

This content has been proxied by September (ba2dc).