<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Calamares</title>
    <description>The idea of Calamares arose from a desire of several independent Linux distributions to come together and work on a shared system installer. Instead of everyone working on their own implementation and forking forks of forks, why not work together on something that can be used by many?</description>
    <link>http://localhost:4000</link>
    <atom:link href="http://localhost:4000/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Calamares Migration</title>
        <description>&lt;p&gt;The Calamares project is still in-the-process-of migrating to &lt;a href=&quot;https://codeberg.org/&quot;&gt;Codeberg.org&lt;/a&gt;.
Today, the website on Codeberg has been updated with new information and documentation for the
new home. The existing site at &lt;a href=&quot;https://calamares.io/&quot;&gt;calamares.io&lt;/a&gt; has been updated to refer
people to the new home, pending DNS updates that will complete the migration.&lt;/p&gt;

&lt;p&gt;&lt;!--more--&gt;&lt;/p&gt;

&lt;p&gt;Important changes to the website:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;The latest news title is shown just below the latest release&lt;/li&gt;
  &lt;li&gt;The latest release is now only Calamares itself&lt;/li&gt;
  &lt;li&gt;The GPG key for signing Calamares releases has been updated&lt;/li&gt;
  &lt;li&gt;The &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;calamares-extensions&lt;/code&gt; repository has been folded into the main Calamares repository&lt;/li&gt;
  &lt;li&gt;The &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;deploycala.py&lt;/code&gt; script and its documentation have been removed (because the script was dangerous to use, and superceded by &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ci/&lt;/code&gt; scripts in all situations)&lt;/li&gt;
&lt;/ul&gt;

</description>
        <pubDate>Tue, 19 Aug 2025 00:00:00 +0200</pubDate>
        <link>http://localhost:4000/calamares-migration/</link>
        <guid isPermaLink="true">http://localhost:4000/calamares-migration/</guid>
      </item>
    
      <item>
        <title>Calamares 3.4.0 released</title>
        <description>&lt;p&gt;A &lt;strong&gt;test&lt;/strong&gt; release of Calamares, built from the Codeberg repository,
was released today. It marks the beginning of the 3.4 series,
which does not have a real “minor-worthy” change. Much like
the start of the 3.3 series, it will take a while for any
API changes to arrive and then settle down.&lt;/p&gt;

&lt;p&gt;However, this release does mark the full change-over of
releases from GitHub to Codeberg. There are no special
release notes for 3.4.0, as a 3.4.1 will follow shortly
with fixes for the release-process.&lt;/p&gt;

</description>
        <pubDate>Mon, 21 Jul 2025 00:00:00 +0200</pubDate>
        <link>http://localhost:4000/calamares-3.4.0-is-out/</link>
        <guid isPermaLink="true">http://localhost:4000/calamares-3.4.0-is-out/</guid>
      </item>
    
      <item>
        <title>Calamares 3.3.14 released</title>
        <description>&lt;p&gt;First of 2025, with a bunch of internal improvements in the Python bindings, an undo-hook for pages (which rolls back changes that the keyboard and timezone pages may have made to the system) and improvements to the &lt;em&gt;partition&lt;/em&gt; module.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;This release contains contributions from (alphabetically by given name):&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Adriaan de Groot&lt;/li&gt;
  &lt;li&gt;Evan James&lt;/li&gt;
  &lt;li&gt;TNE&lt;/li&gt;
  &lt;li&gt;vincent PENVERN&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;core&quot;&gt;Core&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;The Python bindings have been re-organized (source) and made more
consistent. At least one valid Python program would work with
the Boost::Python bindings, but not the pybind11 bindings. A
memory-corruption problem in the Boost::Python bindings was resolved.&lt;/li&gt;
  &lt;li&gt;Steps in the UI now have a hook to undo any changes they have made
to the live system, if the user cancels the installation.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;modules&quot;&gt;Modules&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;keyboard&lt;/em&gt; module undoes changes to the keyboard layout if the
user cancels the installation (returning the system to whatever
layout was in use when Calamares started). (#2377, #2431)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;locale&lt;/em&gt; module undoes changes to the timezone. (#2377, #2431)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;partition&lt;/em&gt; module stores a global storage value in luksPassphrase,
for later modules that need to manipulate the encrypted partition.
(thanks vincent, #2424)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;partition&lt;/em&gt; module no longer clear (unmounts) a Ventoy device.
(thanks TNE, #2427)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;partition&lt;/em&gt; module has configurable exceptions for the clear-mounts
(unmount) job. The exceptions have a few hard-coded “always included”
entries, which now include Ventoy alongside some Fedora-specific entries.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;feedback&quot;&gt;Feedback&lt;/h2&gt;

&lt;p&gt;If you experience an issue with Calamares, please tell us all about it
on the &lt;a href=&quot;https://codeberg.org/Calamares/calamares/issues&quot;&gt;&lt;strong&gt;Calamares issue tracker&lt;/strong&gt;&lt;/a&gt;. For a full change list, see
the full list of &lt;a href=&quot;https://codeberg.org/Calamares/calamares/milestones&quot;&gt;issues closed&lt;/a&gt; within the current generation (which is many releases).&lt;/p&gt;

</description>
        <pubDate>Thu, 20 Feb 2025 00:00:00 +0100</pubDate>
        <link>http://localhost:4000/calamares-3.3.14-is-out/</link>
        <guid isPermaLink="true">http://localhost:4000/calamares-3.3.14-is-out/</guid>
      </item>
    
      <item>
        <title>Calamares 3.3.13 released</title>
        <description>&lt;p&gt;A last-minute (of 2024) release, which brings a bunch of improvements from Lubuntu and elsewhere,
mostly for the &lt;em&gt;partition&lt;/em&gt; module.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;This release contains contributions from (alphabetically by given name):&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Aaron Rainbolt&lt;/li&gt;
  &lt;li&gt;Adriaan de Groot&lt;/li&gt;
  &lt;li&gt;Anke Boersma&lt;/li&gt;
  &lt;li&gt;Ching Hsü&lt;/li&gt;
  &lt;li&gt;Jakob Petsovits&lt;/li&gt;
  &lt;li&gt;Masato TOYOSHIMA&lt;/li&gt;
  &lt;li&gt;Simon Quigley&lt;/li&gt;
  &lt;li&gt;Vladyslav Prudius&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;core&quot;&gt;Core&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Fewer compile warnings with most-recent Qt versions.&lt;/li&gt;
  &lt;li&gt;Support systemd and consolekit block-suspend, not just KDE Plasma
block-suspend, during installation. (thanks Jakob, #2404)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;modules&quot;&gt;Modules&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;dracut&lt;/em&gt; module has more freedom to specify program options. (thanks Simon, #2401)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;partition&lt;/em&gt; module improved some user-visible messages. (thanks Masato, #2412)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;partition&lt;/em&gt; module re-scans available devices when selecting
“manual” partitioning mode, avoiding a crash. (thanks Masato, #2414)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;partition&lt;/em&gt; module can hide the LVM buttons during manual partitioning,
if the distro does not want to support LVM. (#2413)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;partition&lt;/em&gt; module can restrict what filesystems a user applies where,
e.g. ensuring EFI is a FAT32 partition. (thanks Aaron, #2400)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;unpackfs&lt;/em&gt; module supports skipping installation media if it
is not present, e.g. depending on how the live media is booted.
(thanks Simon, #2410)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;translations&quot;&gt;Translations&lt;/h2&gt;

&lt;p&gt;Calamares translations are usually done through Transifex, but
some users provide translation updates via patches, instead.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;uk&lt;/em&gt; thanks Vladyslav Prudius&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;zh_CN&lt;/em&gt; thanks Ching Hsü&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;feedback&quot;&gt;Feedback&lt;/h2&gt;

&lt;p&gt;If you experience an issue with Calamares, please tell us all about it
on the &lt;a href=&quot;https://codeberg.org/Calamares/calamares/issues&quot;&gt;&lt;strong&gt;Calamares issue tracker&lt;/strong&gt;&lt;/a&gt;. For a full change list, see
the full list of &lt;a href=&quot;https://codeberg.org/Calamares/calamares/milestones&quot;&gt;issues closed&lt;/a&gt; within the current generation (which is many releases).&lt;/p&gt;

</description>
        <pubDate>Tue, 31 Dec 2024 00:00:00 +0100</pubDate>
        <link>http://localhost:4000/calamares-3.3.13-is-out/</link>
        <guid isPermaLink="true">http://localhost:4000/calamares-3.3.13-is-out/</guid>
      </item>
    
      <item>
        <title>Calamares 3.3.12 released</title>
        <description>&lt;p&gt;Another quick release, primarily to resolve build issues with the &lt;em&gt;calamares-extensions&lt;/em&gt; repository.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;This release contains contributions from (alphabetically by given name):&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Adriaan de Groot&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;core&quot;&gt;Core&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;This release repairs the Calamares configuration file which is
used by external Calamares modules – calamares-extensions in particular.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;modules&quot;&gt;Modules&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;users&lt;/em&gt; module always uses a 3-digit UMASK if one is specified.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;feedback&quot;&gt;Feedback&lt;/h2&gt;

&lt;p&gt;If you experience an issue with Calamares, please tell us all about it
on the &lt;a href=&quot;https://codeberg.org/Calamares/calamares/issues&quot;&gt;&lt;strong&gt;Calamares issue tracker&lt;/strong&gt;&lt;/a&gt;. For a full change list, see
the full list of &lt;a href=&quot;https://codeberg.org/Calamares/calamares/milestones&quot;&gt;issues closed&lt;/a&gt; within the current generation (which is many releases).&lt;/p&gt;

</description>
        <pubDate>Fri, 22 Nov 2024 00:00:00 +0100</pubDate>
        <link>http://localhost:4000/calamares-3.3.12-is-out/</link>
        <guid isPermaLink="true">http://localhost:4000/calamares-3.3.12-is-out/</guid>
      </item>
    
      <item>
        <title>Calamares 3.3.11 released</title>
        <description>&lt;p&gt;A quick release with an important crash fix in the &lt;em&gt;partition&lt;/em&gt; module, new
features in the &lt;em&gt;unpackfs&lt;/em&gt; module (from Lubuntu) and a new &lt;em&gt;unpackfsc&lt;/em&gt; module (moved from the &lt;em&gt;calamares-extensions&lt;/em&gt; repository)
for an alternative way to unpack filesystems into the target system.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;This release contains contributions from (alphabetically by given name):&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Adriaan de Groot&lt;/li&gt;
  &lt;li&gt;Jakob Petsovits&lt;/li&gt;
  &lt;li&gt;Simon Quigley&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;core&quot;&gt;Core&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;No notable changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;modules&quot;&gt;Modules&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;unpackfs&lt;/em&gt; now supports a &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;condition&lt;/code&gt; configuration option for
conditional installation / unsquash. (thanks Simon)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;unpackfsc&lt;/em&gt; module imported from Calamares-extensions, and extended
with the same &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;condition&lt;/code&gt; configuration.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;partition&lt;/em&gt; crash fixed when swap was using the wrong end-sector
in some GPT configurations. (thanks Jakob, #2367)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;feedback&quot;&gt;Feedback&lt;/h2&gt;

&lt;p&gt;If you experience an issue with Calamares, please tell us all about it
on the &lt;a href=&quot;https://codeberg.org/Calamares/calamares/issues&quot;&gt;&lt;strong&gt;Calamares issue tracker&lt;/strong&gt;&lt;/a&gt;. For a full change list, see
the full list of &lt;a href=&quot;https://codeberg.org/Calamares/calamares/milestones&quot;&gt;issues closed&lt;/a&gt; within the current generation (which is many releases).&lt;/p&gt;

</description>
        <pubDate>Tue, 05 Nov 2024 00:00:00 +0100</pubDate>
        <link>http://localhost:4000/calamares-3.3.11-is-out/</link>
        <guid isPermaLink="true">http://localhost:4000/calamares-3.3.11-is-out/</guid>
      </item>
    
      <item>
        <title>Calamares 3.3.10 released</title>
        <description>&lt;p&gt;A release with improvements in a number of modules, with some last-minute delay
due to weirdness in the unit-tests.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;This release contains contributions from (alphabetically by given name):&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Aaron Rainbolt&lt;/li&gt;
  &lt;li&gt;Adriaan de Groot&lt;/li&gt;
  &lt;li&gt;Evan James&lt;/li&gt;
  &lt;li&gt;Neal Gompa&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;core&quot;&gt;Core&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Support for “rwx”-style permissions-strings everywhere permissions are written.
Previously only octal was accepted (e.g. “755”) but you can now write the
permissions out like they would be reported by &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ls&lt;/code&gt; (e.g. “rwxr-xr-x”).&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;modules&quot;&gt;Modules&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;keyboard&lt;/em&gt; Repaired summary messages with strange formatting. (#2364)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;keyboard&lt;/em&gt; Can update KDE Plasma configuration in Wayland. (thanks Neal, #2264)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;locale&lt;/em&gt; Repaired summary messages with strange formatting. (#2364)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;partition&lt;/em&gt; Module fixed unwanted behavior with the encryption checkbox. (thanks Aaron, #2376)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;umount&lt;/em&gt; Correctly unmounts the root filesystem of the target. (thanks Evan)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;users&lt;/em&gt; Supports a new &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;home_permissions&lt;/code&gt; setting to override the
distro’s &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;useradd&lt;/code&gt; configuration of the umask. Supports octal and rwx-style
specifications of permissions. Other places that use permissions now also
support octal and rwx-style. (#2362)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;welcome&lt;/em&gt; Follows system styling colors (e.g. Dark Mode).&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;feedback&quot;&gt;Feedback&lt;/h2&gt;

&lt;p&gt;If you experience an issue with Calamares, please tell us all about it
on the &lt;a href=&quot;https://codeberg.org/Calamares/calamares/issues&quot;&gt;&lt;strong&gt;Calamares issue tracker&lt;/strong&gt;&lt;/a&gt;. For a full change list, see
the full list of &lt;a href=&quot;https://codeberg.org/Calamares/calamares/milestones&quot;&gt;issues closed&lt;/a&gt; within the current generation (which is many releases).&lt;/p&gt;

</description>
        <pubDate>Tue, 22 Oct 2024 00:00:00 +0200</pubDate>
        <link>http://localhost:4000/calamares-3.3.10-is-out/</link>
        <guid isPermaLink="true">http://localhost:4000/calamares-3.3.10-is-out/</guid>
      </item>
    
      <item>
        <title>Calamares 3.3.9 released</title>
        <description>&lt;p&gt;A release with minor bugfixes and improvements specifically in the Arabic translation.&lt;/p&gt;

&lt;p&gt;A reminder for distributions using Calamares with full disk encryption:
if you are using the &lt;em&gt;luksbootkeyfile&lt;/em&gt; module,
it must be placed before the &lt;em&gt;fstab&lt;/em&gt; module in settings.conf. If it comes
after, then the keyfile will be missing from crypttab and the user will be
asked for their password multiple times.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;This release contains contributions from (alphabetically by given name):&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Adriaan de Groot&lt;/li&gt;
  &lt;li&gt;Evan James&lt;/li&gt;
  &lt;li&gt;Luca Matei Pintilie&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;core&quot;&gt;Core&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Improved schemas for configuration files&lt;/li&gt;
  &lt;li&gt;Support for Interlingue in Qt 6.7&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;modules&quot;&gt;Modules&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Placed &lt;em&gt;luksbootkeyfile&lt;/em&gt; before &lt;em&gt;fstab&lt;/em&gt; in the example &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;settings.conf&lt;/code&gt; (#2356, Evan)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;packages&lt;/em&gt; module &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;xbcs&lt;/code&gt; package manager now logs progress messages (#2359, Luca)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;partition&lt;/em&gt; module mentions creating a swap file in its summary (#2320, Adriaan)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;feedback&quot;&gt;Feedback&lt;/h2&gt;

&lt;p&gt;If you experience an issue with Calamares, please tell us all about it
on the &lt;a href=&quot;https://codeberg.org/Calamares/calamares/issues&quot;&gt;&lt;strong&gt;Calamares issue tracker&lt;/strong&gt;&lt;/a&gt;. For a full change list, see
the full list of &lt;a href=&quot;https://codeberg.org/Calamares/calamares/milestones&quot;&gt;issues closed&lt;/a&gt; within the current generation (which is many releases).&lt;/p&gt;

</description>
        <pubDate>Tue, 13 Aug 2024 00:00:00 +0200</pubDate>
        <link>http://localhost:4000/calamares-3.3.9-is-out/</link>
        <guid isPermaLink="true">http://localhost:4000/calamares-3.3.9-is-out/</guid>
      </item>
    
      <item>
        <title>Calamares 3.3.8 released</title>
        <description>&lt;p&gt;A release with bugfixes in several modules (especially the &lt;em&gt;partition&lt;/em&gt; module), and a new feature in &lt;em&gt;shellprocess&lt;/em&gt;
and just about every place that runs commands – that includes &lt;em&gt;contextualprocess&lt;/em&gt;
jobs, &lt;em&gt;process&lt;/em&gt; job modules, and other places.&lt;/p&gt;

&lt;!--more--&gt;

&lt;p&gt;This release contains contributions from (alphabetically by first name):&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Adriaan de Groot&lt;/li&gt;
  &lt;li&gt;Evan James&lt;/li&gt;
  &lt;li&gt;Lorenzo Faletra&lt;/li&gt;
  &lt;li&gt;Tj&lt;/li&gt;
  &lt;li&gt;Victor Fuentes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;core&quot;&gt;Core&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;nothing in particular&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;modules&quot;&gt;Modules&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;contextualprocess&lt;/em&gt; see &lt;em&gt;shellprocess&lt;/em&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;mount&lt;/em&gt; module now correctly mounts luks and luks2-encrypted swap. (thanks Victor)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;partition&lt;/em&gt; avoids a crash with specific checkbox-presets. (thanks Evan)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;partition&lt;/em&gt; had a bug where manual partitioning on MBR systems might
skip the installation of a bootloader, even though the visible bootloader
combo-box showed that it would be installed. (see #2318)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;partition&lt;/em&gt; could calculate an incorrect partition size when installing to
very specific partition sizes, and now leaves a few more sectors for secondary
GPT tables. (thanks Tj)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;shellprocess&lt;/em&gt; now supports a &lt;em&gt;verbose&lt;/em&gt; key (globally and per-command) which logs
command output line-by-line.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;users&lt;/em&gt; module defaults password salt to &lt;em&gt;yescrypt&lt;/em&gt;. (thanks Lorenzo)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;feedback&quot;&gt;Feedback&lt;/h2&gt;

&lt;p&gt;If you experience an issue with Calamares, please tell us all about it
on the &lt;a href=&quot;https://codeberg.org/Calamares/calamares/issues&quot;&gt;&lt;strong&gt;Calamares issue tracker&lt;/strong&gt;&lt;/a&gt;. For a full change list, see
the full list of &lt;a href=&quot;https://codeberg.org/Calamares/calamares/milestones&quot;&gt;issues closed&lt;/a&gt; within the current generation (which is many releases).&lt;/p&gt;

</description>
        <pubDate>Wed, 03 Jul 2024 00:00:00 +0200</pubDate>
        <link>http://localhost:4000/calamares-3.3.8-is-out/</link>
        <guid isPermaLink="true">http://localhost:4000/calamares-3.3.8-is-out/</guid>
      </item>
    
      <item>
        <title>Calamares 3.3.7 released</title>
        <description>&lt;p&gt;A release mostly intended to get the process moving again, although it has a few new features and some bugfixes. Since 3.3.6 did not get a release announcement, that is included in this post as well.&lt;/p&gt;

&lt;!--more--&gt;

&lt;blockquote&gt;
  &lt;p&gt;What does “get the process moving” mean?
Well, it’s been two months since the last release, and planning the release
for “when this issue is fixed” – whatever I happen to be working on –
is taking too long. There are a couple of tough bugs to investigate,
but they should not hold up progress on other fronts.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1 id=&quot;calamares-337-2024-06-20&quot;&gt;Calamares 3.3.7 (2024-06-20)&lt;/h1&gt;

&lt;p&gt;This release contains contributions from (alphabetically by first name):&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Adriaan de Groot&lt;/li&gt;
  &lt;li&gt;Eugene San&lt;/li&gt;
  &lt;li&gt;Evan James&lt;/li&gt;
  &lt;li&gt;Ivan Borzenkov&lt;/li&gt;
  &lt;li&gt;Sohrab Behdani&lt;/li&gt;
  &lt;li&gt;Vincent Penvern&lt;/li&gt;
  &lt;li&gt;Vladislav Nepogodin&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;core&quot;&gt;Core&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Updated clang-formatting&lt;/li&gt;
  &lt;li&gt;Some C++20 future-proofing (thanks Vladislav)&lt;/li&gt;
  &lt;li&gt;CommandList (used by &lt;em&gt;contextualprocess&lt;/em&gt; and &lt;em&gt;shellprocess&lt;/em&gt;) now supports
globalstorage keys as substitutable variables.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;modules&quot;&gt;Modules&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;contextualprocess&lt;/em&gt; see &lt;em&gt;shellprocess&lt;/em&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;fstab&lt;/em&gt; module does not add an encryption keyfile if it does
not exist. (thanks Eugene)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;initcpiocfg&lt;/em&gt; has some new configuration settings to more carefully
adjust hooks for initcpio.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;keyboard&lt;/em&gt; module handles Persian (fa) layout better. (thanks Sohrab)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;keyboard&lt;/em&gt; module handles other non-ascii layout better. (thanks Ivan)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;partition&lt;/em&gt; module did not filter out invalid fstab entries;
they were not written, either, so no net change.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;partition&lt;/em&gt; module now has a configurable default check-state
for the encryption checkbox. (thanks Vincent)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;shellprocess&lt;/em&gt; commands now support globalstorage variables, which
are written as &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;${gs[key]}&lt;/code&gt;, where &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;key&lt;/code&gt; is a dotted string that
selects the globalstorage key to use (like in &lt;em&gt;contextualprocess&lt;/em&gt;
variable-selectors) and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;${gs[&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;]}&lt;/code&gt; are literal characters.&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;calamares-336-2024-04-16&quot;&gt;Calamares 3.3.6 (2024-04-16)&lt;/h1&gt;

&lt;p&gt;This release contains contributions from (alphabetically by first name):&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Adriaan de Groot&lt;/li&gt;
  &lt;li&gt;Anke Boersma&lt;/li&gt;
  &lt;li&gt;Eugene San&lt;/li&gt;
  &lt;li&gt;Evan James&lt;/li&gt;
  &lt;li&gt;Harald Sitter&lt;/li&gt;
  &lt;li&gt;Mike Stemle&lt;/li&gt;
  &lt;li&gt;Peter Jung&lt;/li&gt;
  &lt;li&gt;Simon Quigley&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;core-1&quot;&gt;Core&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Various Qt6-related fixes.&lt;/li&gt;
  &lt;li&gt;Calamares now prevents sleep and suspend while the installation is
running, so that unattended installs do not accidentally fall asleep.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;modules-1&quot;&gt;Modules&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;em&gt;bootloader&lt;/em&gt; Adds “splash” to kernel parameters if plymouth is present.
(thanks Eugene)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;locale&lt;/em&gt; Now picks the correct timezone for Dubai, Muscat, Tehran.&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;plymouthcfg&lt;/em&gt; Use plymouth-set-default-theme to avoid issues with
configuration. (thanks Peter)&lt;/li&gt;
  &lt;li&gt;&lt;em&gt;users&lt;/em&gt; module now supports enrolling in Active Directory, if enabled.
(thanks Simon)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;feedback&quot;&gt;Feedback&lt;/h2&gt;

&lt;p&gt;If you experience an issue with Calamares, please tell us all about it
on the &lt;a href=&quot;https://codeberg.org/Calamares/calamares/issues&quot;&gt;&lt;strong&gt;Calamares issue tracker&lt;/strong&gt;&lt;/a&gt;. For a full change list, see
the full list of &lt;a href=&quot;https://codeberg.org/Calamares/calamares/milestones&quot;&gt;issues closed&lt;/a&gt; within the current generation (which is many releases).&lt;/p&gt;

</description>
        <pubDate>Thu, 20 Jun 2024 00:00:00 +0200</pubDate>
        <link>http://localhost:4000/calamares-3.3.7-is-out/</link>
        <guid isPermaLink="true">http://localhost:4000/calamares-3.3.7-is-out/</guid>
      </item>
    
  </channel>
</rss>