diff --git a/CHANGES b/CHANGES index 745a9b7..57779e4 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,17 @@ 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.11 (2024-11-05) + +This is a release to match Calamares 3.3.11. 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 diff --git a/README.md b/README.md index a8b1965..475273f 100644 --- a/README.md +++ b/README.md @@ -164,10 +164,6 @@ phase). ### Example Modules -- [filekeeper](modules/filekeeper/CMakeLists.txt) is a C++ **job** module - to copy files from the host (live) system to the target system at - the end of installation, like logfiles. (This module is made obsolete - by the *preservefiles* module included with Calamares proper) - [freebsddisk](modules/freebsddisk/CMakeLists.txt) is a C++ **view** module with a QML-based UI. It has no actual functionality, and serves as a test that view modules can be built out-of-tree.