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 bec14106..e78d2e55 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/pcdiff/8f6bf22bdb3a8c0d34d278f59384d7a03430a4e1
Status Code
Success (20)
Meta
text/plain
Capsule Response Time
29.173202 milliseconds
Gemini-to-HTML Time
1.858854 milliseconds

This content has been proxied by September (ba2dc).