Changes: pre-release housekeeping

main
Adriaan de Groot 4 years ago
parent d6825c4986
commit 7e0e063c3f

@ -11,18 +11,26 @@ website will have to do for older versions.
This release contains contributions from (alphabetically by first name): This release contains contributions from (alphabetically by first name):
- Anke Boersma - Anke Boersma
- Camilo Higuita
## Core ## ## Core ##
- The (re)translation framework has been internally re-vamped to be - The (re)translation framework has been internally re-vamped to be
less resource-intensive and to work with all QObjects, not just less resource-intensive and to work with all QObjects, not just
widgets. Consumers of the translations framework are expected to widgets. Consumers of the translations framework are expected to
set up the event filter on the top-level widget(s) manually. set up the event filter on the top-level widget(s) manually. Since
Calamares and the Calamares-test-applications have been adjusted already,
no further action is needed.
## Modules ## ## Modules ##
- Logic for handling installation lists has been moved around in the
*packages* module so that package managers can, in principle,
adjust how to handle critical and non-critical package lists.
- In the *partition* module, translation code has been simplified.
- The *usersq* module has had a fair bit of QML rewritten to make it easier - The *usersq* module has had a fair bit of QML rewritten to make it easier
to customize the colors used by the module in a consistent way. to customize the colors used by the module in a consistent way.
(Thanks Anke) (Thanks Anke)
- *Welcome* now uses a translated message from the Config object,
increasing the sharing between widgets- and QML-modules.
# 3.2.40 (2021-07-14) # # 3.2.40 (2021-07-14) #

@ -41,7 +41,7 @@
# TODO:3.3: Require CMake 3.12 # TODO:3.3: Require CMake 3.12
cmake_minimum_required( VERSION 3.3 FATAL_ERROR ) cmake_minimum_required( VERSION 3.3 FATAL_ERROR )
project( CALAMARES project( CALAMARES
VERSION 3.2.40 VERSION 3.2.41
LANGUAGES C CXX LANGUAGES C CXX
) )

Loading…
Cancel
Save