Skip to content

Commit 27698e2

Browse files
johnsideserfclaude
andcommitted
Bump version to v0.3.3, add changelog
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 20ad944 commit 27698e2

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "signal-tui"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2021"
55
license = "GPL-3.0-only"
66
description = "Terminal-based Signal messenger client with vim keybindings"

docs/src/changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## v0.3.3
4+
5+
### Bug fixes
6+
7+
- **Settings persistence** -- changes made in `/settings` are now saved
8+
to the config file and persist between sessions (fixes #40)
9+
- **Input box scrolling** -- long messages no longer disappear when
10+
typing past the edge of the input box; text now scrolls horizontally
11+
to keep the cursor visible (fixes #39)
12+
- **Image preview refresh** -- toggling "Inline image previews" in
13+
`/settings` now immediately re-renders or clears previews on existing
14+
messages (fixes #41)
15+
16+
### Settings
17+
18+
- **Tab to toggle** -- Tab key now toggles settings items in the
19+
`/settings` overlay, alongside Space and Enter
20+
21+
---
22+
323
## v0.3.2
424

525
### Read receipts and delivery status

0 commit comments

Comments
 (0)