From f5ca8453c0f2ef98108425dfabb91c09c4938f26 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 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/next.md diff --git a/changelog/next.md b/changelog/next.md new file mode 100644 index 0000000..d0e9895 --- /dev/null +++ b/changelog/next.md @@ -0,0 +1,9 @@ +## New Features + +- 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.