- Remove changesgenerate from service as upstream has been shipping
useful and verbose changelogs for bit.
- Update to version 33:
Breaking:
* The globsearch option, which previously affected both searching
and filtering, now affects only searching. A new globfilter
option is introduced to enable globs when filtering, and acts
independently from globsearch.
* The hidecursorinactive option is replaced by the
on-focus-gained and on-focus-lost hook commands. These commands
can be used to invoke custom behavior when the terminal gains
or loses focus.
* The ruler option (deprecated in favor of rulerfmt) is now
removed.
* Line numbers from the number and relativenumber options are
displayed in the main window only, instead of all windows.
New:
* Support for UNIX domain sockets (for communicating with the lf
server) is added for Windows.
* Color and icon configurations now support the target keyword
for symbolic links.
* A new option roundbox is added to use rounded corners when
drawbox is enabled.
* A new option watch is added to allow using filesystem
notifications to detect and display changes to files. This is
an alternative to the period option, which polls the filesystem
periodically for changes.
* Icons can now be colored independently of the filename.
* The info option now supports perm, user and group to display
the permissions, user and group respectively for each file.
* A new option showbinds is added to toggle whether the
keybinding hints are shown when a keybinding is partially
typed.
Fix:
* Sorting by extension is fixed for hidden files.
* The on-quit hook command is now triggered when the terminal is
closed.
* Previews no longer flicker when deleting files.
* Previews no longer flicker when directories are being reloaded.
* lfcd.nu now runs properly without raising errors.
* Image previews (composed of ASCII art) containing long lines
should now display properly.
* The performance is improved when copying files.
* lfcd.cmd now handles directories with special characters.
* Icon colors are no longer clipped when displaying in Windows
Terminal.
* The file stat info is now cleared when changing to an empty
directory.
* Error messages are cleared when opening files.
OBS-URL: https://build.opensuse.org/request/show/1220405
OBS-URL: https://build.opensuse.org/package/show/utilities/lf?expand=0&rev=11
- Switch _service to use manual instead of the deprecated disabled
- Update to version 32:
Breaking:
* The example script etc/lfcd.cmd is updated to use the
-print-last-dir option instead of -last-dir-path
* The documentation from lf -doc and the doc command is now
generated from Markdown using pandoc
New:
* A new option hidecursorinactive is added to hide the cursor
when the terminal is not focused
* A new special command on-redraw is added to be able to run a
command when the screen is redrawn or when the terminal is
resized
* Options cutfmt, copyfmt and selectfmt are added to configure
the indicator color for cut/copied/selected files respectively
* zsh completion is added for the lfcd command
* The file stat information now falls back to displaying
user/group ID if looking up the user/group name fails
* A new environment variable lf_mode is now exported to indicate
which mode lf is currently running in
* Default icons are added for Docker Compose files
Fix:
* Default value of rulerfmt option is now left-padded with spaces
to visually separate it from the file stat information
* Previews should now work for files containing lines with 65536
characters or more
* Sixel previews should now work when using lfcd scripts
* Colors and icons should now display properly for character
device files
* The selection file is now immediately synced to physical
storage after writing to it
* Timestamps are preserved when moving files across devices
* Fix crash for high and low commands when scrolloff is set to a
large value
* Documentation is updated with various spelling and grammar
fixes
* Files beginning with a dot
* Prevent potential race condition when sorting directory
contents
* Signals are now handled properly even after receiving and
ignoring SIGINT
* The file stat information should now update properly after
using the cd command to change to a directory for the first
time
* Previous error messages should now be cleared after a
mark-save/mark-remove operation
* Fix high CPI usage issue when viewing CryFS filesystems
* Invalid entries in the marks and tags files now raise an error
message instead of crashing
* Startup time is improved on Windows
* Sixel previews are now resized properly when the horizontal
size of the preview window changes
* The cut buffer is only cleared if the paste operation succeeds
* The extension after . is ignored to set the cursor position
when renaming a directory
* The option period should not cause flickers in sixel previews
anymore
OBS-URL: https://build.opensuse.org/request/show/1163812
OBS-URL: https://build.opensuse.org/package/show/utilities/lf?expand=0&rev=7