<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Jeremy Bícha pushed to branch debian/latest at <a href="https://salsa.debian.org/gnome-team/gnome-console">GNOME / gnome-console</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/3432acdfd61710d7e847925e22d81c6bcb5e149e">3432acdf</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-09-17T23:58:24+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>general: next is 48.alpha
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/85884f0c0088b3fcb897e5712ed474b202e97c77">85884f0c</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-09-18T00:00:45+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>utils: mark generated functions as potentially unused

Clang (quite rightly) notices that these are unused, which makes the
build rather noisy, but we can annotate them as potentially unused (much
as with G_DECALRE) and so appease clang
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/f2706ba0f8d9713ea8606f93f1b10f24131e9dba">f2706ba0</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-09-18T00:02:01+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>tab: train may have failed to start

If the train didn't start (perhaps a bad path was passed to -e) we can't
get a list of process from it, throwing warnings everywhere.

Avoid this by checking the train exists, and if it doesn't simply retirn
an empty list.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/47148498b112cf45d1cc7179d2cc3153e07bc0be">47148498</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-09-18T01:07:56+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>tests: use correct format specifier

size_t is arch dependant so it's format specifier isn't always the same,
use GLib's macro instead

Fix: https://gitlab.gnome.org/GNOME/console/-/issues/391
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/92a5e0a4e02c1d2459d5843d7436c224c847d5c3">92a5e0a4</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-09-18T01:08:21+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ci: add a 32bit/clang build

Our flatpak builds both use GCC, and are on 64bit arches, so we don't
pick up on a range of possible issues until they hit distros.

To help limit this, do a 32bit build with clang.

Unfortunately dnf is apparently not very smart about i686 packages,
leading to a rather *looong* dependency list, but it gets the job done.

Whilst we are at it, produce a coverage report.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/2329ce8eaa523e6d0c5fd6cb055e08866e52ceda">2329ce8e</a></strong>
<div>
<span> by Sabri Ünal </span> <i> at 2024-09-18T06:59:41+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Turkish translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/72559bf0bdcceb85a389c4333e00fa83ede45bab">72559bf0</a></strong>
<div>
<span> by Daniel Mustieles </span> <i> at 2024-09-18T07:29:11+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Spanish translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/4990efc7b1cad556d8f76038e78b57d1307474f7">4990efc7</a></strong>
<div>
<span> by Andika Triwidada </span> <i> at 2024-09-19T01:07:11+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Indonesian translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/5b19b515817429a287dc8173bae493cc73fbeeae">5b19b515</a></strong>
<div>
<span> by Juliano de Souza Camargo </span> <i> at 2024-09-20T00:07:25+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Brazilian Portuguese translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/a93699a92e43def7f1928c90d8307e67b1db03a4">a93699a9</a></strong>
<div>
<span> by Aurimas Černius </span> <i> at 2024-09-23T19:19:43+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Lithuanian translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/0a1cea3afc024916f7e955e1ae13f6b7577279ac">0a1cea3a</a></strong>
<div>
<span> by Quentin PAGÈS </span> <i> at 2024-09-24T18:24:26+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Occitan translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/645d28d733ef1f2b3207124df96a4ed327503742">645d28d7</a></strong>
<div>
<span> by Aefgh Threenine </span> <i> at 2024-09-25T14:12:49+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add Thai translation

(cherry picked from commit 36ce0b8ea9d2b69fbc3a11e29f465e4394212459)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/c0e8202e95d357d2a0c1ddf6c115827f5e831145">c0e8202e</a></strong>
<div>
<span> by Florian Heiser </span> <i> at 2024-09-27T17:29:45+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update German translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/931877fa7b7d71042f2357d6a1d7f04c40c9ffe3">931877fa</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-09-28T19:01:46+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>metainfo: use the current colour palette
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/89b19dd4564ec425fbebd626431c28334eb00905">89b19dd4</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-09-29T15:15:39+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>tab: image should also be delayed

Fix: https://gitlab.gnome.org/GNOME/console/-/issues/398
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/9f0e234785c51823c788771c172da8ead87bc4d4">9f0e2347</a></strong>
<div>
<span> by Juliano de Souza Camargo </span> <i> at 2024-09-29T16:13:38+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Brazilian Portuguese translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/c6ac967785c80f5d7077131702ca9086a3d6d4e6">c6ac9677</a></strong>
<div>
<span> by Rūdolfs Mazurs </span> <i> at 2024-10-01T12:41:59+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Latvian translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/eb8e5a8853935d7bf3f37026c58fef1840619086">eb8e5a88</a></strong>
<div>
<span> by Rūdolfs Mazurs </span> <i> at 2024-10-01T12:44:27+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Latvian translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/6966d54451185db9826320a4c5e6dbe82ec2eb7d">6966d544</a></strong>
<div>
<span> by Rūdolfs Mazurs </span> <i> at 2024-10-01T12:56:40+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Latvian translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/8d7617fa5cc6a45699508ab92bc1553e30c74e76">8d7617fa</a></strong>
<div>
<span> by Jiri Grönroos </span> <i> at 2024-10-06T14:25:56+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Finnish translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/c83e7aca3e829867feb28520bc10c1013dbe2a7b">c83e7aca</a></strong>
<div>
<span> by Ali Galal </span> <i> at 2024-10-12T10:00:18+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add Arabic translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/8d7e8d0e2f065ff0c13497089673493c115c49b3">8d7e8d0e</a></strong>
<div>
<span> by Fabio Tomat </span> <i> at 2024-10-14T13:56:08+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Friulian translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/0ed3bd32d6991e8ecb429fee47deab971a2f5d19">0ed3bd32</a></strong>
<div>
<span> by Florentina Mușat </span> <i> at 2024-10-16T10:18:34+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Romanian translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/956566a2fdd5695c78c14fd1556f50c2df489c30">956566a2</a></strong>
<div>
<span> by Andi Chandler </span> <i> at 2024-10-17T13:11:14+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update British English translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/9e82e12b8af7ade344b43d38ce39347a2b8951a3">9e82e12b</a></strong>
<div>
<span> by Irénée THIRION </span> <i> at 2024-10-23T08:32:11+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update French translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/4e8ba3ddab83ea6c0f7efb5c10d86faebcd41f51">4e8ba3dd</a></strong>
<div>
<span> by Nathan Follens </span> <i> at 2024-10-27T22:48:19+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Dutch translation

(cherry picked from commit de79a18b299d30b56dabad807e6b12c86e09624d)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/eda4026a3d816179f43b862130a8e2025b31e38e">eda4026a</a></strong>
<div>
<span> by Марко Костић </span> <i> at 2024-11-05T06:05:02+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Serbian translation

(cherry picked from commit f816df47d3338ed2831ce04c74138710c56e1125)
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/dab9a382283558cbf8c0afc3d88f77399770401e">dab9a382</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-11-13T15:22:14+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>empty: a self-contained empty state widget

There is some relatively finicky logic behind this, and sources to be
properly managed, so keep things clear by splitting it into a
self-contained type
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/e590fd7806d29d99ebd92de6188bc1b3b505416e">e590fd78</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-11-13T15:22:14+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>tab: port to our new ‘empty’ widget
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/8d0ca1db3ab269b19d4ff6d81c761b8acda62ec0">8d0ca1db</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-11-13T15:22:14+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>tab: simplify :is-active setter
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/46c2f668efea61a3115e7cfae7f041fc2c28be3b">46c2f668</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-11-13T15:22:14+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>window: ensure types referenced in xml
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/b2b60558c9626f4596eb0c4fec768aa39e96c873">b2b60558</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-11-13T15:22:14+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>shared-closures: handy <closure> functions

We were getting increasingly close to having identical closure
implemenations in multiple types, instead have this header to share them
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/649237e14ebe39e7de14b3461cf2d3dc0231ae52">649237e1</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-11-13T15:22:14+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>theme-switcher: handle style manager internally

Drop :show-system in favour of binding directly to the display's active
style manager
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/01c43115cba3097fa56d2e73fcf9eb4c4dc391c0">01c43115</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-11-13T15:22:14+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>pages: follow current style manager

Avoid assumptions about global state and dynamically bind to the style
manager for the active display
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/f5752e8ea0f709bf0ce6a6da0da4382618f19c5e">f5752e8e</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-11-13T15:22:14+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>settings: a method to resolve KGX_THEME_AUTO
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/cf3b1627120af2bddb7d4d6720ece0babf25fc44">cf3b1627</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-11-13T15:22:14+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>terminal: use current display to resolve theme
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/53efc91dfedd4a314179a12601947b41765ba586">53efc91d</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-11-13T15:31:10+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>settings: drop :resolved-theme

The theme can only be resolved once we are connected to a compositor,
and should be done in the context of *a* compositor.

See: https://gitlab.gnome.org/GNOME/console/-/issues/402
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/a89f7b6a391feeae46d52d2275dc72d002a80166">a89f7b6a</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-11-13T15:31:19+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>application: delay connecting to AdwStyleManager until ::startup

Fix: https://gitlab.gnome.org/GNOME/console/-/issues/402
Close: https://gitlab.gnome.org/GNOME/console/-/merge_requests/174
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/f5facfc028d2f98f49e1b07293e93b8d674f09ec">f5facfc0</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-11-15T04:56:51+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>flatpak: vte now requries fast_float
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/9bee79f94782567b8c8f2db14abcbcb4928cc3f6">9bee79f9</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2024-11-15T04:58:14+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ci: have fast_float available
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/cdaa479f9148c1ad3a68d1cc8f539068530352ca">cdaa479f</a></strong>
<div>
<span> by Daniel Rusek </span> <i> at 2024-11-15T05:04:33+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>desktop: replace ‘X-GNOME-Utilities’ category with generic ‘Utility’
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/c60c4d5458f28fa5b965fa50fa1db5479a1159b1">c60c4d54</a></strong>
<div>
<span> by Alexandre Franke </span> <i> at 2024-11-20T11:49:24+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update French translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/64c329ec31640ff76a9d3c6672b0fc11c9934726">64c329ec</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-01-01T01:32:30+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>application: prefer an explict pointer
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/0b07c712ffca5943cbc551c24c0ffb7075e700dd">0b07c712</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-01-01T01:35:54+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>application: use inline literals for accels

This is increasingly common in other codebases, and if the C compiler
doesn't support it we've bigger problems
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/5a84216848e6f78a5d8c7f1d7b6c3b16f7441c6f">5a842168</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-01-01T01:38:51+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>application: we already ensure these types elsewhere
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/a413f10a7434823ba9adb9d751afd15fdec57b31">a413f10a</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-01-01T02:11:21+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>window: tab controls should follow decoration layout

Based on Adwaita's private utility, expressionified

Close: https://gitlab.gnome.org/GNOME/console/-/issues/164
See: https://gitlab.gnome.org/GNOME/console/-/issues/230
See: https://gitlab.gnome.org/GNOME/libadwaita/-/blob/09440d3803e04499019bddc550ec34aa98b6db86/src/adw-widget-utils.c#L613-644
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/b7c47df9f84e6c583853d6aaaf08fb34cbaad346">b7c47df9</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-01-03T02:37:49+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ci: fix the fedora 32bit build

Meson, dnf, they are strange things
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/2285dff992ba1b96f93a0daa2f21030056b956dd">2285dff9</a></strong>
<div>
<span> by kramo </span> <i> at 2025-01-03T02:40:47+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>livery-manager: sync background colour to latest adwaita
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/00d11f20f59064748f48d6f722bbb7263c9c2bba">00d11f20</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-01-03T03:27:00+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>application: a flag to print a colour table

A reimplemenation of test_colours.py, which is now dropped

This is something of an ‘easter egg’, not meant for use by end users,
it's simply a handy thing to have when taking screenshots and the like
during development of KGX
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/bf4196f7d431e2628fc2a9da14989762d19a57a6">bf4196f7</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-01-04T02:46:21+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>main: explictly include headers

Supersedes: https://gitlab.gnome.org/GNOME/console/-/merge_requests/171
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/eb1eb6851b69c28971dec2ef7136b6edeb18ac95">eb1eb685</a></strong>
<div>
<span> by Jules Bertholet </span> <i> at 2025-01-14T19:22:34+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>application: support some rare keys as shortcuts
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/c09058a59c1433d8a9cbe167fd142230db5f19f5">c09058a5</a></strong>
<div>
<span> by Maximiliano </span> <i> at 2025-02-03T09:53:34+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>metainfo: modernise our usage of appstream

Use appstreamcli instead of appstream-util, and drop some outdated tags
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/74aa948ee4b8040fb70d9d8d4105b52581c0efac">74aa948e</a></strong>
<div>
<span> by Scrambled 777 </span> <i> at 2025-02-25T15:17:06+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Hindi translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/dacc374541aaefefb1661cdf46c27212daa7556d">dacc3745</a></strong>
<div>
<span> by Pawan Chitrakar </span> <i> at 2025-02-27T09:48:42+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Nepali translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/552a22cedec57e986cf2784985f383756467920c">552a22ce</a></strong>
<div>
<span> by Asier Saratsua Garmendia </span> <i> at 2025-03-02T06:53:47+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Basque translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/9f5418ebec3f93069f9f1b268c2bbd03ccd15fb0">9f5418eb</a></strong>
<div>
<span> by Brage Fuglseth </span> <i> at 2025-03-02T14:48:52+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Norwegian Bokmål translation
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/3054b6fd7c0df2bb37f7756bf33e83676229540b">3054b6fd</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-03-04T22:28:43+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>train: shortcut some checks

Only interrogate the content of `program` when we actually set it to
something
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/199ce1b0f964fb3616456f3c74562f6476997eda">199ce1b0</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-03-04T22:28:44+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>watcher: lower priority
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/adab4dc5aa7f0c5f4bbbf03ae570cdcfafc2d4ed">adab4dc5</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-03-04T22:28:44+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>pids: add a layer of abstraction to loading pids

Soom™ we will move away from using g{,lib}top, and likely have multiple
‘backends’ in-tree, to enable this hide our use of gtop inside this
‘kgx-pids’ module that's self-contained
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/83e6140a95ad08e52583b44b457eba2a2124147b">83e6140a</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-03-04T22:28:44+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>utils: a function for parsing percentage strings

Takes a string like ‘12.34%’, ‘%43,21’, or even ‘%76.54%’ if you must,
and extracts a double from it
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/3ae2210522d61d72669db4500f8c1f286e61d484">3ae22105</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-03-04T22:34:15+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>general: adopt Loupe's LLM policy

See: https://discourse.gnome.org/t/loupe-no-longer-allows-generative-ai-contributions/27327
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/3aae9d6a41ee87aad0bb1f3bfb32cf578fb2927e">3aae9d6a</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-03-04T23:49:35+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ci: fix the 32bit build, again
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/4b8f05d18c77be844b8ff12bde2926d9d9eeadb9">4b8f05d1</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-03-04T23:58:32+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>tests: fix building on 32bit
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/f445f090b555ceba8c58e05a5f01d4e0741e60e1">f445f090</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-03-06T03:19:00+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>gtop: check gtop actually gave us a list

…and properly propogate the length of that list 😬
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/d42b4f7865014dc508b6aad12ff3e2ded91bee20">d42b4f78</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-03-06T04:23:50+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>gtop: check gtop actually gave us a list

…and properly propogate the length of that list 😬
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/b102881650bef97a35cb921840ae2444954f0743">b1028816</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-03-09T01:37:54+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>tests: don't assume location of `true`

This apparently can be /usr/sbin/true on rawhide now, breaking the test.

Get meson to find it at configure time, and instead test we match what
meson found instead of assuming it's in /usr/bin/true
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/bd784f5e8161fe65fb446bd50965bdc3752557b2">bd784f5e</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-03-09T03:38:55+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ci: build release tarballs
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/166e7f13ec16e0c93541bc7de30fc37a9191f7ab">166e7f13</a></strong>
<div>
<span> by Zander Brown </span> <i> at 2025-03-09T04:02:37+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>general: 48.rc
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/59d7160bf98d48985d44c0b3b5ca5a65de41285b">59d7160b</a></strong>
<div>
<span> by Jeremy Bícha </span> <i> at 2025-03-13T20:24:16-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>New upstream version 48~rc</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/de3d24b8fe7efcb28f3c3233355c2268ea86c4ea">de3d24b8</a></strong>
<div>
<span> by Jeremy Bícha </span> <i> at 2025-03-13T20:24:19-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update upstream source from tag 'upstream/48_rc'

Update to upstream version '48~rc'
with Debian dir 577d5285f0f920c31a4afeb4d35516dace037dfe</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/7eecda2b13a67888066c131613ce61aca89ea8dc">7eecda2b</a></strong>
<div>
<span> by Jeremy Bícha </span> <i> at 2025-03-13T20:24:19-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>New upstream release
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/8f05dc4c19ee0aeb6ce322b6a31645930f608bfb">8f05dc4c</a></strong>
<div>
<span> by Jeremy Bícha </span> <i> at 2025-03-13T20:24:36-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Remove remaining patches: applied in new release

Revert "Cherry-pick patches to fix compatibility with gtk 4.17"

This reverts commit 8bc39e7df3209d9695990920b165d83ddde61dcc.
</pre>
</li>
<li>
<strong style="font-weight: 600;"><a href="https://salsa.debian.org/gnome-team/gnome-console/-/commit/c68880c9a5f444edf6672d3ba9f3f3ff090cb777">c68880c9</a></strong>
<div>
<span> by Jeremy Bícha </span> <i> at 2025-03-13T20:26:48-04:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #3a383f; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>releasing package gnome-console version 48~rc-1
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
79 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#587d266bb27a4dc3022bbed44dfa19849df3044c">
.gitlab-ci.yml
</a>
</li>
<li class="file-stats">
<a href="#2e1948208d91b1c8b106c402e54b995703baa51b">
.gitlab-ci/ci-32-cross
</a>
</li>
<li class="file-stats">
<a href="#9f621eb5fd3bcb2fa5c7bd228c9b1ad42edc46c8">
NEWS
</a>
</li>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#1d32d6ef7895ea7bd003a84a492c3d4a7167704c">
build-aux/flatpak/org.gnome.Console.Devel.json
</a>
</li>
<li class="file-stats">
<a href="#324fe022d6adf6fa83beeabd08e4dcc1c42be108">
data/meson.build
</a>
</li>
<li class="file-stats">
<a href="#6ab67136d3010e575bef603a8dcbb38704bd6e27">
data/org.gnome.Console.desktop.in.in
</a>
</li>
<li class="file-stats">
<a href="#5064e4bf71571bc4ea01ab107734bffac7529cbc">
data/org.gnome.Console.metainfo.xml.in.in
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#62c57e822ae7a588210ca6daad6a4de2f23918e8">
<span class="deleted-file">

debian/patches/application-delay-connecting-to-AdwStyleManager-until-sta.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#fb514abb614c5394873890f418a26b024a4f70f3">
<span class="deleted-file">

debian/patches/empty-a-self-contained-empty-state-widget.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#0eb9e10cb207c7d972ecf0b32d88e03e05131fa8">
<span class="deleted-file">

debian/patches/pages-follow-current-style-manager.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#bc34014ab4b9a49dd7a27bdd8d352912607c3a96">
<span class="deleted-file">

debian/patches/series
</span>
</a>
</li>
<li class="file-stats">
<a href="#672edaf0d2f4037ad857ae29865c83f876790dad">
<span class="deleted-file">

debian/patches/settings-a-method-to-resolve-KGX_THEME_AUTO.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#ef42951dd2dd72f5895caa4ff1b96bf0448c8a6b">
<span class="deleted-file">

debian/patches/settings-drop-resolved-theme.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#9b024014ca6222d39da56701193e50745bc291f4">
<span class="deleted-file">

debian/patches/shared-closures-handy-closure-functions.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#43a4b592dcb23cc3760f122c7e7cb15247d5ec0b">
<span class="deleted-file">

debian/patches/tab-image-should-also-be-delayed.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#33288817e588682955e376e6ec676f33f91d9fc7">
<span class="deleted-file">

debian/patches/tab-port-to-our-new-empty-widget.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#dea7b3970ea6bb00e5fb536d7cea69a98eb807d2">
<span class="deleted-file">

debian/patches/tab-simplify-is-active-setter.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#6b8a538769436b3b1a4bd1bc0d9cfd17e6b4ab97">
<span class="deleted-file">

debian/patches/terminal-use-current-display-to-resolve-theme.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#2b211973cbef5c8659d3ac9c4a6666ee40577a89">
<span class="deleted-file">

debian/patches/theme-switcher-handle-style-manager-internally.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#08820d2ae5a501b4da5803fb657e4a70946fc21c">
<span class="deleted-file">

debian/patches/window-ensure-types-referenced-in-xml.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#0cc1139e3347f573ae1feee5b73dbc8a8a21fcfa">
meson.build
</a>
</li>
<li class="file-stats">
<a href="#54d6c31c823e250ebb67120d8dd489a69a02213c">
po/LINGUAS
</a>
</li>
<li class="file-stats">
<a href="#580198df69160e9ca39c268d0e926fabed8ee79b">
<span class="new-file">
+
po/ar.po
</span>
</a>
</li>
<li class="file-stats">
<a href="#8133f48bcd872819f4d7310d09b4ef30a26831b0">
po/de.po
</a>
</li>
<li class="file-stats">
<a href="#07e68c876fefebcaf08ceae8b78c78bc4e8c5032">
po/en_GB.po
</a>
</li>
<li class="file-stats">
<a href="#bf0ecd6fd82096852700283e68fd723ccfe57871">
po/es.po
</a>
</li>
<li class="file-stats">
<a href="#804f8c75d12ae05ad9351001530d8575e03a169d">
po/eu.po
</a>
</li>
<li class="file-stats">
<a href="#4a909f28ec13a23ac75c362bf9a9e15669d47d6d">
po/fi.po
</a>
</li>
<li class="file-stats">
<a href="#09aa9a4cf22de79302d7cefe7d280b7235f787c7">
po/fr.po
</a>
</li>
<li class="file-stats">
<a href="#1f06de62529105f1a81cbf8f5e7dad30a6e7874c">
po/fur.po
</a>
</li>
<li class="file-stats">
<a href="#c00e19630fe6b481d7150d4f842e7c78f7fe3e47">
po/hi.po
</a>
</li>
<li class="file-stats">
<a href="#cbd0a16c6ab85833ae5892982bc57d68cc315864">
po/id.po
</a>
</li>
<li class="file-stats">
<a href="#a172a3ba3d2606c200f801c0bb6f540797d6188d">
po/lt.po
</a>
</li>
<li class="file-stats">
<a href="#a0adcdda490179b406b32704f47949b4fae75aa9">
po/lv.po
</a>
</li>
<li class="file-stats">
<a href="#088da71e4e8eddb438a4704013c74671ac837fe3">
po/nb.po
</a>
</li>
<li class="file-stats">
<a href="#ea1d304642c468ed7c132f77e449b68f29bf1f77">
po/ne.po
</a>
</li>
<li class="file-stats">
<a href="#c54e8255699d35fd83cf0c4800a6cf1fe45533d9">
po/nl.po
</a>
</li>
<li class="file-stats">
<a href="#8edb804c69cd2bcd7586bdb0c5a3a73bfc2695a2">
po/oc.po
</a>
</li>
<li class="file-stats">
<a href="#160f60c3dd59b978e505eccda1925dc3923a1d71">
po/pt_BR.po
</a>
</li>
<li class="file-stats">
<a href="#061fabf97dbb370db590a7ca14a815203247ff25">
po/ro.po
</a>
</li>
<li class="file-stats">
<a href="#bda7bced01d5161a83057e18daf3fe692099e5ac">
po/sr.po
</a>
</li>
<li class="file-stats">
<a href="#c1b0bc824272bf75fa631042173eb5fc196f23d7">
<span class="new-file">
+
po/th.po
</span>
</a>
</li>
<li class="file-stats">
<a href="#cf4f0b0dadc52f5cd0dfbc7af6bc3ca27ba42355">
po/tr.po
</a>
</li>
<li class="file-stats">
<a href="#77e8e793912104dbd731031f1b9f5134a715fc7c">
src/kgx-application.c
</a>
</li>
<li class="file-stats">
<a href="#cde55727a71723e6a06adc36b4b20a45c2c18557">
<span class="new-file">
+
src/kgx-empty.c
</span>
</a>
</li>
<li class="file-stats">
<a href="#28db28ce1cc62336a12083ab91cc86d0e9d32b35">
<span class="new-file">
+
src/kgx-empty.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#72ef9b35b44fc99cbed561992f198ac0a514387e">
<span class="new-file">
+
src/kgx-empty.ui
</span>
</a>
</li>
<li class="file-stats">
<a href="#742ea9c08fd7fcffd579305b2c0a1eff71b814fa">
src/kgx-livery-manager.c
</a>
</li>
<li class="file-stats">
<a href="#c76018bdd9b51aabaf48d447d61b693d59d4bcf9">
src/kgx-pages.c
</a>
</li>
<li class="file-stats">
<a href="#783f73e80d04500cd28c1e5fdb5e178abf9d4ce9">
src/kgx-pages.ui
</a>
</li>
<li class="file-stats">
<a href="#15562c8db5dbc09ea22b2bd9e854f030d2d986cd">
src/kgx-process.c
</a>
</li>
<li class="file-stats">
<a href="#4e62f4c9da78935f1a965e9f690faaf8cb66e077">
src/kgx-settings.c
</a>
</li>
<li class="file-stats">
<a href="#b7a9ce72120d472e1164d9c8cce63fa3405e0926">
src/kgx-settings.h
</a>
</li>
<li class="file-stats">
<a href="#dcff8c208badfb6a23fc31e523af03d07e0d5056">
<span class="new-file">
+
src/kgx-shared-closures.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#b250435499b13ad330ed9f4c0d9398db1449d390">
src/kgx-tab.c
</a>
</li>
<li class="file-stats">
<a href="#d326b518750505183cbcf5ef4ffe6e83815b2fd4">
src/kgx-tab.ui
</a>
</li>
<li class="file-stats">
<a href="#d5dc83162f3f9d59cd647b421165ac4819a4b54e">
src/kgx-terminal.c
</a>
</li>
<li class="file-stats">
<a href="#4112c4081cc0cad90cee1b5d390169afeaecff3f">
src/kgx-terminal.ui
</a>
</li>
<li class="file-stats">
<a href="#c2ad4b229c4e54cc755a2620518e2f3d41cbb4c2">
src/kgx-theme-switcher.c
</a>
</li>
<li class="file-stats">
<a href="#fde20b480275b44ab401b55249ca30932dd04b37">
src/kgx-theme-switcher.ui
</a>
</li>
<li class="file-stats">
<a href="#2945fed557e42b07846506547fcc7b4f7077f6e1">
src/kgx-train.c
</a>
</li>
<li class="file-stats">
<a href="#6b003db7dbc1d18ee02dede9edcafec93c6b0848">
src/kgx-utils.c
</a>
</li>
<li class="file-stats">
<a href="#298d28c0da6414801a9c0740099676844df8cf56">
src/kgx-utils.h
</a>
</li>
<li class="file-stats">
<a href="#34dcbdb000fe6f74995ac0e34acc2ecaf1d0e772">
src/kgx-watcher.c
</a>
</li>
<li class="file-stats">
<a href="#1eb82e3f7d9b223a05a17bce48b3598d528618e9">
src/kgx-window.c
</a>
</li>
<li class="file-stats">
<a href="#61cc523e00c06de0272b921d425300a035dc431d">
src/kgx-window.ui
</a>
</li>
<li class="file-stats">
<a href="#c2b58f0999a753e66935f336c69145dc33ef28b5">
src/kgx.gresource.xml.in
</a>
</li>
<li class="file-stats">
<a href="#3a576e09615c0e19842e5f3ac31e858c9ae7fe41">
src/main.c
</a>
</li>
<li class="file-stats">
<a href="#17867de5076d50e87826675d7ed81840420e4676">
src/meson.build
</a>
</li>
<li class="file-stats">
<a href="#cac067f95cfd2addc46c486fc5a2b04c3d7b3fe7">
<span class="new-file">
+
src/pids/kgx-gtop.c
</span>
</a>
</li>
<li class="file-stats">
<a href="#5768da7f19982b12e12bedbdc7b94df23df367d9">
<span class="new-file">
+
src/pids/kgx-gtop.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#c387d303fddad25486f390e5cf1916f7b5c97ac9">
<span class="new-file">
+
src/pids/kgx-pids.c
</span>
</a>
</li>
<li class="file-stats">
<a href="#667cc03114a9b6d3bca0ad9677c31dd6e163ba64">
<span class="new-file">
+
src/pids/kgx-pids.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#3afe052eb8907d477472081719f81f9937eae9b6">
<span class="new-file">
+
src/pids/meson.build
</span>
</a>
</li>
<li class="file-stats">
<a href="#199c81d8625cb1aaa85a72e49e4ad72a9fed6766">
src/style.css
</a>
</li>
<li class="file-stats">
<a href="#2cd2ada02a9433d69c1b270da899c1178292bbbf">
<span class="deleted-file">

test_colours.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#4d40740642027ef85ea7ea39aa7df2c02cc9239b">
tests/test-utils.c
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: .875rem;">
The diff was not included because it is too large.
</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #626168;">

<br>
<a href="https://salsa.debian.org/gnome-team/gnome-console/-/compare/769c283a034f6d8c17b4637a24c65b3837d6e73c...c68880c9a5f444edf6672d3ba9f3f3ff090cb777">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://salsa.debian.org">salsa.debian.org</a>. <a href="https://salsa.debian.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://salsa.debian.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>



</p>
</div>
</body>
</html>