File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " signal-tui"
3- version = " 0.3.2 "
3+ version = " 0.3.3 "
44edition = " 2021"
55license = " GPL-3.0-only"
66description = " Terminal-based Signal messenger client with vim keybindings"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments