From c62bfa4ede09dfe15ed615eb2c09fd4f8e3a7438 Mon Sep 17 00:00:00 2001 From: Aaron Bull Schaefer Date: Wed, 25 Feb 2026 13:44:07 -0800 Subject: [PATCH] Summarize post-v2026.2.22 work --- CHANGELOG.md | 13 ++++++------- docs/whatsnew/unreleased/whatsnew-en-US | 3 +++ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba524af..bc55666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,16 +14,15 @@ The format is based on [Keep a Changelog][1], and this project adheres to ### Added -- Added an optional piano keyboard overlay that marks diatonic notes for the - selected key signature with subtle half-circle markers. +- Added an optional piano keyboard overlay that marks notes in the selected key + signature with subtle diatonic note markers. ### Changed -- Refined piano key rendering with a top-edge shadow gradient for stronger - depth/anchoring and improved contrast for top marker caps. -- Updated pressed piano key highlights to use a unified accent color with - layered shading/gradient treatment for better contrast across white and black - keys. +- Improved piano key rendering with stronger depth and clearer contrast, + including a top-edge shadow gradient and refined pressed-key highlights. +- Shortened scale degree tooltip and semantics wording for a more concise, + consistent in-app explanation. ### Fixed diff --git a/docs/whatsnew/unreleased/whatsnew-en-US b/docs/whatsnew/unreleased/whatsnew-en-US index e69de29..a8268ed 100644 --- a/docs/whatsnew/unreleased/whatsnew-en-US +++ b/docs/whatsnew/unreleased/whatsnew-en-US @@ -0,0 +1,3 @@ +- There's a new setting for optional markers that indicate which notes belong to the current key signature. +- Piano key visuals are clearer, with improved pressed-key highlighting. +- Scale degree labels are now more concise, with better spoken announcements for screen readers.