From 85d2d64fc008fa5a3237619effb109c32dff2f1c31d4b2bde2eccaf492c3383f Mon Sep 17 00:00:00 2001 From: Robert Frohl Date: Wed, 7 Jan 2026 18:01:31 +0100 Subject: [PATCH 1/4] Update submodules from pool/ranger#1 and create patchinfo.20260107170113751929.93181000773252/_patchinfo --- .../_patchinfo | 77 +++++++++++++++++++ ranger | 2 +- 2 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 patchinfo.20260107170113751929.93181000773252/_patchinfo diff --git a/patchinfo.20260107170113751929.93181000773252/_patchinfo b/patchinfo.20260107170113751929.93181000773252/_patchinfo new file mode 100644 index 0000000..dd5d470 --- /dev/null +++ b/patchinfo.20260107170113751929.93181000773252/_patchinfo @@ -0,0 +1,77 @@ + + sbradnick + moderate + recommended + Recommended update for ranger + This update for ranger fixes the following issues: + +- Update to version 1.9.4+git20250910.3f7a3546: + * img_display: Avoid unicode escape sequences for Ueberzug input + * man: fix documentation of which license ranger uses exactly + * rifle: fixed+clarified usage string + +- Update to version 1.9.4+git20250604.7e38143: + * fixed bug with command info staying + * Revert "fixed open_with bugginess" + * fixed open_with bugginess + * commands: Reword comment for brevity and accuracy + * GHActions: Pass config_files rather than boolean to flake8 + * commands: Disable invalid-name and too-many-lines pylints + * Pylint: Disable invalid-name and too-many-lines for commands.py + * add :unnarrow to disable :narrow mode + * rifle: Update version + +- Update to version 1.9.4+git20250305.7ad50fa: + * 7-zip now has an official Linux version (7zz) + * add: support for tilde in bookmarks + * img_display: address PR feedback + * docs: kitty image previews are supported in other terminals now + * img_display: auto-detect support for kitty image previews + * rifle(terminals): support auto-detecting ghostty terminal emulator + * Modified order of expantions in peview_script + * Add GNOME papers to document viewers + * Added ability to use environmental variables in preview_script option + * doc: Regenerate man pages to have the proper version + * Makefile: Update version Grep since adding logo to README + * ranger/__init__: Caught another unbumped version + * mime.types: Add .nim extension for text/plain + * Fixed mistooks of nim scripts as a video aNIMations in rifle.conf + * GHActions: Pypy don't run old Flake8/Pylint + * GHActions: Use Pypy 3.10 + * actions: Use keywords for rifle.execute + * runner: Allow action as positional argument + * ui: Refresh window in initialize + * ui: endwin already sets cursor to normal visibility + * requirements: Add setuptools + * img_display: Silence no-member false positive + * core/main: Drop unused variable prefix_length + * core,ext: Avoid return in finally shadowing return value + * test_py2_compat: Prevent use of yield from + * core,ext: Reduce positional arguments where possible + * pager,history: Replace branch with min/max builtins + * Pylint: Update custom checker for compatibility with 3.3.1 + * GHActions: Bump action versions + * README: Use forge-agnostic URL + * README: Capitalize ranger + * README: Bump version + * README: Replace Travis with GHActions badge + * README: Center header + * make logo in readme wider + * move the ranger logo to the very top + * Add option confirm_on_trash + * Fix typos + * Add IINA to rifle.conf + * browsercolumn: ANSI escape codes support + * #1182: Fix signals for OS X + +- Update to version 1.9.3+git20240801.bd9b37f: + * properly decode file:// urls given to ranger as argument (fixes #2900) + * fix #2873 WM_NAME now shows "not accessible" in non-existent directories + * Fixed inconsistency in ranger documentation where it was stated that commanding 'linemode humanreadablesizemtime' changed the linemode to display human readable modification time and file size, but the correct command for this is 'linemode sizehumanreadablemtime' + * README: fix link formatting on github's markdown renderer + * README: add liberapay badge + * Mention viewmode key binding in man + + ranger + + diff --git a/ranger b/ranger index b2aa5fe..4d06d46 160000 --- a/ranger +++ b/ranger @@ -1 +1 @@ -Subproject commit b2aa5fe5f7d81a0edbdb2480e5b9a243d9dd8288f54c03755fa93d4e048a67a4 +Subproject commit 4d06d462ceeca58912fa4a71b4ddc19e2644057da79c82aab91fa045d74a9a92 -- 2.51.1 From 12a7def9e2af0fada6e49ab0d03ba43a70cebd1be19c9aa2665b707b110214fc Mon Sep 17 00:00:00 2001 From: Robert Frohl Date: Thu, 8 Jan 2026 11:37:05 +0100 Subject: [PATCH 2/4] Update patchinfo.20260107170113751929.93181000773252/_patchinfo drop seperate_build_arch --- patchinfo.20260107170113751929.93181000773252/_patchinfo | 1 - 1 file changed, 1 deletion(-) diff --git a/patchinfo.20260107170113751929.93181000773252/_patchinfo b/patchinfo.20260107170113751929.93181000773252/_patchinfo index dd5d470..672e708 100644 --- a/patchinfo.20260107170113751929.93181000773252/_patchinfo +++ b/patchinfo.20260107170113751929.93181000773252/_patchinfo @@ -73,5 +73,4 @@ * Mention viewmode key binding in man ranger - -- 2.51.1 From d0ef9928a7a4455c082970f6eaa26fe91dc002e1eb4261893361feddb1c9a045 Mon Sep 17 00:00:00 2001 From: Robert Frohl Date: Thu, 8 Jan 2026 12:52:40 +0100 Subject: [PATCH 3/4] Update patchinfo.20260107170113751929.93181000773252/_patchinfo add back for testing --- patchinfo.20260107170113751929.93181000773252/_patchinfo | 1 + 1 file changed, 1 insertion(+) diff --git a/patchinfo.20260107170113751929.93181000773252/_patchinfo b/patchinfo.20260107170113751929.93181000773252/_patchinfo index 672e708..47fa4e1 100644 --- a/patchinfo.20260107170113751929.93181000773252/_patchinfo +++ b/patchinfo.20260107170113751929.93181000773252/_patchinfo @@ -73,4 +73,5 @@ * Mention viewmode key binding in man ranger + -- 2.51.1 From 3929c52614e9852fdff5977ce1d47fa7863e5196a54450d8244fff8897d5b0ab Mon Sep 17 00:00:00 2001 From: Robert Frohl Date: Fri, 9 Jan 2026 11:09:31 +0100 Subject: [PATCH 4/4] Update patchinfo.20260107170113751929.93181000773252/_patchinfo testing done, removed again --- patchinfo.20260107170113751929.93181000773252/_patchinfo | 1 - 1 file changed, 1 deletion(-) diff --git a/patchinfo.20260107170113751929.93181000773252/_patchinfo b/patchinfo.20260107170113751929.93181000773252/_patchinfo index 47fa4e1..672e708 100644 --- a/patchinfo.20260107170113751929.93181000773252/_patchinfo +++ b/patchinfo.20260107170113751929.93181000773252/_patchinfo @@ -73,5 +73,4 @@ * Mention viewmode key binding in man ranger - -- 2.51.1