gnome-terminal 3.37.90



ChangeLog
=========

commit 0acb0d1d8da957ab43d73cb51d3142fc99c28ca7
Author: Christian Persch <chpe src gnome org>
Date:   Sat Aug 8 21:57:15 2020 +0200

    profile: Add pref to enable SIXEL
    
    When VTE was built with SIXEL support, show a checkbox in
    the compatibility prefs to enable it.
    
    https://gitlab.gnome.org/GNOME/vte/-/issues/253

 src/org.gnome.Terminal.gschema.xml |  5 +++++
 src/preferences.ui                 | 20 ++++++++++++++++++--
 src/profile-editor.c               |  6 ++++++
 src/terminal-schemas.h             |  1 +
 src/terminal-screen.c              |  4 ++++
 5 files changed, 34 insertions(+), 2 deletions(-)

commit 0c9e8a8041671fa75fdd7e5d0b90853517aa9cbe
Author: Christian Persch <chpe src gnome org>
Date:   Sat Aug 8 21:57:15 2020 +0200

    build: Bump version and vte req version

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 724eae4a24110e1e0b9712667515a66ca27cc4bb
Author: Christian Persch <chpe src gnome org>
Date:   Sat Aug 8 21:57:15 2020 +0200

    client: legacy: Ignore some more env variables

 src/terminal-client-utils.c | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit e5c0b4f5836141903137a7887e948b23ef66b75a
Author: Christian Persch <chpe src gnome org>
Date:   Sat Aug 8 21:57:15 2020 +0200

    profile: editor: Only show font family and size in the font chooser

 configure.ac         | 2 +-
 src/profile-editor.c | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

commit b6282897d3136f8bfd045976a12c84f0c9204e4a
Author: Calvin Walton <calvin walton kepstin ca>
Date:   Sun Apr 26 18:17:32 2020 -0400

    Improve contrast in the "GNOME" terminal palette
    
    After testing the GNOME terminal palette added in
    https://gitlab.gnome.org/GNOME/gnome-terminal/issues/72
    on a wider variety of applications, using a test tool that I developed:
    https://kepstin.pages.gitlab.gnome.org/terminal-palette/
    I have come up with some alterations to the "GNOME" terminal palette
    that aim to improve contrast over the previous revision.
    
    Here's a summary of the changes made, with an explanation for the
    change:
    
    * Reduced the brightness of Black (#0). Perhaps the most noticable
      change. I like the slight purple/blue tint, so I haven't changed it to
      a pure black, but the new shade is a lot darker. This gives room to
      improve the contrast of other colors over the dark background.
    
    * Reduced the brightness of Brown (#3). This color is often used as a
      foreground over the default background, so I have adjusted it to be
      closer to the middle between the dark and light backgrounds.
      The contrast over White goes up from from 3.30 to 4.12 (still AA
      Large). The contrast ratio over Black goes down from 4.83 (AA) to
      4.40 (AA Large).
    
    * Reduced the brightness of Blue (#4). The contrast ratio of Blue over
      Black remains almost the same (2.02 to 2.01). Applications almost
      always request Bright Blue when using blue over the default
      background, because the contrast of Blue over Black is really bad in
      most terminal color schemes. Annoyingly, many existing applications do
      this by requesting Bold Blue, meaning that enabling the "Show bold
      text in bright colors" option is highly recommended when using a dark
      background.
      Reducing the brightness of Blue helps improve contrast when it is used
      as a background color, particularly since some of the bright colors
      also had their brightness reduced (see below).
    
    * Reduced the brightness of Cyan (#6). This color is often used as a
      foreground over the default background. I have adjusted it to increase
      the contrast over the light background from 2.40 (Fail) to 3.07 (AA
      Large). The contrast over dark background goes down from 6.66 to 5.91
      (still AA).
    
    * Reduced the brightness of Light Gray (#7). Light gray was previously
      difficult to distinguish from White when used over a dark background,
      this helps a bit. Contrast vs White incrases from 1.36 to 1.56.
      This color is used the foreground color in the dark scheme, the contrast
      over the default background goes from 11.8 to 11.6 (still AAA).
      The contrast over Blue goes from 5.82 to 5.80 (still AA).
    
    * Increased the brightness of Bright Red (#9).
      Bright Red is occasionally used as a foreground over Blue. The
      previous color had nearly matching luminance, making it hard to read.
      The contrast over Blue increases from 1.92 to 2.90.
      This does reduce the contrast of Bright Red over Bright White from
      4.09 to 3.11 (both AA Large) but that's a pretty rare color
      combination except when "bold is bright" is used.
    
    * Reduced the brightness of Bright Yellow (#11) and Cyan (#14).
      The previous colors were almost completely unreadable against a white
      background, while the new ones are usable by people with good
      eyesight, at least (contrast up from 1.29 and 1.68 to 2.01 and 2.03).
      Applications generally avoid bright yellow and cyan over the default
      background, but it is seen now and then (usually as a side-effect of
      "bold is bright"). The contrast of both colors over dark blue is
      reduced slightly, from AA down to AA Large (4.49 and 4.46 respectively).
    
    * Increased the brightness of Bright Blue (#12).
      Bright Blue is used as a foreground over both dark and light
      backgrounds. I've adjusted the brightness to give it about the same
      contrast level against both Black (#0) and Bright White (#15). Both
      get AA Large (4.30 and 4.21 respectively).
    
    * The remaining colors are unchanged, but due to Black getting darker,
      the contrast of Red, Green, and Purple in particular over Black is
      noticably improved.
    
    On a technical level, I've switched the default palette in the GSettings
    schema to use the colors expressed in hex, so it's easier to check by
    eye if the schema and the code match.

 src/org.gnome.Terminal.gschema.xml | 36 ++++++++++++++++++------------------
 src/profile-editor.c               | 28 ++++++++++++++--------------
 2 files changed, 32 insertions(+), 32 deletions(-)

commit 8d2db9597ca920799596dbba0fdce9c5663e1d74
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Thu Jul 30 11:59:39 2020 +0000

    Update Swedish translation

 po/sv.po | 415 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 215 insertions(+), 200 deletions(-)

commit dd6139727765ad3d032f5a97077c5d20536929f5
Author: Alex Garel <alex garel org>
Date:   Wed Jul 29 10:53:41 2020 +0000

    Update French translation

 po/fr.po | 411 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 213 insertions(+), 198 deletions(-)

commit db1ed76fef7c88d5f2e6547492a1265b9ab1dfcf
Author: Fabio Tomat <f t public gmail com>
Date:   Tue Jul 14 16:10:58 2020 +0000

    Update Friulian translation

 po/fur.po | 1161 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 635 insertions(+), 526 deletions(-)

commit e729e3ee89693468e652f3ff663306506fb563f0
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Mon Jul 13 16:32:25 2020 +0300

    Updated Lithuanian translation

 po/lt.po | 414 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 214 insertions(+), 200 deletions(-)

commit 2f2b098daee428efb3a632ee50e0b9602bb6e02f
Author: Jordi Mas <jmas softcatala org>
Date:   Sat Jul 4 09:09:48 2020 +0200

    Update Catalan translation

 help/ca/ca.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit f46d65ab41ad10011011af7a8fa0bc6861c09a01
Author: Gil Forcada <gforcada gnome org>
Date:   Fri Jul 3 05:34:32 2020 +0000

    Update Catalan translation

 po/ca.po | 420 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 219 insertions(+), 201 deletions(-)

commit cf56729f1d6fade78165f44c04c1124c1dc3f814
Author: Baurzhan Muftakhidinov <baurthefirst gmail com>
Date:   Wed Jul 1 15:08:04 2020 +0000

    Update Kazakh translation

 po/kk.po | 411 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 213 insertions(+), 198 deletions(-)

commit 06552a43644587f50ef4a868f1309341ce248e28
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Mon Jun 29 10:09:05 2020 +0200

    Updated Spanish translation

 po/es.po | 38 ++++++++++++++++++--------------------
 1 file changed, 18 insertions(+), 20 deletions(-)

commit 4a394e854a8c00df426179be25e6d46db82bc5f4
Author: Baurzhan Muftakhidinov <baurthefirst gmail com>
Date:   Wed Jun 24 05:45:03 2020 +0000

    Update Kazakh translation
    
    (cherry picked from commit cd838f535e4567441c83c3c43c82cbd58d492a31)

 po/kk.po | 1435 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 782 insertions(+), 653 deletions(-)

commit 8e897c7bf3a49e03c9ea5411b4dae445a284aefb
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Jun 17 12:59:48 2020 +0200

    Add a manual
    
    https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/277

 Makefile.am            |   2 +-
 configure.ac           |   9 ++
 man/Makefile.am        |  18 +++
 man/gnome-terminal.xml | 385 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 413 insertions(+), 1 deletion(-)

commit 0fe2d98aed7da646177c1f3962d233c8dd0fc0e5
Author: Jordi Mas <jmas softcatala org>
Date:   Tue Jun 9 23:34:46 2020 +0200

    Update Catalan translation

 help/ca/ca.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 882553592219ed48cf6a2cc7bbad7d313584c774
Author: Zephyr Wang 王滋涵 <wi24rd fedoraproject org>
Date:   Fri Jun 5 08:56:40 2020 +0000

    Update Chinese (China) translation

 po/zh_CN.po | 1460 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 801 insertions(+), 659 deletions(-)

commit d1c8cedd1f39c21e3067bae4794c3148e09570a5
Author: Matej Urbančič <mateju svn gnome org>
Date:   Mon Jun 1 22:10:02 2020 +0200

    Updated Slovenian translation

 po/sl.po | 411 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 213 insertions(+), 198 deletions(-)

commit 90d5004fc78d05b1e727333d3250ed803c6fc660
Author: Yi-Jyun Pan <pan93412 gmail com>
Date:   Sun May 17 06:49:39 2020 +0000

    Update Chinese (Taiwan) translation

 po/zh_TW.po | 393 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 204 insertions(+), 189 deletions(-)

commit aa905004de041cec593bb683518d8b4277f07a9a
Author: Yi-Jyun Pan <pan93412 gmail com>
Date:   Sun May 17 06:46:05 2020 +0000

    Update Chinese (Taiwan) translation
    
    (cherry picked from commit 56f42ca5b9b0ba01b63cecd2a786e59873fec0d9)

 po/zh_TW.po | 26 ++++++++++++--------------
 1 file changed, 12 insertions(+), 14 deletions(-)

commit cf994598b8e3b76b7035ba003ec9b3770cdd13df
Author: Danial Behzadi <dani behzi ubuntu com>
Date:   Tue May 12 14:32:09 2020 +0000

    Update Persian translation

 po/fa.po | 777 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 411 insertions(+), 366 deletions(-)

commit fdad5933c389b953ee4d912173480b5b2806a0a3
Author: Florentina Mușat <emryslokadottir gmail com>
Date:   Mon May 11 14:18:01 2020 +0000

    Update Romanian translation

 po/ro.po | 398 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 207 insertions(+), 191 deletions(-)

commit 8c99e3f001e95a2db406faf8518347e3b0be5d8a
Author: Kristjan SCHMIDT <kristjan schmidt googlemail com>
Date:   Sat May 9 10:10:00 2020 +0000

    Update Esperanto translation

 po/eo.po | 368 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 192 insertions(+), 176 deletions(-)

commit 68384825e40bd950e6be3cc8b040559e6f9c611c
Author: Benjamin Berg <bberg redhat com>
Date:   Tue May 5 15:39:54 2020 +0200

    systemd: Use app- prefix for systemd slice
    
    To avoid confusion, we have updated the systemd specification to use
    app.slice rather than apps.slice. Update the use here accordingly.
    
    This change is in no way urgent as other software is not using the
    conventions yet.
    
    See https://github.com/systemd/systemd/pull/15647
    
    Closes: #260

 src/Makefile.am | 2 +-


Download
========
https://download.gnome.org/sources/gnome-terminal/3.37/gnome-terminal-3.37.90.tar.xz (2.44M)
  sha256sum: d6da0f4991345d47d730f9caadf46e8e410597017e6c61475e92f7c23ad9c2a4



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]