Skip to content

Commit 789e592

Browse files
committed
chore(release): v0.1.3
1 parent 7ee2592 commit 789e592

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1010

1111
### Removed
1212

13+
## [0.1.3] - 2026-05-03
14+
15+
### Added
16+
- Link additional SSH devices to an existing account.
17+
- Open threads at the latest message by default.
18+
- Production daemon install paths set up systemd services reliably.
19+
20+
### Changed
21+
- Decoupled SSH login from the protocol username so the in-app username is independent of the SSH user field.
22+
- Setup logo now matches the splash screen.
23+
- `/older` and `/more` command behavior clarified in docs.
24+
- Expose the published Homebrew install path in the quick start docs.
25+
26+
### Fixed
27+
- Preserve newest comments when opening large threads.
28+
- Keep long thread scrolling responsive.
29+
1330
## [0.1.2] - 2026-05-02
1431

1532
### Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sshoosh"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)