|
| 1 | +1.22 (Banana picker) - Nov 23, 2024 |
| 2 | + |
| 3 | +BUG FIXES |
| 4 | +* Wrong query string when TAB completing tagged files and '--fuzzy-match' is enabled. |
| 5 | +* When pressing Ctrl-Alt-[d,x] on a secondary prompt the cursor moves up one line. |
| 6 | +* '--rl-vi-mode' not working if 'RlEditMode' is set in the config file. |
| 7 | +* No image preview for powerpoint files. |
| 8 | +* Wrong ueberzug image offset when fzf preview window border is set to 'border-[right,thinblock]'. |
| 9 | +* When clearing the screen, the scrollback buffer is not cleared on rxvt-based terminals. |
| 10 | +* Not using all available columns when running with '--no-eln'. |
| 11 | +* TAB completing file names in the 'pc' prompt after the first word. |
| 12 | +* Some keybindings (Alt-TAB, Alt-v, Alt-p) are operative in secondary prompts, when they shouldn't. |
| 13 | +* Garbage in the command line when trying to switch workspaces via a keybinding in a secondary prompt. |
| 14 | +* F12 (quit) not working on secondary prompts. |
| 15 | +* 'echo ELN' does not expand to file name (while 'stat ELN' does). |
| 16 | +* 'mf' command expands numbers to ELN's. |
| 17 | +* When multiple system messages are generated, only the last one is displayed in the prompt. |
| 18 | +* Negation ('!') does not work for workspaces and double asterisk expressions in autocmds. |
| 19 | +* Help messages ignore the command line text color. |
| 20 | +* The 'n/new' command issues a warning when attempting to create a file in the home directory using the tilde ('~/FILE'). |
| 21 | +* File previews (TAB completion or the 'view' command) ignore alternative preview file (set via either '--shotgun-file', '--config-dir', or '--profile'). |
| 22 | +* 'rr' does not work with directory names containing spaces (e.g. 'rr this\ dir'). |
| 23 | +* The 'open/preview' function matches directories as valid opening applications. |
| 24 | + |
| 25 | +NEW FUEATURES/IMPROVEMENTS |
| 26 | +* Extra file type filters for the '=' keyword: 'D' for empty directories, 'F' for empty regular files, and 'L' for broken links. On Solaris, the 'D' file type char (previously used for door files) was replaced by 'O'. |
| 27 | +* Use the 'kb bind' command to customize your key bindings instead of manually editing the keybindings file (via 'kb edit'). |
| 28 | +* 'kb conflict' now checks for readline key bindings as well. |
| 29 | +* Proper error messages when appliaction does not exist/fails while previewing images (clifmimg). |
| 30 | +* Add image previewing method for mobi files (clifmimg). |
| 31 | +* Add support for legacy image formats: bmp, ico, pcx, and tga (clifmimg). |
| 32 | +* Automatic detection of image preview method. Update your clifmimg script (~/.config/clifm/clifmimg) (just remove it and restart) to make use of this new feature. By default, Clifm and the 'clifmimg' script will try to guess the best previewing method (sixel, ueberzug, kitty, or ansi). Edit the 'method' variable in the 'clifmimg' script to manually set a previewing method. |
| 33 | +* A more modern interface: If Unicode support is detected, Clifm will draw decorations using Unicode characters (use '--no-unicode' to disable Unicode decorations, and '--unicode' to force it). |
| 34 | +* The selected files indicator in the prompt was replaced by 'S' (previously '*'). |
| 35 | +* Right pad and colorize ELN's in dirhist map. |
| 36 | +* The color scheme is checked at startup for file extension conflicts. If found, the user is warned. |
| 37 | +* Use 'cs check-ext' command to manually check for file extension conflicts. |
| 38 | +* Display bookmarked paths in the bookmarks screen. |
| 39 | +* Add names completion to the bookmarks prompt in the bookmarks screen ('bm' command). |
| 40 | +* Several improvements to the 'vv' command. |
| 41 | +* Allow using tilde (~) for the home dir when editing a symbolic link ('le' command). |
| 42 | +* Active files filter ('ft' command) is always displayed. |
| 43 | +* Add files filter ('ft') and full-dir-size ('fz') to autocommands. |
| 44 | +* Allow using names for 'st' in autocommands. |
| 45 | +* Use the 'auto' command to set a temporary autocommand for the current directory. Run 'auto --help' for more info. |
| 46 | +* New config file option: 'InformAutocmd' to control how matching autocommands are displayed in the prompt. Available values: 'none', 'short', 'long', 'full', and 'prompt' (default). |
| 47 | +* Better columns arrangement when listing files (vertical list only). |
| 48 | +* Lira: make opening applications invoked with the '%x' flag run in a new session (detached from the terminal) (via setsid(3)). |
| 49 | +* Lira: Check for 'Calligra' and 'Gnumeric' when opening office documents. |
| 50 | +* Add 'N file(s) copied/moved' message to 'c' and 'm' commands. |
| 51 | +* Set 'TrashForce' to false by default. |
| 52 | +* Do not print the list of removed/trashed files after files removal/trash. |
| 53 | +* Enable file system type and mountpoint (via '--disk-usage') on Cygwin/MSYS2/Solaris. |
| 54 | + |
1 | 55 | 1.21 (Lemonhead) - Sep 30, 2024
|
2 | 56 |
|
3 | 57 | BUG FIXES
|
|
0 commit comments