diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-09-27 01:12:57 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-09-27 01:12:57 -0500 |
commit | 82d754f0018db28220fe0402eb0a796fa94af893 (patch) | |
tree | 207bfff3c9a44cc9f2af5aa462ec81910eb862d1 | |
parent | 93f11e87bec630af0575a78b875724c7c3c3cc52 (diff) | |
download | horizon-0.9.5.tar.gz horizon-0.9.5.tar.bz2 horizon-0.9.5.tar.xz horizon-0.9.5.zip |
Release version 0.9.50.9.5
-rw-r--r-- | CHANGELOG.rst | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8cee39d..cf2e3b0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,47 @@ © 2019-2020 Adélie Linux and contributors. + +0.9.5 (2020-09-27) +================== + +Disk +---- + +* Remount EFI vars directory correctly during UEFI bootloader installation. + +* Force creation of ext4 file systems. + + +Image Creation +-------------- + +* Dracut is now called inside the chroot, making it easier to create foreign + architecture media. + + +Qt UI +----- + +* An issue with installing bootloaders has been fixed. + +* The Wi-Fi network selection page has been redesigned to be easier to use, and + now has a help file. + +* It is now possible to format partitions from the manual mount selection page. + +* A build issue with unstable versions of Qt has been fixed. Note that non-LTS + versions of Qt are still officially unsupported. If you have issues using a + self-built version of Horizon, please build against Qt 5.12 before reporting. + +* It is now possible to build the Runtime Environment wizard for Macintosh. + +* The manual mount code was rewritten to perform faster in complex scenarios. + +* Dracut will now be installed to the target when the bootloader is selected. + + + 0.9.4 (2020-08-30) ================== |