=> 95de634b662dcf12ce5ea34aae19023ab5afc00f
[1mdiff --git a/CMakeLists.txt b/CMakeLists.txt[m [1mindex 4a316c2f..45314b3a 100644[m [1m--- a/CMakeLists.txt[m [1m+++ b/CMakeLists.txt[m [36m@@ -18,7 +18,7 @@[m cmake_minimum_required (VERSION 3.9)[m [m project (Lagrange[m [31m- VERSION 1.11.0[m [32m+[m[32m VERSION 1.11.1[m DESCRIPTION "A Beautiful Gemini Client"[m LANGUAGES C[m )[m [1mdiff --git a/lib/the_Foundation b/lib/the_Foundation[m [1mindex f63904c5..440d4d48 160000[m [1m--- a/lib/the_Foundation[m [1m+++ b/lib/the_Foundation[m [36m@@ -1 +1 @@[m [31m-Subproject commit f63904c57cdefff6afff5a5f31c9d84163f78961[m [32m+[m[32mSubproject commit 440d4d480f749f3f4fe861ebfb957ec3ced73aa4[m [1mdiff --git a/res/about/version.gmi b/res/about/version.gmi[m [1mindex 7c14e00c..45662fe9 100644[m [1m--- a/res/about/version.gmi[m [1m+++ b/res/about/version.gmi[m [36m@@ -6,6 +6,10 @@[m ```[m # Release notes[m [m [32m+[m[32m## 1.11.1[m [32m+[m[32m* Fixed opening bookmarks in a new window.[m [32m+[m[32m* Fixed use of a cached TLS session after deactivating a client certificate.[m [32m+[m ## 1.11[m ⚠️ Downgrading back to v1.10 causes all site-specific themes to be forgotten. Back up your sitespec.ini beforehand.[m [m [1mdiff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c[m [1mindex eaa961ca..e83f5737 100644[m [1m--- a/src/ui/sidebarwidget.c[m [1m+++ b/src/ui/sidebarwidget.c[m [36m@@ -1477,8 +1477,9 @@[m [mstatic iBool processEvent_SidebarWidget_(iSidebarWidget *d, const SDL_Event *ev)[m else if (isCommand_Widget(w, ev, "bookmark.open")) {[m const iSidebarItem *item = d->contextItem;[m if (d->mode == bookmarks_SidebarMode && item) {[m [31m- postCommandf_App("open newtab:%d url:%s",[m [32m+[m[32m postCommandf_App("open newtab:%d newwindow:%d url:%s",[m argLabel_Command(cmd, "newtab"),[m [32m+[m[32m argLabel_Command(cmd, "newwindow"),[m cstr_String(&item->url));[m }[m return iTrue;[m
text/gemini; charset=utf-8
This content has been proxied by September (ba2dc).