-
v1.1.0 Stable
released this
2025-05-04 20:11:29 +01:00 | 6 commits to master since this release- In-house entering/exiting raw mode (remove
termiondep. p1) - In-house key parsing (remove
termiondep. p2) - Fix
CandDin nimbus romano - Replace blake2b with sha-512 for password hashing (remove
blake2dep. forbitcoin-hashesdep.) - Support multi-line copy pasting (especially in malvim), supporting copying in terminal, supporting copy pasting in audio player
- Minor breaking change: When windows are serializing/deserializing for IPC, newlines in
WindowManagerRequest::ClipboardCopyshould be replaced by𐘂, and conversely𐘂inShortcutType::ClipboardPasteshould be replaced by a newline - In-house pty stuff (remove
pty-processdep.) - Fix alignment of
-,>,<in nimbus romano - Fix un-fullscreening the window not moving it back to the original coords
- Fix framebuffer not redrawing on mobile devices (on tested mobile device, framebuffer wouldn't redraw without writing to stdout for some reason)
- In-house reading touchscreen devices in
/dev/input/(removeevtestdep.)
Downloads
- In-house entering/exiting raw mode (remove