Path to this page:
./
chat/gurk,
Signal Messenger client for terminal
Branch: CURRENT,
Version: 0.10.1,
Package name: gurk-0.10.1,
Maintainer: pkgsrc-usersSignal Messenger client for the terminal, written in Rust.
Master sites:
Filesize: 318.199 KB
Version history: (Expand)
- (2026-07-27) Updated to version: gurk-0.10.1
- (2026-07-20) Updated to version: gurk-0.10.0
- (2026-06-22) Updated to version: gurk-0.9.3nb1
- (2026-04-30) Updated to version: gurk-0.9.3
- (2026-04-13) Package added to pkgsrc.se, version gurk-0.9.1 (created)
CVS history: (Expand)
| 2026-07-27 18:07:54 by Thomas Klausner | Files touched by this commit (2) |
Log message:
gurk: clean up patch
|
2026-07-27 17:57:40 by Thomas Klausner | Files touched by this commit (11) |  |
Log message:
gurk: update to 0.10.1.
This release fixes potential account linking issues.
🐛 Bug Fixes
Fix potential segfault on exit (#567)
💼 Other
(deps) Upgrade presage to the latest rev on main (#564)
(deps) Upgrade dependencies (#565, #566)
|
2026-07-20 11:54:25 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
gurk: update to 0.10.0.
## [0.10.0] - 2026-07-19
This release significantly improves startup time and memory usage: messages
are no longer loaded into memory all at once at startup, but fetched in a
window around the current selection directly from the database. As a result,
the app starts fast regardless of the size of the message history.
### 🚀 Features
- Add XDG, env var, and CLI support for config/data paths (#523)
- Replace text with emoji while typing (#549)
- Support tab to autocomplete emoji (#558)
### 🐛 Bug Fixes
- Assure data dir exists (#547)
- Don't clear unread messages when navigating channels (#534)
- Expire typing indicators after 10 seconds (#538)
- Date line being off by 1 message (#552)
- Parse binary fields in Quote (#553)
- App not starting with terminal error (#555)
- Currently selected channel is not bubbled up (#561)
### 🚜 Refactor
- Change messages primary key to (channel_id, arrived_at) (#551)
- Simplify the storage trait (#560)
### ⚡ Performance
- Speed up database decryption on debug builds (#548)
- Introduce windowed message storage API (#554)
|
| 2026-06-22 21:38:51 by Thomas Klausner | Files touched by this commit (73) |
Log message:
*: bump for abseil May 20260526.0 shlib version bump
|
2026-04-30 10:36:58 by Thomas Klausner | Files touched by this commit (12) |  |
Log message:
gurk: update to 0.9.3.
0.9.3
Remove stray previous() in select_next_channel (#533)
0.9.2
Features
Message deletion support (delete for everyone + delete for me) (#519)
Show typing indicator in channel list (#520)
Add ctrl+l to force full screen redraw (#521)
Disappearing messages support (#522)
Separate draft input per channel (#524)
Bug Fixes
Handle incoming edit messages from other users (#518)
The order of the options in the onboarding on macOS (#507)
Other
Out of date nix flake (#515)
Miscellaneous Tasks
Upgrade presage and libsignal 0.87.4 -> 0.91.0 (#529)
|
| 2026-04-13 13:52:00 by Thomas Klausner | Files touched by this commit (1) |
Log message:
gurk: needs SSE2 fix for ring crate, noted by pin
|
| 2026-04-13 13:21:02 by Thomas Klausner | Files touched by this commit (1) |
Log message:
gurk: set GITHUB_PROJECT
|
| 2026-04-13 11:43:10 by Thomas Klausner | Files touched by this commit (10) |
Log message:
chat/gurk: import gurk-0.9.1
Signal Messenger client for the terminal, written in Rust.
|