From d4a9fd7265ece0de691c55588448414d1064682f Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Wed, 15 Jul 2026 14:44:37 +0200 Subject: [PATCH] Add CHANGELOG (Keep a Changelog format) Start tracking notable user-facing changes. Seed the Unreleased section with the DSI flicker mitigation from this round. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01LKPbR6DY2JygHbyLjxm7Uu --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..94fe4a4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +All notable, user-facing changes to DeskLock are documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +DeskLock is pre-release and unversioned; entries accumulate under **Unreleased** +until the first tagged release. + +## [Unreleased] + +### Fixed + +- Reduced the blue-screen flicker during voice activity — lowered the DSI pixel + clock so the display's continuous PSRAM reads aren't starved by concurrent + Wi-Fi and audio DMA on the same bus.