commit 94967b5f1818787b8335f63aa583538fcdee1b3e Author: Sergej A Date: Fri Feb 18 19:31:05 2022 +0000 Update Russian translation help/ru/ru.po | 3707 ++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 2199 insertions(+), 1508 deletions(-) commit c28d957d01029e264b498cd09315b366eb7b5fe2 Author: Christian Persch Date: Thu Feb 3 22:19:57 2022 +0100 Revert "regex: Workaround a PCRE bug resulting in not recognizing schemeless URLs" This reverts commit bb808a756935adbdf2bf950ae100c907374292b9. src/terminal-regex.hh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) commit 5caf874a311b49ebe7ecba46a021b8023c41f7e9 Author: Egmont Koblinger Date: Thu Feb 3 22:19:57 2022 +0100 regex: Fix path-less URL recognition URLs are allowed to contain the query ('?') or fragment ('#') directly after the hostname without a path or even a path separator ('/'), so fix the regexes to recognise these URLs. Fixes: https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/7888 (cherry picked from commit 17ee0e43be8bb41e429d5d1d9d4a21fad57c3222) src/terminal-regex.cc | 16 ++++++++++++++++ src/terminal-regex.hh | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) commit f4fec04df83bb71efb402731753d5ed18fdd0989 Author: Quentin PAGÈS Date: Sat Jan 22 17:51:46 2022 +0000 Update Occitan translation po/oc.po | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit c5699304d27bc001df5652d864dccc36e5352a1a Author: Hugo Carvalho Date: Sat Dec 18 14:01:49 2021 +0000 Update Portuguese translation po/pt.po | 255 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 117 insertions(+), 138 deletions(-) commit efb29c292ed02883b045405f3840695f1e097177 Author: Christian Persch Date: Thu Dec 9 00:21:44 2021 +0100 window: Use a normal menu for the popup menu ... since the popover doesn't support scrolling, making a long list of profiles unusable. Fixes: https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/7882 (cherry picked from commit df23c5d71a1aefeb2fdc05ff489863512b079afb) src/terminal-headerbar.ui | 1 + 1 file changed, 1 insertion(+) commit 01acf82363ebc8fb936cdd865704bb00b6968b36 Author: Christian Persch Date: Sat Dec 4 14:23:31 2021 +0100 build: Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)