diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-25 17:48:21 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-25 17:48:21 +0200 |
| commit | 8cb5cc303f1c83d2c63d5cb972a7faee294e7c23 (patch) | |
| tree | cc8e5d23a680f551a9e8b60ac0be0fbc87fd3ea5 /CHANGELOG.md | |
| parent | d2459356d648825932137e9c7c5c018233c565a1 (diff) | |
| download | llamachat-8cb5cc303f1c83d2c63d5cb972a7faee294e7c23.tar.gz llamachat-8cb5cc303f1c83d2c63d5cb972a7faee294e7c23.zip | |
feat: move model and prompt pickers to the bottom bar, add button icons
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 8 |
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 |
