File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.1.0
4+
5+ ### New features
6+
7+ - ** Forward messages** -- press ` f ` in Normal mode to forward a message to
8+ another conversation via a filterable picker overlay (#139 )
9+ - ** Scroll position memory** -- switching between conversations now remembers
10+ and restores your scroll position (#137 )
11+ - ** Notification preview levels** -- new ` notification_preview ` config option
12+ with three levels: ` "full" ` (default), ` "sender" ` , or ` "minimal" ` (#132 )
13+ - ** Clipboard auto-clear** -- clipboard is automatically cleared 30 seconds
14+ after copying a message. Configurable via ` clipboard_clear_seconds ` (#131 )
15+ - ** Tree-style connectors** -- quotes and link previews now use curved Unicode
16+ box-drawing characters (` ╭ ` , ` ├ ` , ` ╰ ` ) for visual clarity (#141 )
17+
18+ ### Security
19+
20+ - ** Identity verification fix** -- ` /verify ` now uses ` verifiedSafetyNumber `
21+ instead of ` trustAllKnownKeys ` , requiring explicit safety number confirmation
22+ before trusting a contact's identity key (#144 )
23+ - ** Secure debug log** -- debug log moved from CWD to ` ~/.cache/siggy/debug.log `
24+ with 10MB rotation and a startup warning (#134 )
25+ - ** Incognito attachment isolation** -- ` --incognito ` mode now redirects
26+ attachment downloads to a temp directory that is auto-deleted on exit (#133 )
27+
28+ ---
29+
330## v1.0.1
431
532### Security
You can’t perform that action at this time.
0 commit comments