From 475856b767b223887c671a5a62f72e981ef82d01 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Tue, 30 Sep 2025 23:28:05 -0700 Subject: [PATCH] docs: start tracking qs-next changelog --- changelog/next.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelog/next.md diff --git a/changelog/next.md b/changelog/next.md new file mode 100644 index 0000000..e2ba257 --- /dev/null +++ b/changelog/next.md @@ -0,0 +1,11 @@ +## New Features + +- Added support for creating wayland idle inhibitors. +- Added support for wayland idle timeouts. +- Changes to desktop entries are now tracked in real time. + +## Bug Fixes + +- Fixed a crash when running out of disk space to write log files. +- Fixed a rare crash when disconnecting a monitor. +- Fixed build issues preventing cross compilation from working.