Skip to content

Commit 65a0125

Browse files
johnsideserfclaude
andcommitted
Add v1.1.0 changelog entry
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9574f28 commit 65a0125

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/src/changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
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

0 commit comments

Comments
 (0)