10 Commits

Author SHA256 Message Date
56bead8b70 Accepting request 1307077 from utilities
- Bump to v1.49.1
- Move away from scmsync

OBS-URL: https://build.opensuse.org/request/show/1307077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/broot?expand=0&rev=10
2025-09-25 16:45:52 +00:00
0052733be3 Remove old source tarball
OBS-URL: https://build.opensuse.org/package/show/utilities/broot?expand=0&rev=19
2025-09-25 10:45:33 +00:00
2dc38b6f59 - Bump to v1.49.1
- Don't use scmsync anymore

OBS-URL: https://build.opensuse.org/package/show/utilities/broot?expand=0&rev=18
2025-09-24 15:08:26 +00:00
OBS User unknown
61fd43400e [info=77b44d9d6185edfe99401dda1d3a28eea0b8ed65d3771b94d5513014a961a519]
OBS-URL: https://build.opensuse.org/package/show/utilities/broot?expand=0&rev=17
2025-04-19 02:05:17 +00:00
9179844c82 Accepting request 1270303 from devel:Factory:git-workflow:staging:MSirringhaus:broot:3
Update to 1.46.0



(🤖: Submission of broot via #3 by MSirringhaus)

OBS-URL: https://build.opensuse.org/request/show/1270303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/broot?expand=0&rev=9
2025-04-18 14:20:35 +00:00
OBS User unknown
c80b96892e [info=dfbbc81dd7160204d2f055a4ef62dea4030ef21b6e1e70cba47dade9e2e428bc]
OBS-URL: https://build.opensuse.org/package/show/utilities/broot?expand=0&rev=16
2025-04-03 02:05:16 +00:00
526715595c Accepting request 1266114 from devel:Factory:git-workflow:staging:MSirringhaus:broot:2
Update to 1.45.1



(🤖: Submission of broot via #2 by MSirringhaus)

OBS-URL: https://build.opensuse.org/request/show/1266114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/broot?expand=0&rev=8
2025-04-02 15:13:54 +00:00
OBS User unknown
4dc9a809db [info=31c5deb7305e86b27a72dd7356861e2d45b13caa5e1ff691cdee93acd847d752]
OBS-URL: https://build.opensuse.org/package/show/utilities/broot?expand=0&rev=15
2024-07-01 08:57:10 +00:00
b8a9265740 [info=f78f146efc5e689c9977779952f36f8a482a0cd6e54902ab5507d6ce5655b2fb]
OBS-URL: https://build.opensuse.org/package/show/utilities/broot?expand=0&rev=14
2024-06-27 07:03:23 +00:00
b3de358789 [info=f78f146efc5e689c9977779952f36f8a482a0cd6e54902ab5507d6ce5655b2fb]
OBS-URL: https://build.opensuse.org/package/show/utilities/broot?expand=0&rev=13
2024-06-26 14:38:03 +00:00
8 changed files with 149 additions and 14 deletions

View File

@@ -1,4 +0,0 @@
mtime: 1719472688
commit: a34a359a0070ff9fa66b00e3931e806220559f833d56e98f786b81f97006d13c
url: https://src.opensuse.org/MSirringhaus/broot.git
revision: a34a359a0070ff9fa66b00e3931e806220559f833d56e98f786b81f97006d13c

View File

@@ -1,7 +1,7 @@
<services>
<service name="download_files" mode="disabled" />
<service name="cargo_vendor" mode="disabled">
<param name="srctar">broot-1.39.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,145 @@
-------------------------------------------------------------------
Wed Sep 24 14:07:05 UTC 2025 - Martin Sirringhaus <martin.sirringhaus@suse.com>
- v1.49.1
* watching made much more efficient (some deep changes won't lead to an automatic refresh which only impacts dir size)
* 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`. When watching is active, the tree is refreshed whenever any directory/file, even deep, is changed - Fix #730
* fallback to a transparent background for images in image preview instead of a specific color - Fix #1040 - Thanks @letmeiiiin
* fix --server socket written at a non writable location on Android/termux - Fix #1045
- v1.48.0
* Support for the 'Cmd' modifier in key shortcuts (the key is called 'Command', 'Super', 'Apple', 'Windows', depending on systems and users)
* "filesystem" features have been made available for Mac:
- the `:fs` screen, listing filesystems
- filesystem free space & total space displayed when size computations are requested
- device id displayed with `:toggle_device_id` (shortcut: "dev")
* Fix `.config/git/ignore` not being loaded on Mac - Fix #1032 - Thanks @9999years
- v1.47.0
* text files with control chars were previously previewed as binary. They're now displayed as text with some '<27>' when needed - Fix #977
* 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` - Fix #1019
* 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 - Fix #1014
- 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 #1009
* fix `--max-depth` ignored when in `default_flags` - Fix #1013
- v1.46.3
* fix broot waiting for events on internals like `:quit` - Fix #1006
- v1.46.2
* fix broken nushell script (`--max-depth` again)
- v1.46.1
* fix nushell script broken by new `--max-depth` argument
-------------------------------------------------------------------
Thu Apr 17 11:52:33 UTC 2025 - Martin Sirringhaus <martin.sirringhaus@suse.com>
- v1.46.0
* :set_max_depth <number> and :unset_max_depth
* clear cache when files are deleted in staging area
* recompute preview transform when source file changed since last preview
-------------------------------------------------------------------
Tue Apr 1 11:30:34 UTC 2025 - Martin Sirringhaus <martin.sirringhaus@suse.com>
- v1.45.1
* Fix compilation failing without `--locked`
- v1.45.0
* Fix total search impossible to redo after refresh
* With `refresh_after: false`, a verb configuration can request that the tree isn't refreshed after its execution
- v1.44.7
* fix bad regex match position
* update resvg dependency to 0.44
* on `--server`, remove the existing socket if it already exists
- v1.44.6
* fix .ignore files ignored when not in a git repository
* update git2 dependency to 0.20
- v1.44.5
* no real change (just reverting a crate name to ease some packaging)
- v1.44.4
* fix panic in preview on syntax coloring (when a sublime syntax isn't compatible with the regex engine)
- v1.44.3
* removed default bindings on left and right keys. You may add them back by adding this to your verbs.hjson:
{ key: "left", internal: "back" }
{ key: "right", internal: "open_stay" }
* rustc minimal version changed from 1.76 to 1.79, which allows better performing image rendering
* remove dependency to onig, to allow compatibility with gcc 15
- v1.44.2
* temp files created for kitty now erased on quitting or when too many of them have been written
* no longer panics when launched with BROOT_LOG=debug but the broot.log file can't be created
* fix user and group names displayed as "????" when coming from openldap
- v1.44.1
* fix wrong position of IMEs (input method editors) popup - See #948
* improve querying the terminal for capabilities (prevent some escape chars from leaking)
- v1.44.0
* `:focus_staging_area_no_open` internal, focus the staging area if it's already open, does nothing in other case
* fix some composite patterns with several operators and no parenthesis
- v1.43.0
* 'Size' and 'Deletion date' columns in trash screen. This screen now supports the `:toggle_date`, `:toggle_size`, `:sort_by_date`, and `:sort_by_size` internals.
* new `:show` internal make the provided path visible and selected, adding lines to the tree if necessary, does nothing if the provided path is not a descendant of the current tree root (this part may change depending on feedback)
- v1.42.0
* support of `.ignore` files with the same syntax than `.gitignore`. They have priority over `.gitignore` so that a personal `.ignore` file can override a shared `.gitignore` - See https://dystroy.org/broot/tree_view/#hidden-ignored-files
* `:toggle_ignore` internal, identical to `:toggle_git_ignore`, but with a clearer name so should be preferred
* the `panels` verb filter now works in most contexts (it was previously only checked on key events)
* many dependencies updated
- v1.41.1
* allow compilation with rustc 1.76
- v1.41.0
* Major Feature: :search_again
- ctrl-s now triggers `:search_again` which either
- brings back the last used search pattern, when no filtering pattern is active
- does a "total search" if a filtering pattern is active and the search wasn't complete
* Major Feature: internals changing panel widths
- `set_panel_width`, taking as parameter the index of the panel and the desired width
- `move_panel_divider`, taking as parameter the index of the divider and the desired change
- `ctrl-<` is bound by default to `:move_panel_divider 0 -1`
- `ctrl->` is bound by default to `:move_panel_divider 0 1`
- See http://dystroy.org/broot/panels/#resize-panels
* Minor Changes:
- when git file infos are shown, and git ignored files aren't hidden, those files are flagged with a 'I'
- Remove .bak extension from content search exclusion list
- Update nerdfont and vscode icons
- `{initial-root}` verb argument
- v1.40.0
* Major Feature: preview transformers
You can now define preview transformers to be applied before preview.
They allow for example previewing PDF or Office files, or beautifying JSON files.
Edit the `preview_transformers` array in your conf.hjson file.
See https://dystroy.org/broot/conf_file/#preview
* fix search on root
* fix some verb cycling problems
- v1.39.2
* fix UNC paths being displayed on Windows (regression at 1.39.1)
- v1.39.1
* fix high-resolution (kitty protocole) image broken in release mode
* canonicalize paths when focusing them (mostly useful when following links)
* a few minor internal optimizations
-------------------------------------------------------------------
Thu Jun 27 07:14:22 UTC 2024 - Martin Sirringhaus <martin.sirringhaus@suse.com>

View File

@@ -17,7 +17,7 @@
Name: broot
Version: 1.39.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

View File

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

BIN
vendor.tar.xz LFS

Binary file not shown.