• v1.1.0 ec5cba13c8

    v1.1.0 Stable

    stjet released this 2025-05-04 20:11:29 +01:00 | 6 commits to master since this release

    • In-house entering/exiting raw mode (remove termion dep. p1)
    • In-house key parsing (remove termion dep. p2)
    • Fix C and D in nimbus romano
    • Replace blake2b with sha-512 for password hashing (remove blake2 dep. for bitcoin-hashes dep.)
    • 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::ClipboardCopy should be replaced by 𐘂, and conversely 𐘂 in ShortcutType::ClipboardPaste should be replaced by a newline
    • In-house pty stuff (remove pty-process dep.)
    • 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/ (remove evtest dep.)
    Downloads