<!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: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: var(--default-regular-font, "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,0.01) 0 0 1px; font-family: var(--default-regular-font, "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;">
Arnaud Ferraris pushed to branch debian/latest at <a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard">Debian On Mobile / squeekboard</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/5bf84c9d039ab0c7d0047943d2fd3f57c7d28319">5bf84c9d</a></strong>
<div>
<span> by Arnaud Ferraris </span> <i> at 2024-03-10T15:44:28+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Cargo.deps.newer: update for gtk-rs 0.17

Modified by Peter Michael Green for version 0.18 of rust gtk stack.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/86674507e1d0e104363b5f80e13a2f888e17087d">86674507</a></strong>
<div>
<span> by Arnaud Ferraris </span> <i> at 2024-03-10T15:44:28+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>src: popover: fix build with newer gtk-rs

`gtk-rs` v0.16+ no longer exposes the internal fields of the
`gtk::Rectangle` struct, mandating the use of the `new()` function
instead.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/078f58be26fdc04ae20a2b2cbb4528ff161dd848">078f58be</a></strong>
<div>
<span> by Arnaud Ferraris </span> <i> at 2024-03-10T15:44:28+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>src: style: fix build with newer gtk-rs

`gtk::Settings::property()` no longer returns a `Result` but instead
panics if the property doesn't exist. In order to work around this
change without affecting the surrounding code too much, this patch
modifies the `prop` function so we can avoid panics and wrap the
property value into a `Result` as was previously the case.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/df6221ae92b1904cabc106a7628b21ce2a69d4e0">df6221ae</a></strong>
<div>
<span> by Arnaud Ferraris </span> <i> at 2024-03-10T15:44:28+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Cargo.*: use xkbcommon v0.5 for "newer" builds

Debian now provides `rust-xkbcommon` v0.5, so let's use this as the
base version for our use-case.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/aa513b5cd93d68604691d560a9b581f99ccf6eed">aa513b5c</a></strong>
<div>
<span> by Peter Michael Green </span> <i> at 2024-03-10T15:44:28+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Replace "Continue" with "ControlFlow"

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/a569b1c1a3f924d1cd9b3d374837d8924ae2f87c">a569b1c1</a></strong>
<div>
<span> by Peter Michael Green </span> <i> at 2024-03-10T15:44:28+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>"Priority" constants for glib-rs 0.18

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/c9fff735628ec68377ac3b179e29e2d95bc12edb">c9fff735</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2024-03-10T15:44:28+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>build: Fix typo

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/9c302a9131c6338f37885c23eb5ada597816be5c">9c302a91</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2024-03-10T15:44:28+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>ci: Switch to Debian trixie

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/8ebb9cd592fa43aa63defea85ca08ddc51d2ccfc">8ebb9cd5</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2024-03-10T15:44:28+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>build: Do away with older and newer deps

We copy the 'newer' variant to the canonical locations.
No need to implement manual branching, we have git since decades.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/dddfff491dea84fd607deff9b0c0e99c51442cf7">dddfff49</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2024-03-10T15:44:28+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>packaging: Bump dependencies

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/93c7d4e399ba0478e206857fb31c33390fc497e7">93c7d4e3</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2024-03-10T15:44:28+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>packaging: Keep Cargo.lock

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/e7d80a255538e75855b0445d2e299d3e8620288f">e7d80a25</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2024-03-10T15:44:28+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>cargo: Be more strict with clap

Newer versions fail to build as they require newer rustc

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/3bdcc4326c0186d361d6f5b6f67dfc8c68dbcbeb">3bdcc432</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2024-03-10T15:44:28+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; 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 features to reference build

The whole build still targets ancient glib_v0_14 so pass that on until
squeekboard supports running with glib_v2_70 or anything else halfway
recent.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/5625c70733ba3fcf7223214af92e6c621905d7f5">5625c707</a></strong>
<div>
<span> by Marge Bot </span> <i> at 2024-03-10T16:08:52+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'trixie' into 'main'

Build against a bit newer dependencies

See merge request World/Phosh/squeekboard!620</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/15ebd0ffafca31a6e5894910ac11afbb9353e2e1">15ebd0ff</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2024-03-10T17:37:52+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Switch to glib v2_58

Remove the ancient fallbacks

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/621>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/d801b77e96cf256dc5f1befbb5d74e0762d3e5f3">d801b77e</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2024-03-10T17:37:52+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>popover: Ignore return value

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/621>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/00740de79f591caeff4570c58aca2292f98b8a5e">00740de7</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2024-03-10T17:37:52+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>drawing: Unwrap errors

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/621>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/7ed0d48a99d8dd7f38876bd73d6f93d36a5af7d3">7ed0d48a</a></strong>
<div>
<span> by Guido Günther </span> <i> at 2024-03-10T17:37:52+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>test-layout: Drop unneeded `macro use`

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/621>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/9cb6817da9928a0ce71542672840a274b425e42e">9cb6817d</a></strong>
<div>
<span> by Marge Bot </span> <i> at 2024-03-11T15:33:05+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'glib-2-58' into 'main'

Forward to glib-2-58

See merge request World/Phosh/squeekboard!621</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/5806b14628ef8d6e3bab0c23065e64b5f86b5599">5806b146</a></strong>
<div>
<span> by MoonlightWave-12 </span> <i> at 2024-03-11T17:45:57+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Simplify build-system further

Remove Fragile from the list of dependencies

It is not necessary for building 'gio' anymore,
since the upgrade to 'glib v2_58'.

Remove "online" and "reset_lock" Meson-options

Building Squeekboard should work offline.

Use a single "Cargo.toml"-file instead of splitting it into parts

and putting it back together when building.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/623>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/a8c78dd6dd4c86733cf364fdbcd07e7eaedc0319">a8c78dd6</a></strong>
<div>
<span> by MoonlightWave-12 </span> <i> at 2024-03-11T17:48:05+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update dependencies

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/623>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/9acfd895576f8117413fc2f6be292fe682ac5b07">9acfd895</a></strong>
<div>
<span> by Marge Bot </span> <i> at 2024-03-12T09:53:06+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'simplify-build-system' into 'main'

Simplify build-system further

See merge request World/Phosh/squeekboard!623</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/e7ff7f410c3fe071bcc9016780fdd8621bbf1852">e7ff7f41</a></strong>
<div>
<span> by MoonlightWave-12 </span> <i> at 2024-03-15T13:23:35+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Change label of "PgUp" and "PgDn", to "Page ↑" and "Page ↓"

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/625>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/dc54fa960927da386ea1dcb2c9448fc8b84cb7b8">dc54fa96</a></strong>
<div>
<span> by Marge Bot </span> <i> at 2024-03-15T16:45:33+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'PgUp-PageUp' into 'main'

Change label of "PgUp" and "PgDn", to "Page ↑" and "Page ↓"

See merge request World/Phosh/squeekboard!625</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/c4af2131fd5f43dd22f54e0536b14257e006fa11">c4af2131</a></strong>
<div>
<span> by MoonlightWave-12 </span> <i> at 2024-03-15T18:01:07+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>data/keyboards/terminal/*.yaml: Update terminal-layouts

- Fix highlighting

- Fix sizes of buttons

- Reduce layout-changes when switching views

- Make layouts more consistent

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/626>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/94ce5e2ee1e061fe9284a02adc38873ad30ae1bd">94ce5e2e</a></strong>
<div>
<span> by Marge Bot </span> <i> at 2024-03-15T17:31:23+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'layout-improvements-3' into 'main'

Improvements for various terminal-layouts

See merge request World/Phosh/squeekboard!626</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/881dad5914039378ae155ad8b9f9c7b3b2b34109">881dad59</a></strong>
<div>
<span> by MoonlightWave-12 </span> <i> at 2024-03-16T14:25:20+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Improve German layout

It is rectangular now,
there are less layout-changes when switching views,
and some commonly used symbols are more easily available.

Before this change, the arrangement of the keys was different between
the normal layout and the wide layout.
The wide layout can now move to the "eschars"-view, like the normal layout.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/627>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/a91356eb2046977f7a0fdbaed229149b424404c9">a91356eb</a></strong>
<div>
<span> by Marge Bot </span> <i> at 2024-03-16T14:05:35+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'improve-german-layout' into 'main'

Improve German layout

See merge request World/Phosh/squeekboard!627</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/e0347a6554a620a0437a4ec517eb57b1ee963177">e0347a65</a></strong>
<div>
<span> by MoonlightWave-12 </span> <i> at 2024-03-18T15:48:41+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; 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 terminal-layout

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/628>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/ca3b79081e962f05a7d716bd092d599af46832c5">ca3b7908</a></strong>
<div>
<span> by MoonlightWave-12 </span> <i> at 2024-03-18T16:13:41+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Translate keys on French terminal-layouts

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/628>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/47ce76afd59c5a4077ac9c1d9e1e3b7bf99aea7f">47ce76af</a></strong>
<div>
<span> by Marge Bot </span> <i> at 2024-03-18T15:51:10+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'layout-improvements' into 'main'

Update spanish and french terminal-layouts

See merge request World/Phosh/squeekboard!628</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/07f797c4b4baa7754b992bb2d04399d20ea104f8">07f797c4</a></strong>
<div>
<span> by MoonlightWave-12 </span> <i> at 2024-03-19T15:33:59+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Clean up layout-files

- Change text to symbols
- Remove unused button-definitions

This makes these layout-files easier to understand and edit.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/629>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/164b2fa0d012d15686aba0d021c119e25462ca1e">164b2fa0</a></strong>
<div>
<span> by Marge Bot </span> <i> at 2024-03-19T15:46:50+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'clean-up-layout-files' into 'main'

Clean up layout-files

See merge request World/Phosh/squeekboard!629</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/5cfb940caab1679b991ec438043f64e63712b1ec">5cfb940c</a></strong>
<div>
<span> by MoonlightWave-12 </span> <i> at 2024-03-20T19:43:06+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Add the remaining, wide shapes for layouts

There should be a wide shape for
all available layouts, so those can be used
well on devices in horizonal orientation.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/630>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/807a994b8d5361e3c4455bd5676a311ea7420dc2">807a994b</a></strong>
<div>
<span> by Marge Bot </span> <i> at 2024-03-21T13:41:56+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'wide-shapes-for-remaining-layouts' into 'main'

Add the remaining, wide shapes for layouts

See merge request World/Phosh/squeekboard!630</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/332e5f91c8491001cbb93c6dde88eb47eb80da34">332e5f91</a></strong>
<div>
<span> by MoonlightWave-12 </span> <i> at 2024-03-22T11:53:35+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update to serde_yaml 0.9.*

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/624>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/7a55dce8399a81dc9146bedee4157de5cec4cba3">7a55dce8</a></strong>
<div>
<span> by MoonlightWave-12 </span> <i> at 2024-03-22T12:03:49+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>CI: Install build-dependencies in 'build_reference'-CI-job

Since the update of 'serde_yaml' from 0.8 to 0.9,
the build-dependencies are required to complete this CI-job.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/624>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/0bc1ad4eaf6b4a63a01ef330029fed441564948f">0bc1ad4e</a></strong>
<div>
<span> by MoonlightWave-12 </span> <i> at 2024-03-22T12:05:15+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>CI: Install 'serde-yaml 0.9' from experimental

To make it possible for the CI to pass, during the transition
from 'serde-yaml 0.8' to 'serde-yaml 0.9' in Debian Trixie.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/624>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/9d9d3ed9a55f2772e9289f6a7c21f9e59f7e2ccb">9d9d3ed9</a></strong>
<div>
<span> by Marge Bot </span> <i> at 2024-03-22T12:04:40+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'update-to-serde_yaml-0.9' into 'main'

Update to serde_yaml 0.9.*

Closes #379

See merge request World/Phosh/squeekboard!624</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/4997cb45f5479df73375d6e76e3a7b5337f3f5bd">4997cb45</a></strong>
<div>
<span> by Vittorio Monti </span> <i> at 2024-03-22T20:09:47+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update Italian translation
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/16019e20bd90d1068ac254336c0377a2ba4cddea">16019e20</a></strong>
<div>
<span> by MoonlightWave-12 </span> <i> at 2024-03-23T17:00:55+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Update dependencies

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/631>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/115a45d44a5e9c8d4144becc25bddaaf11fdc5d2">115a45d4</a></strong>
<div>
<span> by MoonlightWave-12 </span> <i> at 2024-03-23T18:53:08+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Release 1.38.0

Changes:
- 25 wide shapes have been added,
  so that every available layout now has a wide shape
- "PgUp" and "PgDn" on the terminal-layouts have been relabeled
  to "Page ↑" and "Page ↓"
- The Spanish and French terminal-layouts now have translated key-names
- The Spanish terminal-layout has been updated with the additional
keys that are already available on the US-terminal-layout.
- The wide and base shapes of the German layout had a different
  key-arrangement and the wide shape did not have a button to access
  additional characters; this has been fixed.

Development:
- Squeekboard's versioning now follows Phosh's versioning
  (for example: Squeekboard 1.38 was released in time for Phosh 0.38)
- The build-system has been simplified
  - A single Cargo.toml file is used,
    instead of assembling it from multiple parts
  - Newer dependencies are now used for building Squeekboard by default
- Squeekboard's main development-platform is now Debian Testing
- The layout-files have been cleaned up,
  so that those are easier to understand and edit

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/631>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/5e42c12be4c4e112dfb4e61b3198331be69cae8b">5e42c12b</a></strong>
<div>
<span> by Marge Bot </span> <i> at 2024-03-23T20:47:42+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Merge branch 'release-1.38.0' into 'main'

Release Squeekboard 1.38.0

See merge request World/Phosh/squeekboard!631</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/b37937f00e52301d48369d4ec0799a1c852d90d7">b37937f0</a></strong>
<div>
<span> by Arnaud Ferraris </span> <i> at 2024-04-22T21:12:28+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; 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 1.38.0</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/862bd3455a3869443e4c9b4455a924eb41f541a7">862bd345</a></strong>
<div>
<span> by Arnaud Ferraris </span> <i> at 2024-04-22T21:12:29+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; 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/1.38.0'

Update to upstream version '1.38.0'
with Debian dir 7d3f4689a5922814be88646a49e43707f378eeae</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/a6c459bc8cd816d6c9cce8139d24415e5e285731">a6c459bc</a></strong>
<div>
<span> by Arnaud Ferraris </span> <i> at 2024-04-22T21:34:15+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; 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
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/1ec9c1b7ee386cff823270c6b8b810caaed6029f">1ec9c1b7</a></strong>
<div>
<span> by Arnaud Ferraris </span> <i> at 2024-04-22T21:34:38+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/patches: drop upstreamed patches
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/bd69a8ede9ccc3043792654edbc5f71e1c4d0d86">bd69a8ed</a></strong>
<div>
<span> by Arnaud Ferraris </span> <i> at 2024-04-22T21:35:12+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/control: drop unneeded versioned constaints on build-deps
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/3138f3ddb17499d67f986948dabcdb7974873fd2">3138f3dd</a></strong>
<div>
<span> by Arnaud Ferraris </span> <i> at 2024-04-22T22:14:30+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/rules: drop usage of removed meson options
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/87c6ca79b74f41b6f3f00f2decbc76d00da329e6">87c6ca79</a></strong>
<div>
<span> by Arnaud Ferraris </span> <i> at 2024-04-22T22:32:07+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/control: bump serde-yaml build-dep to 0.9
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/66b33fe1abf3e0506b7b2d90b243b0e61d76e7ed">66b33fe1</a></strong>
<div>
<span> by Arnaud Ferraris </span> <i> at 2024-04-22T22:34:04+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>d/changelog: release version 1.38.0-1
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#587d266bb27a4dc3022bbed44dfa19849df3044c">
.gitlab-ci.yml
</a>
</li>
<li class="file-stats">
<a href="#a40ad3250cdd4bf423ccbb4620034f5ada859301">
<span class="deleted-file">

Cargo.deps
</span>
</a>
</li>
<li class="file-stats">
<a href="#b59c53d06c53c3a872c704197b6fdff6fa1f09e7">
<span class="deleted-file">

Cargo.deps.newer
</span>
</a>
</li>
<li class="file-stats">
<a href="#e5df89eca01f14c6b68304dd7c888e0570e41920">
<span class="deleted-file">

Cargo.deps.online
</span>
</a>
</li>
<li class="file-stats">
<a href="#14a5af756bb04b4a26c80cf95acf32f0f8b9f30f">
Cargo.lock
</a>
</li>
<li class="file-stats">
<a href="#ad67c7199ced9dd6e02c5ff4f10902964778c53a">
<span class="deleted-file">

Cargo.lock.newer
</span>
</a>
</li>
<li class="file-stats">
<a href="#1b290eb385892bfd4870c08a785598e98c8691b7">
Cargo.toml.in

Cargo.toml
</a>
</li>
<li class="file-stats">
<a href="#8e91c39ea457744ee86e8378b154b7f3bb28e325">
NEWS.md
</a>
</li>
<li class="file-stats">
<a href="#b2d005cb2761b5995ccbe374e3f98dc7e9f8d664">
data/keyboards/am+phonetic.yaml
</a>
</li>
<li class="file-stats">
<a href="#66157a5e309c7bf5c5c2ba108089ebaea7dbf01b">
<span class="new-file">
+
data/keyboards/am+phonetic_wide.yaml
</span>
</a>
</li>
<li class="file-stats">
<a href="#8b82209d852984ff3c533fce546654420b0eaa2f">
data/keyboards/am.yaml
</a>
</li>
<li class="file-stats">
<a href="#05acf170f93ff864258c732b7a239baffb945ab1">
<span class="new-file">
+
data/keyboards/am_wide.yaml
</span>
</a>
</li>
<li class="file-stats">
<a href="#16a31a9fc4bbfcc0652209578fd386e054e64a3e">
data/keyboards/be.yaml
</a>
</li>
<li class="file-stats">
<a href="#be85474d13dcb02212f15422ec9744c941530804">
data/keyboards/be_wide.yaml
</a>
</li>
<li class="file-stats">
<a href="#7effae3ce799a815fae7eb49b8f575bdb7e2dc3c">
data/keyboards/bg+phonetic.yaml
</a>
</li>
<li class="file-stats">
<a href="#e2c363070ace2f9b10de77974a6a8a7e82980025">
<span class="new-file">
+
data/keyboards/bg+phonetic_wide.yaml
</span>
</a>
</li>
<li class="file-stats">
<a href="#bda3f6391b86cec66f6bbc1d6aba4afbb33e8965">
data/keyboards/bg.yaml
</a>
</li>
<li class="file-stats">
<a href="#4de9ed09dcda76f21e1fcebb6fe8101abe0761cc">
<span class="new-file">
+
data/keyboards/bg_wide.yaml
</span>
</a>
</li>
<li class="file-stats">
<a href="#6b3fdb551b002e5549d1e7fbf357a208fd8ad895">
data/keyboards/br.yaml
</a>
</li>
<li class="file-stats">
<a href="#f3cbb331463443452bcc78d263df0480b9e473ab">
<span class="new-file">
+
data/keyboards/br_wide.yaml
</span>
</a>
</li>
<li class="file-stats">
<a href="#675bd577d2caf85d25a92f13aa82a2d2d2157220">
data/keyboards/ca.yaml
</a>
</li>
<li class="file-stats">
<a href="#d55e2c2449f85e98bd0eabf7fc41ce976a9cfe02">
<span class="new-file">
+
data/keyboards/ca_wide.yaml
</span>
</a>
</li>
<li class="file-stats">
<a href="#433011110c16853911979c496693c9dd62d5c781">
data/keyboards/ch+de.yaml
</a>
</li>
<li class="file-stats">
<a href="#dcd6effce5ca9a05349a77b560e0b3421a294c0e">
<span class="new-file">
+
data/keyboards/ch+de_wide.yaml
</span>
</a>
</li>
<li class="file-stats">
<a href="#69aa762b04eaa51b3278c15bc7a662f707ea4e42">
data/keyboards/ch+fr.yaml
</a>
</li>
<li class="file-stats">
<a href="#3721d090fb2cc490767075e3121781d91993f6a0">
<span class="new-file">
+
data/keyboards/ch+fr_wide.yaml
</span>
</a>
</li>
<li class="file-stats">
<a href="#d8ae661b85260a7653fdbd0dbccafa05e0b944d1">
data/keyboards/ch.yaml
</a>
</li>
<li class="file-stats">
<a href="#0d8ac84c008c1d90e9cd805a6192b0168ef56ad5">
data/keyboards/ch_wide.yaml
</a>
</li>
<li class="file-stats">
<a href="#babfc6df33c3e0929c5415d0cfffb67e97ea37ea">
data/keyboards/cz+qwerty.yaml
</a>
</li>
<li class="file-stats">
<a href="#78223ca7dad42475ac4c58531c0213a2c4d5db21">
data/keyboards/cz+qwerty_wide.yaml
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: 0.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: #737278;">

<br>
<a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/compare/dcd3cf41e4157bd350b4fe8a95b0237c2bbfa0a0...66b33fe1abf3e0506b7b2d90b243b0e61d76e7ed">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>