aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
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 `<pre>` 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