SHA256
5
0
forked from pool/broot

update to 1.49.1 #1

Open
amanzini wants to merge 1 commits from amanzini/broot:update_1_49_1 into main
6 changed files with 46 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
<services>
<service name="download_files" mode="disabled" />
<service name="cargo_vendor" mode="disabled">
<param name="srctar">broot-1.46.0.tar.gz</param>
<param name="srctar">broot-1.49.1.tar.gz</param>
<param name="compression">xz</param>
<param name="update">true</param>
<param name="filter">true</param>

Binary file not shown.

BIN
broot-1.49.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,41 @@
-------------------------------------------------------------------
Mon Sep 22 08:16:13 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- v1.49.1
* watching made much more efficient
* the name given with --listen is now provided to verb as the {server-name}
verb argument
- v1.49.0
* :toggle_watch internal, with :watch shortcut, bound by default to alt-w
* fallback to a transparent background for images in image preview instead
of a specific color
* fix --server socket written at a non writable location on Android/termux
- v1.48.0
* mainly brings improvements to Mac users:
- v1.47.0
* text files with control chars were previously previewed as binary
* files with ANSI escape codes (such as the one you would obtain with
dysk --color yes > ansi.txt can now be previewed with :preview_tty
* first line of the tree is cropped (right aligned) when it doesn't fit
- v1.46.5
* fix :focus some/path called in a command sequence always opening new panel
- v1.46.4
* support for keys F13 to F24 (if your system supports it)
* fix :focus with argument given in configuration going up one level when
root is selected
* fix --max-depth ignored when in default_flags
- v1.46.3
* fix broot waiting for events on internals like :quit
- v1.46.2
* fix broken nushell script --max-depth
-------------------------------------------------------------------
Thu Apr 17 11:52:33 UTC 2025 - Martin Sirringhaus <martin.sirringhaus@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package broot
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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.46.0
Version: 1.49.1
Release: 0
Summary: A better way to navigate directories
License: GPL-2.0-only AND MIT AND MPL-2.0

BIN
vendor.tar.xz LFS

Binary file not shown.