Changes: pre-release housekeeping
This commit is contained in:
parent
d6825c4986
commit
7e0e063c3f
12
CHANGES
12
CHANGES
@ -11,18 +11,26 @@ website will have to do for older versions.
|
||||
|
||||
This release contains contributions from (alphabetically by first name):
|
||||
- Anke Boersma
|
||||
- Camilo Higuita
|
||||
|
||||
## Core ##
|
||||
- The (re)translation framework has been internally re-vamped to be
|
||||
less resource-intensive and to work with all QObjects, not just
|
||||
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 ##
|
||||
- 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
|
||||
to customize the colors used by the module in a consistent way.
|
||||
(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) #
|
||||
|
@ -41,7 +41,7 @@
|
||||
# TODO:3.3: Require CMake 3.12
|
||||
cmake_minimum_required( VERSION 3.3 FATAL_ERROR )
|
||||
project( CALAMARES
|
||||
VERSION 3.2.40
|
||||
VERSION 3.2.41
|
||||
LANGUAGES C CXX
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user