From 8cb5cc303f1c83d2c63d5cb972a7faee294e7c23 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 25 Aug 2026 17:48:21 +0200 Subject: feat: move model and prompt pickers to the bottom bar, add button icons --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index cc13970..a79898b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,9 +69,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 moment once used. The text comes from the source markdown, since Qt emits one `
` per line and the block cannot be recovered from the rendered
   HTML.
+- Icons on the chat buttons (New, Attach, Clear files, Stop, Send), drawn
+  at runtime so there is still no icon file to install. Send is now a square
+  button beside the entry box with its label under the icon, and New/Attach
+  sit at the right end of the picker row.
 
 ### Fixed
 
+- The model and prompt pickers lived in the top bar, so a narrow window
+  pushed them into the mode toggle and the context meter. They now live in
+  the bottom bar, and the top bar keeps only the mode toggle and the
+  read-outs.
 - A long line in a code block widened the whole transcript and left it
   scrolling sideways. Qt's markdown stylesheet wraps `p` and `li` but not
   `pre`, and it is dropped when only the body fragment is kept, so the block
-- 
cgit v1.2.3