summary refs log tree commit diff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2024-06-11 22:24:35 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2024-06-11 22:44:22 +0200
commit24c687d5cdae793cfecbb8c91a733a89ac7b2510 (patch)
tree7ebfd79d99af1a645dff3069090b214630e77599 /CHANGELOG.md
parentBump jdenticon version (diff)
downloadnheko-24c687d5cdae793cfecbb8c91a733a89ac7b2510.tar.xz
Bump version to 0.12.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 687307a3..955dcb04 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
 # Changelog
 
-## [0.12.0] -- unreleased
+## [0.12.0] -- 2024-06-12
+
+### Notes
+
+The packages for windows are split into an appinstaller file with autoupdates
+and an msix, which can be installed directly and won't check for updates. The
+appimage is currently disabled until someone ports it to Qt6. The flatpak appid
+changed and you will need to migrate manually.
+
+For packagers most of our dependencies have been changed or updated. Most
+significantly Nheko now depends on KDSingleApplication and Qt6.
 
 ### Highlights
 
@@ -48,7 +58,7 @@
 - Disable workarounds for inline images for Qt6.7 and up.
 - Various improvements around window activation on Wayland. (q234rty)
 - Update emoji shortcodes. (TheDrawingCoder-Gamer)
-- Windows and Apple Silicon builds on our own hardware. (Thanks Thulnima for
+- Windows and Apple Silicon builds on our own hardware. (Thanks Thulinma for
     sponsoring access the Apple Silicon box)
 - MSIX builds and appinstaller for Windows with valid signatures and automatic updates.
 - Add environment variable to dump the video call pipeline.