Skip to content

Commit cba5776

Browse files
author
hut
committed
v1.7.2
1 parent 85af9aa commit cba5776

7 files changed

+29
-9
lines changed

download.html

+2-7
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,7 @@ <h2>Get ranger with git</h2>
6363

6464
<h2>Signed Packages</h2>
6565

66-
<p>
67-
If you want to be sure of the authenticity of the snapshot,
68-
please download <a href="ranger-stable.tar.gz">ranger-stable.tar.gz</a>
69-
and its <a href="ranger-stable.tar.gz.sig">signature</a>, then
70-
verify the signature with the author's public key:
71-
<a href="huterich.gpg">huterich.gpg</a>.
72-
</p>
66+
<p>If you want to be sure of the authenticity of the snapshot, please download <a href="ranger-stable.tar.gz">ranger-stable.tar.gz</a> and its <a href="ranger-stable.tar.gz.sig">signature</a>, then verify the signature with the author's public key: <a href="huterich.gpg">huterich.gpg</a>.</p>
7367

7468
<pre><code>gpg --import huterich.gpg
7569
gpg --verify ranger-stable.tar.gz.sig
@@ -82,6 +76,7 @@ <h2>Signed Packages</h2>
8276
<ul>
8377
<!-- run ls *.tar.gz | sort -r | sed 's,\(.*\),<li><a href="\1">\1</a> - <a href="\1.sig">signature</a></li>,' -->
8478
<li><a href="ranger-stable.tar.gz">ranger-stable.tar.gz</a> - <a href="ranger-stable.tar.gz.sig">signature</a></li>
79+
<li><a href="ranger-1.7.2.tar.gz">ranger-1.7.2.tar.gz</a> - <a href="ranger-1.7.2.tar.gz.sig">signature</a></li>
8580
<li><a href="ranger-1.7.1.tar.gz">ranger-1.7.1.tar.gz</a> - <a href="ranger-1.7.1.tar.gz.sig">signature</a></li>
8681
<li><a href="ranger-1.7.0.tar.gz">ranger-1.7.0.tar.gz</a> - <a href="ranger-1.7.0.tar.gz.sig">signature</a></li>
8782
<li><a href="ranger-1.6.1.tar.gz">ranger-1.6.1.tar.gz</a> - <a href="ranger-1.6.1.tar.gz.sig">signature</a></li>

index.html

+21-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1>ranger</h1>
2424
<!--/head-->
2525

2626
<!-- run grep screenshot README.md -B 1000 -m 1 | sed s,doc/scr,scr, | markdown -->
27-
<h1>ranger v.1.7.1</h1>
27+
<h1>ranger v.1.7.2</h1>
2828

2929
<p>ranger is a console file manager with VI key bindings. It provides a
3030
minimalistic and nice curses interface with a view on the directory hierarchy.
@@ -99,7 +99,26 @@ <h2>Dependencies</h2>
9999
<h2>Changelog</h2>
100100

101101
<div class="changelog">
102-
<!--run markdown CHANGELOG --><h1>2015-05-04: version 1.7.1</h1>
102+
<!--run markdown CHANGELOG --><p>This log documents changes between stable versions.</p>
103+
104+
<h1>2015-10-04: version 1.7.2</h1>
105+
106+
<ul>
107+
<li>Fixed file name arguments passed to <code>sxiv</code> and <code>feh</code> when using <code>:flat</code></li>
108+
<li>Fixed removal of empty directories when using <code>:rename</code></li>
109+
<li>Fixed free disk space display on Mac OS X</li>
110+
<li>Fixed <code>examples/vim_file_chooser</code> to work with gvim too</li>
111+
<li>Fixed some other rare crashes and bugs</li>
112+
<li>Fixed downward mouse wheel scrolling</li>
113+
<li>Fixed warning about regex splits being drawin in title bar since python3.5</li>
114+
<li>Really fixed <code>S</code> key binding not working when SHELL=fish</li>
115+
<li>Improved <code>doc/cheatsheet.svg</code></li>
116+
<li>Added some entries to rifle.conf</li>
117+
<li>Added key bindings <code>pO</code> and <code>pP</code> which work like <code>po</code> and <code>pp</code> but queue the
118+
operation in a first-in-first-out order.</li>
119+
</ul>
120+
121+
<h1>2015-05-04: version 1.7.1</h1>
103122

104123
<ul>
105124
<li>Added <code>doc/cheatsheet.svg</code></li>

ranger-1.7.2.tar.gz

263 KB
Binary file not shown.

ranger-1.7.2.tar.gz.sig

543 Bytes
Binary file not shown.

ranger-stable.tar.gz

3.54 KB
Binary file not shown.

ranger-stable.tar.gz.sig

0 Bytes
Binary file not shown.

ranger.1.html

+6
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,12 @@ <h2 id="MAIN-BINDINGS">MAIN BINDINGS</h2>
426426

427427
<p>Paste the copied/cut files, overwriting existing files.</p>
428428

429+
</dd>
430+
<dt id="pP-pO">pP, pO</dt>
431+
<dd>
432+
433+
<p>Like pp and po, but queues the operation so that it will be executed <i>after</i> any other operations. Reminder: type <code>w</code> to open the task window.</p>
434+
429435
</dd>
430436
<dt id="pl-pL">pl, pL</dt>
431437
<dd>

0 commit comments

Comments
 (0)