Accepting request 1073936 from home:MSirringhaus:branches:utilities
- Update to 1.21.0: * better nushell integration (no need to quote arguments anymore, fix path extension broken by new version of nushell) * don't show modal-only keys in help page when modal mode isn't enabled - Update to 1.20.2: * fix debug statement printed in some cases (mostly on Windows) - Update to 1.20.1: * fix status line not always displaying the hint of the input's verb - Update to 1.20.0: * unless overriden, /proc is now no-enter, which solves freezes when searchin on / in some system * SVG files now rendered as images in the preview panel * new version of the nushell function. You should be prompted for an update * no-hide special paths * preview can now be opened on directories, showing their first level * better determine whether the terminal is white or dark in some (probably rare) cases - Update to 1.19.0: * Nushell support - Update to 1.18.0: * Hjson configuration file can now omit outside braces (it's "braceless Hjson"), making it much cleaner * allow opening the help screen with just the ? key on Windows (as for other systems) * fix a crash in some cases of input being cleaned with a selection - Update to 1.17.1: * Windows specific implementation of :cpp - Update to 1.17.0: * max file size for content search now configurable (default is now 10MB) * file summing now avoids /proc and /run * default configuration sets /media as not entered by default (can be commented out, of course) OBS-URL: https://build.opensuse.org/request/show/1073936 OBS-URL: https://build.opensuse.org/package/show/utilities/broot?expand=0&rev=7
This commit is contained in:
parent
d09549d6ae
commit
86b4b1c891
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a84bc72e861e9f2e70eb278e0bb26424e249448cf1d67884f419aacc98fec06
|
||||
size 10130419
|
3
broot-1.21.0.tar.gz
Normal file
3
broot-1.21.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8834d841d5129cc24ee59ffd97bee6f11d5145d2104bbf248f066ab5dafb7407
|
||||
size 11096306
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 23 09:30:15 UTC 2023 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
|
||||
- Update to 1.21.0:
|
||||
* better nushell integration (no need to quote arguments anymore,
|
||||
fix path extension broken by new version of nushell)
|
||||
* don't show modal-only keys in help page when modal mode isn't enabled
|
||||
|
||||
- Update to 1.20.2:
|
||||
* fix debug statement printed in some cases (mostly on Windows)
|
||||
|
||||
- Update to 1.20.1:
|
||||
* fix status line not always displaying the hint of the input's verb
|
||||
|
||||
- Update to 1.20.0:
|
||||
* unless overriden, /proc is now no-enter, which solves freezes
|
||||
when searchin on / in some system
|
||||
* SVG files now rendered as images in the preview panel
|
||||
* new version of the nushell function. You should be prompted for an update
|
||||
* no-hide special paths
|
||||
* preview can now be opened on directories, showing their first level
|
||||
* better determine whether the terminal is white or dark in some (probably rare) cases
|
||||
|
||||
- Update to 1.19.0:
|
||||
* Nushell support
|
||||
|
||||
- Update to 1.18.0:
|
||||
* Hjson configuration file can now omit outside braces (it's
|
||||
"braceless Hjson"), making it much cleaner
|
||||
* allow opening the help screen with just the ? key on Windows (as for other systems)
|
||||
* fix a crash in some cases of input being cleaned with a selection
|
||||
|
||||
- Update to 1.17.1:
|
||||
* Windows specific implementation of :cpp
|
||||
|
||||
- Update to 1.17.0:
|
||||
* max file size for content search now configurable (default is now 10MB)
|
||||
* file summing now avoids /proc and /run
|
||||
* default configuration sets /media as not entered by default
|
||||
(can be commented out, of course)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 13:54:00 UTC 2022 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package broot
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 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: broot
|
||||
Version: 1.16.2
|
||||
Version: 1.21.0
|
||||
Release: 0
|
||||
Summary: A better way to navigate directories
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d927960652eee620209293fe57765038ac256aa925f8430a06de699ec1876197
|
||||
size 30773016
|
||||
oid sha256:a5b374e3982b68e1891a71577e0c60555beb694c4fa397653cf673fec9869d36
|
||||
size 30770772
|
||||
|
Loading…
Reference in New Issue
Block a user