<!-- SPDX-FileCopyrightText: no
     SPDX-License-Identifier: CC0-1.0
-->

This is the changelog for Calamares-Extensions. For each release, the major
changes and contributors are listed. Note that Calamares-Extensions does not
have a historical changelog -- this log starts with version 1.0.0.

# 3.3.12 (2024-11-21)

This is a release to match Calamares 3.3.12. The *unpackfsc* module has
moved to Calamares proper. There is a new module *flatpakinfo* that
tries to populate a netinstall key with packages available as flatpak.

This release contains contributions from (alphabetically by first name):
 - Adriaan de Groot
 - Sławomir Lach


# 3.3.1 (2024-01-15)

This is the first *calamares-extensions* release to go with a Calamares 3.3
release. The extensions now require Calamares 3.3. There is a branch for
3.2 legacy support but no releases are planned for it. The main reason
for this release is to have a 3.3-compatible release of *-extensions* at all.

This release contains contributions from (alphabetically by first name):
 - Adriaan de Groot
 - Anke Boersma
 - undef


# 1.3.2 (2023-08-28)

We skipped a couple of releases in the release-notes, then tagged
1.3.1 without a version bump or release-notes. So 1.3.2 brings us
back to "regular releases".

This release contains contributions from (alphabetically by first name):
 - Anke Boersma
 - Nathan Schulte
 - Oliver Smith
 - stravanpannala
 - undef

Changes and new modules in this release:
 - *mobile* Has new configuration options. (Thanks Nathan, Oliver)
 - *unpackfsc* Uses a more portable invocation of tar. (Thanks sravanpannala)


# 1.2.1 (2021-11-16)

The 1.2.0 release had no release-notes for that version, and failed to
credit Anke and Otus.

Changes and new modules in this release:
 - *unpackfsc* can use `fsarchiver` and unpack that, instead of squashfs;
   a distro might choose one tool or the other. Currently, only *savedir* /
   *restdir* mode (i.e. directories, not block-devices) are supported.

# 1.2.0 (2021-11-16)

This release contains contributions from (alphabetically by first name):
 - Anke Boersma
 - Otus9051

Changes and new modules in this release:
 - *refind* is a new module that installs the rEFInd bootloader. It can
   be used instead of the *bootloader* module from core Calamares. (Thanks Anke)
 - *unpackfsc* is a new module that uses `unsquashfs` directly. This may
   be faster or more convenient than the *unpackfs* module from core Calamares.
   The configuration file supports only one entry, but is otherwise easy to
   adapt from an existing `unpackfs.conf`.


# 1.1.2 (2021-05-14)

This release contains contributions from (alphabetically by first name):
 - Oliver Smith

Changes and new modules in this release:
 - New *os-* modules are intended for OS-specific work. They don't
   do anything concrete yet, though.
 - The *mobile* module has new features thanks to Oliver, with
   keyboard selection (numeric / alpha) for PIN / password entry among them.


# 1.1.1 (2021-02-23)

This release contains contributions from (alphabetically by first name):
 - Oliver Smith
 - Undef

Changes and new modules in this release:
 - Branding has a new example, *image-slideshow*, for a QML-based
   slideshow with only images.
 - CI now builds the extensions against a recent Calamares build.
 - *mobile* add ability to select target filesystem.
 - *mobile* rename `cmdMkfsRoot` to `cmdMkfsRootExt4`.
 - *mobile* wait screen has been re-worded.


# 1.1.0 (2021-01-04)

This release contains contributions from (alphabetically by first name):
 - Oliver Smith

Changes and new modules in this release:
 - *mobile* module bugfixes
 - *mobile* module SSH daemon can be disabled


# 1.0.0 (2020-12-05)

This release contains contributions from (alphabetically by first name):
 - Oliver Smith
 - ShalokShalom

Initial release of Calamares-Extensions as such, with one new module
 - *mobile*, for PostmarketOS initial configuration

