You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- terminal.lua: Konsole detection changed from KONSOLE_VERSION (not an
env var in modern Konsole) to KONSOLE_DBUS_SESSION, protocol changed
from kitty to sixel (Konsole's kitty support is partial — no file
transmission mode which image.nvim requires)
- chafa.lua: ANSI escape stripping pattern expanded to include repeat-
char sequence (\e[Nb) used on vte/ctx terminals
- config.lua: added range clamping for zindex (>= 1), debounce_ms
(>= 0), render_timeout_ms (>= 100), max_file_size_mb (> 0); added
NaN/infinity/non-positive guard for chafa.max_output_bytes
- renderer.lua: stabilized priority sort with name tiebreaker to ensure
deterministic renderer selection when priorities are equal
- preview.lua: replaced two vim.fn calls (line/col) with single
vim.api.nvim_win_get_cursor() call in _create_anchor()
- docs: added mini.files to README requirements and CHANGELOG
- vimdoc: updated Konsole detection info in terminal table
0 commit comments