Files
p 8556ea1588
Alpine 3.24 Success
Alpine 3.24 aarch64 Success
Arch Linux AUR Success
OpenBSD 7.8 Success
Bump version
2026-08-04 06:23:02 +02:00

57 lines
2.0 KiB
Plaintext

1.2.0 (2026-08-04)
* Added a configurable status bar template, also replacing the "cwd" attribute.
* Added a C-@ binding to compute apparent sizes of selected directories.
* Added ]/[/}/{ bindings to unnest multiple levels of subdirectories
into the listing as relative paths (subdir/file).
* Added C-b and C-f bindings for page up and page down navigation
in normal mode. The respective actions now move by visible lines
rather than by the full height of the terminal.
* Added an sdn-edit script analogous to sdn-view, bound it to F4,
and moved the original key binding to S-F4 (F14/F16).
* Moved the & binding to @, and added . as an alias to M-.
* Renamed "ic" and "dc" keys to "insert" and "delete" respectively.
* Fixed the intended S-F3 binding to work in other terminal types than rxvt.
* Fixed zsh 5.9.2 compatibility in sdn-install.
* Fixed configuration initialisation possibly not working the first time.
* Fixed shell quoting of the tilde character.
* Fixed %view{hex} not working in the mc.ext.ini parser.
1.1.0 (2026-01-10)
* Added selection functionality, and adjusted key bindings:
- C-t or Insert toggle whether the current item is selected;
- + and - adjust the selection using shell globs;
- t and T insert the selection into the external command line
in relative or absolute form, respectively;
- Enter is like t but enters directories;
- C-g or Escape clear the selection, similarly to the editor.
* Added an sdn-view script that can process Midnight Commander mc.ext.ini files
and apply matching filters; this script has been made the default F3 binding,
while the original direct pager invocation has been moved to F13 (which also
reflects Midnight Commander)
* Added an sdn-open script which does the same kind of processing as above
on top of xdg-open. This is what is now executed by M-Enter.
* Added support for Cygwin, in particular the MSYS2 flavour.
1.0.0 (2024-12-21)
* Initial release