|
| 1 | +1.24 (Toothrot) - Mar 2, 2025 |
| 2 | + |
| 3 | +BUG FIXES |
| 4 | +* File extension conflicts in 'default' color scheme (16-color version). |
| 5 | +* Wrongly sorting Unicode file names ('name' and 'version' sort). |
| 6 | +* When sorting by 'extension', 'CaseSensitiveList=true' is ignored. |
| 7 | +* The value of 'PagerView' is ignored when 'Pager' is set to a value >=1. |
| 8 | +* Pressing 'c' while in the pager stops listing (like 'q'). |
| 9 | +* Running plain 'pg' overwrites the value of 'Pager' in the configuration file. |
| 10 | +* When mounting a FS via 'net mount', autocommands for this directory are not immediately executed. |
| 11 | +* The 'ad' command complains that '.rpm' and '.deb' files are not archive/compressed files. |
| 12 | +* 'name' sort behaves like 'version' when file names start with numbers. |
| 13 | +* Not properly clearing the screen on Eterm terminal. |
| 14 | +* Wrong image size when previewing images on the Ghostty terminal. |
| 15 | +* The profiles function is broken (no config file change, system messages are not reset). |
| 16 | +* Wrong file color when TAB completing globs after a path (e.g. dir/*.jpg<TAB>). |
| 17 | +* When there's only one profile Ctrl-Alt-p clears the screen and still attempts to the change the profile. |
| 18 | +* If we have no access to the main configuration directory, the selections file is created in '/tmp' instead of '/tmp/clifm_$USER'. |
| 19 | +* If we have no access to the main configuration directory, selected files are not written to the selections file. |
| 20 | +* TAB completion: Matches not sorted alphabetically in FZF (e.g. ls --<TAB>). Update your color scheme files. |
| 21 | +* Wrongly identifying extension conflicts when running with '--lscolors'. |
| 22 | +* '/dir/GLOB<TAB>' (e.g. '/bin/p*<TAB>') do not generate previews whenever it is the first word. |
| 23 | +* The 't' command informs a wrong size for the trash directory. |
| 24 | +* No lock icon for non-regular files. |
| 25 | +* A few wrong colors when any of 'xs' and/or 'xf' color codes are unset (affects old color schemes). |
| 26 | +* Kilobyte written as 'KB' instead of 'kB' when using decimal sizes ('--si'). |
| 27 | +* Ctrl-Alt-b does nothing (points to non-existent function). Removed. |
| 28 | +* Cannot rebind 'bookmarks' to 'Alt-b': clifm complains that this key conflicts with readline and refuses to continue. |
| 29 | +* Unsetting a keybinding via 'kb bind' does not work. |
| 30 | + |
| 31 | +NEW FEATURES/IMPROVEMENTS |
| 32 | +* clifmimg: Drastically reduce the size of postscript thumbnails (1500%!). Update your 'clifmimg' script. |
| 33 | +* Preview: add support for several image formats (dpx, jp2, miff, sgi, and wmf among others). Please update your 'preview.clifm' file. |
| 34 | +* 'mimelist.clifm' and 'preview.clifm' config files: The '%m' placeholder expands to the file's MIME type. |
| 35 | +* Add support for OpenRaster images (open/preview). |
| 36 | +* Add sixel support auto-detection for Yaft. |
| 37 | +* Add support for '.rpm', '.deb', '.arj', '.Z', and '.cab' archives (open) |
| 38 | +* Preview: list files in '.ztd', '.rpm', and '.deb' archives. |
| 39 | +* Preview: add support for krita images ('.kra' and '.krz'), via the 'krita' method in cligmimg. |
| 40 | +* Use 'PrioritySortChar' in the configuration file (new) to pin file names starting with 'PrioritySortChar' to the top of the files list. |
| 41 | +* Two new values added to the 'ShowHiddenFiles' option: 'first' and 'last', to list hidden files first or last. |
| 42 | +* Manually map file extensions to MIME types using the '~/.mime.types' file. Consult the manpage for more information. |
| 43 | +* Allow setting multiple chars in 'PrioritySortChar' option. |
| 44 | +* Report the current directory to the underlying terminal (via the OSC-7 escape sequence). To disable this behavior, run with '--no-report-cwd'. |
| 45 | +* Try harder to create a valid temporary directory (mostly in case of denied access to the directory). |
| 46 | +* If '--lscolors' (using FreeBSD LSCOLORS), read extension colors from the color scheme file. |
| 47 | +* Improve 'kb' command: attempt to display human-readable key presses (e.g. Shift-Up) instead of raw escape sequences (e.g. "\e[1;2A"). |
| 48 | + |
| 49 | +MISC |
| 50 | +* $CLIFMRC cannot be used anymore to set the path to the main configuration file (use '-c,--config-file' instead). |
| 51 | +* If 'nf' color code (unaccesible file) isn't set, use whatever color corresponds to the current file type and prepend and exclamation mark to the corresponding entry in the files list to mark it as unaccessible. Same for 'nd' (unaccessible directory). |
| 52 | +* --no-trim-names, TrimNames, and MinFilenameTrim were renamed to --no-truncate-names, TruncateNames, and MinNameTruncate respectively (old names are deprecated). |
| 53 | +* 'open-sel', 'untrash-all', and 'move-sel' keybindings are unset by default. |
| 54 | +* 'copy-sel' can be used as an alias for 'paste-sel' in keybindings. |
| 55 | + |
1 | 56 | 1.23 (Piranha poodle) - Jan 20, 2025
|
2 | 57 |
|
3 | 58 | BUG FIXES
|
|
0 commit comments