Skip to content

Release watch: 2026-05-15 #4

Description

@claude

Upgrades this cycle: lf (→ r41), kitty (→ v0.46.2), helix (→ 25.07.1), xplr (→ v1.1.0), ghostty (→ v1.3.1), zellij (→ v0.44.3), tealdeer (→ v1.8.1), alacritty (→ v0.17.0), starship (→ v1.25.1), fish (→ 4.7.1), lazygit (→ v0.61.1), tmux (→ 3.6a)


xplr → v1.1.0

  • Config version stale (warning on startup): .config/xplr/init.lua:1 declares version = "0.20.0" but the binary is now v1.1.0. xplr checks this field at startup and will emit a compatibility warning until it matches.

ghostty → v1.3.1

  • Default change — clipboard: clipboard default changed from text to mixed (plain text + HTML) in v1.3.0. You have no clipboard setting in .config/ghostty/config, so copies will now include HTML alongside plain text. To restore the previous behavior, add to .config/ghostty/config:
    clipboard = text
    

kitty → v0.46.2

  • New opt-in — pixel/momentum scroll (v0.46.0): pixel_scroll enables sub-line scrolling; momentum_scroll adds touchpad inertia. Add to .config/kitty/kitty.conf:
    pixel_scroll yes
    momentum_scroll yes
    
  • New opt-in — tab drag (v0.46.0): tab_bar_drag_threshold lets you reorder tabs by dragging. Relevant since you use tab_bar_style powerline. Add to .config/kitty/kitty.conf:
    tab_bar_drag_threshold 10
    

lf → r41

  • New opt-in — mergeindicators: Merges the tag and selection indicator columns into one, reducing the gap before filenames. You use set icons, so this affects your file list layout. Add to .config/lf/lfrc:
    set mergeindicators
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    release-watchUpstream release with changes worth reviewing

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions