4 Commits

Author SHA256 Message Date
1b86ea01ca Accepting request 1246093 from utilities
OBS-URL: https://build.opensuse.org/request/show/1246093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lf?expand=0&rev=7
2025-02-16 21:41:34 +00:00
OBS User smolsheep
08c5ebda9e Accepting request 1246092 from home:smolsheep:upgrades
- Update to version 34:
  Breaking:
  * The autoquit option is now enabled by default.
  New:
  * A new option locale is added to sort files based on the
    collation rules of the provided locale. This feature is
    currently experimental.
  * A new on-init hook command is added to allow triggering custom
    actions when lf has finished initializing and connecting to the
    server.
  Fix:
  * The background color now renders properly when displaying
    filenames.
  * A bug where the on-quit hook command causes an infinite loop
    has been fixed.
  * File sizes now display correctly after being copied when watch
    is enabled.
  * Files are now automatically unselected when removed by an
    external process, when watch is enabled.

OBS-URL: https://build.opensuse.org/request/show/1246092
OBS-URL: https://build.opensuse.org/package/show/utilities/lf?expand=0&rev=13
2025-02-15 14:40:38 +00:00
8574ec2246 Accepting request 1220406 from utilities
OBS-URL: https://build.opensuse.org/request/show/1220406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lf?expand=0&rev=6
2024-11-04 21:41:48 +00:00
OBS User smolsheep
2feaecfaf5 Accepting request 1220405 from home:smolsheep:upgrades
- 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
2024-11-03 08:35:46 +00:00
7 changed files with 84 additions and 9 deletions

View File

@@ -5,7 +5,6 @@
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">r(.*)</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="manual"/>
<service name="recompress" mode="manual">

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/gokcehan/lf.git</param>
<param name="changesrevision">d26eb0108a63ec2e23b85e2060203e5abc27311d</param></service></servicedata>
<param name="changesrevision">4408f37a9b90969aada7e8103a84baff422cedf0</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f8246434b914c86dd7c14b44be7cec0e3ce1dc81a131832e78e2a15aa2739e0
size 144562

3
lf-34.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1bb2617991ae19dfd2ed1777bc3b96b64ce74e84bcae293db4c98cdda603da77
size 152538

View File

@@ -1,3 +1,79 @@
-------------------------------------------------------------------
Sat Feb 15 14:17:05 UTC 2025 - Joshua Smith <smolsheep@opensuse.org>
- Update to version 34:
Breaking:
* The autoquit option is now enabled by default.
New:
* A new option locale is added to sort files based on the
collation rules of the provided locale. This feature is
currently experimental.
* A new on-init hook command is added to allow triggering custom
actions when lf has finished initializing and connecting to the
server.
Fix:
* The background color now renders properly when displaying
filenames.
* A bug where the on-quit hook command causes an infinite loop
has been fixed.
* File sizes now display correctly after being copied when watch
is enabled.
* Files are now automatically unselected when removed by an
external process, when watch is enabled.
-------------------------------------------------------------------
Sun Nov 3 08:25:10 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- 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.
-------------------------------------------------------------------
Sun Jun 9 21:29:22 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package lf
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: lf
Version: 32
Version: 34
Release: 0
Summary: Terminal file manager (with sixel support)
License: MIT

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e70614d737073120042073a5e85f2cc440ce186052a0f7ee98dbe3cad52ae53
size 2159904
oid sha256:9121e43dab7460480d305967bc14c73f69e67288f316bd54e8ebe07384b356b7
size 4002152