summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-09-04 20:35:42 -0500
committerZach van Rijn <me@zv.io>2022-09-04 20:35:42 -0500
commit74420ea7f95ef10e9a91022d6815deacc1dcdedd (patch)
treeb12f477ef9f8cc9f48db7c3bf9a56462686f999d
parent4b3e8792480c47146d9ca42148eff9ab65234e7d (diff)
downloadhorizon-74420ea7f95ef10e9a91022d6815deacc1dcdedd.tar.gz
horizon-74420ea7f95ef10e9a91022d6815deacc1dcdedd.tar.bz2
horizon-74420ea7f95ef10e9a91022d6815deacc1dcdedd.tar.xz
horizon-74420ea7f95ef10e9a91022d6815deacc1dcdedd.zip
Release version 0.9.70.9.7
-rw-r--r--CHANGELOG.rst57
1 files changed, 56 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 3616805..409dcc7 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,10 +5,65 @@
* **A. Wilcox**, documentation writer
* **Contributors**, code
:Copyright:
- © 2019-2020 Adélie Linux and contributors.
+ © 2019-2022 Adélie Linux and contributors.
+0.9.7 (2022-09-04)
+==================
+
+CI
+--
+
+* Make test environment more predictible
+
+
+hscript
+-------
+
+* Portability fixes for libc++
+
+* Better, more portable net conf reading
+
+
+Project
+-------
+
+* Miscellaneous URL fixes, documentation updates
+
+
+Qt UI
+-----
+
+* Select 'docs' package for Standard/Mobile
+
+* Offer SDDM as an option for Custom installs
+
+* Use 'tain' instead of 'tain_t'
+
+* Use alternative QProcess API
+
+* Use newer QPalette name
+
+* Port to using heavier buttonClicked signal
+
+* Refactor mount dialog partition display
+
+* Use correct SkipEmptyParts based on Qt SDK
+
+* Handle salt material correctly
+
+
+Tests
+-----
+
+* Ensure Ruby is always in UTF-8 mode
+
+* Add an stdout check to the simulator check
+
+* Fix, once and for all
+
+
0.9.6 (2020-11-07)
==================