commit 956d3bbd265279c296c56d9fb5ada1fee94768ee Author: Christian Persch Date: Wed Sep 22 18:41:17 2021 +0200 build: Version 0.66.0 meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b2423d2aaaf3da96c2d9ab782c1789bd8a32cc7d Author: Źmicier Turok Date: Sat Sep 18 09:58:38 2021 +0000 Update Belarusian translation po/be.po | 79 +++++++++++++++++++++++++++------------------------------------- 1 file changed, 33 insertions(+), 46 deletions(-) commit 6a2ec5f7960c15a4743aead98ec49bbc8c7af443 Author: Christian Persch Date: Sun Aug 29 22:24:57 2021 +0200 emulation: Fix xterm window size request response The parameters were accidentally swapped. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2509 (cherry picked from commit 0178c1b0a3d2c162bfddcd161ab55f4ff79b1ab4) src/vteseq.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 3601d2dfae082d54ab47a50d0738cbb6b159c803 Author: Takao Fujiwara Date: Sat Aug 28 22:12:59 2021 +0200 widget: Adjust preedit position to GtkEntry Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/339 (cherry picked from commit 8620b577303e60ef78efd6b66d9c79dcee579e39) src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5791f72343582a131acdfce1334415dbc12ad3f7 Author: Christian Persch Date: Sat Aug 28 22:00:06 2021 +0200 vte.sh: Use PROMPT_COMMAND as an array when possible Newer bash versions support PROMPT_COMMAND as an array. In this case, add only the __vte_osc7 command to the array, instead of overwriting the PROMPT_COMMAND with __vte_prompt_command. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/37 (cherry picked from commit e67d15735e1410e139f8e1943cc6ca728524c34d) src/vte.sh.in | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) commit f72e6b8caf6d1710040ff43cb2ba8dd719d34a41 Author: Christian Persch Date: Sat Aug 28 21:18:52 2021 +0200 fonts: More metrics sanity checks The pango font metrics for some fonts return a height lower than the height measured from the U+0020..U+007E characters. Using the metrics in this case may lead to the descenders getting cut off from characters in the last line, depending on the padding available. Change the code to only use the pango metrics when its height is at least that of the measured characters. Fixes: https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/340 (cherry picked from commit 6c24f146a0f6a3829e3d36a3c2c3601e638e3a50) src/fonts-pangocairo.cc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) commit 4bf5eca3e3ec472a0b68e1122d3edf4e120b90a5 Author: Christian Persch Date: Mon Aug 16 11:08:29 2021 +0200 build: Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)