commit 2b413dab1dcc6a5d4ff200ad0703240a81c82d06 (HEAD -> vte-0-76, tag: 0.76.1) Author: Egmont Koblinger Date: Wed Apr 17 21:37:53 2024 +0200 emulation: Fix the reported bold/etc. color if unset Bold color, if unset, now reports the foreground color. Unsupported underline/blink/reverse/italic colors also report the foreground color. Fixes https://gitlab.gnome.org/GNOME/vte/-/issues/2768 (cherry picked from commit f426e721078ec3549481506d7685a1bdca331b50) src/vteseq.cc | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) commit ca9fd8cb3ccd2889ef18bc6c155291c4751e8dab Author: Christian Persch Date: Tue Mar 26 18:44:39 2024 +0100 app: Fix the build with clang++ emplace_back() makes clang++ 15.0.7 error out here, for some reason. Changing to use push_back() works, so go with that. (cherry picked from commit c7d6dd66f5769d8577dce34eff1c0a895cbabf1c) src/app/app.cc | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) commit fcaf603f24cda1a8a812c486b308d757c2e4d0a2 Author: Christian Persch Date: Tue Mar 26 18:44:39 2024 +0100 app: Don't use typeof Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2770 (cherry picked from commit b23e56fb3a77608ee155a5db7b9037ece21f428b) src/app/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit aa405e4b0b2bf28bef2f7fd741881eaff92d1739 Author: Christian Hergert Date: Mon Mar 25 13:12:58 2024 -0700 terminal: fix UTF-8 bounds check We do not want to dereference if we've reached the end of the chunk. This matches the bounds check above. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2769 src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a0811612d0296263216ea2fc66ca651910448b61 Author: Zander Brown Date: Tue Mar 19 20:51:57 2024 +0100 widget: Also set tag when returning no match Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2763 (cherry picked from commit 86074ccede977bf2a594b781821c4a80c0343872) src/vte.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 1c09aad903b9f470dc4cf9495726805b59750bce Author: Christian Persch Date: Sun Mar 17 22:49:25 2024 +0100 app: Add built-in CSS to hide scrolled-window over-scroll indicators (cherry picked from commit aeb663ae4b204afe1d9d89092f0773a8ba7aa871) src/app/app-gtk3.css | 8 ++++++ src/app/app-gtk3.gresource.xml | 1 + src/app/app-gtk4.css | 8 ++++++ src/app/app-gtk4.gresource.xml | 1 + src/app/app.cc | 57 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 75 insertions(+) commit fbbf1fd7eaa8ac9c472f7e8a3e3a9d47f74a779b Author: Christian Persch Date: Sun Mar 17 22:49:25 2024 +0100 app: Don't hide scrolled-window option (cherry picked from commit 45fdfb8496c77583582d8861ee3d547bbbf39fe3) src/app/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 95ed96222fc54c93d080ad97800fb5e874e8749b Author: Christian Persch Date: Fri Mar 15 22:20:47 2024 +0100 build: Post release version bump