Skip to content

Commit

Permalink
Add release 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hut committed Nov 4, 2024
1 parent 2b69f41 commit ab98363
Show file tree
Hide file tree
Showing 9 changed files with 266 additions and 191 deletions.
90 changes: 65 additions & 25 deletions changelog.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<!--get head from index.html-->
<html>
<head>
<title></title>
<title>Ranger &mdash; console file manager with VI key bindings</title>
<link rel="icon" type="image/png" href="ranger_logo.png"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
Expand Down
3 changes: 2 additions & 1 deletion documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<!--get head from index.html-->
<html>
<head>
<title></title>
<title>Ranger &mdash; console file manager with VI key bindings</title>
<link rel="icon" type="image/png" href="ranger_logo.png"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
Expand Down
10 changes: 7 additions & 3 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<!--get head from index.html-->
<html>
<head>
<title></title>
<title>Ranger &mdash; console file manager with VI key bindings</title>
<link rel="icon" type="image/png" href="ranger_logo.png"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
Expand Down Expand Up @@ -37,6 +38,7 @@
<a href="https://github.com/ranger/ranger/releases">releases on github</a></li>
</ul>


<p>Unpack the archive, enter the directory and run ranger:</p>

<pre><code>tar xvf ranger-stable.tar.gz
Expand Down Expand Up @@ -69,7 +71,8 @@ <h2>Get ranger with git</h2>

<h2 id="signed-packages">Signed Packages</h2>

<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 keys:</p>

<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&rsquo;s public keys:</p>

<pre><code>gpg --search-keys 1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF # Roman Zimbelmann's key
gpg --search-keys 30193C49CB39CD27008246ADE5902A52B247B8DE # Wojciech Siewierski's key
Expand All @@ -80,13 +83,14 @@ <h2 id="signed-packages">Signed Packages</h2>
<p>We usually use the <a href="https://pgp.mit.edu">MIT keyserver pgp.mit.edu</a> so you
might want to add <code>--keyserver pgp.mit.edu</code> to the key search commands.</p>

<p>If this prints <code>Good signature</code>, the signature was verified. However, you can only trust the authenticity of the snapshot as much as you trust the authenticity of the public key. Please ensure that the key really belongs to Roman Zimbelmann (aka hut), Wojciech Siewierski (aka vifon) or Toon Nolten (aka toonn, __monty__) by verifying it from multiple sources. Once you are sure, you can sign the key with your own signature as described <a href="http://www.dewinter.com/gnupg_howto/english/GPGMiniHowto-3.html#ss3.6">here</a> to avoid the warning that says "This key is not certified with a trusted signature! There is no indication that the signature belongs to the owner."</p>
<p>If this prints <code>Good signature</code>, the signature was verified. However, you can only trust the authenticity of the snapshot as much as you trust the authenticity of the public key. Please ensure that the key really belongs to Roman Zimbelmann (aka hut), Wojciech Siewierski (aka vifon) or Toon Nolten (aka toonn, __monty__) by verifying it from multiple sources. Once you are sure, you can sign the key with your own signature as described <a href="http://www.dewinter.com/gnupg_howto/english/GPGMiniHowto-3.html#ss3.6">here</a> to avoid the warning that says &ldquo;This key is not certified with a trusted signature! There is no indication that the signature belongs to the owner.&rdquo;</p>

<p>This is a list of all released packages since 1.2.2 with their signatures:</p><!-- /run -->

<ul>
<!-- run ls *.tar.gz | sort -r | sed 's,\(.*\),<li><a href="\1">\1</a> - <a href="\1.sig">signature</a></li>,' -->
<li><a href="ranger-stable.tar.gz">ranger-stable.tar.gz</a> - <a href="ranger-stable.tar.gz.sig">signature</a></li>
<li><a href="ranger-1.9.4.tar.gz">ranger-1.9.4.tar.gz</a> - <a href="ranger-1.9.4.tar.gz.sig">signature</a></li>
<li><a href="ranger-1.9.3.tar.gz">ranger-1.9.3.tar.gz</a> - <a href="ranger-1.9.3.tar.gz.sig">signature</a></li>
<li><a href="ranger-1.9.2.tar.gz">ranger-1.9.2.tar.gz</a> - <a href="ranger-1.9.2.tar.gz.sig">signature</a></li>
<li><a href="ranger-1.9.1.tar.gz">ranger-1.9.1.tar.gz</a> - <a href="ranger-1.9.1.tar.gz.sig">signature</a></li>
Expand Down
46 changes: 37 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,21 @@ <h1>ranger</h1>
<h2>News</h2>
<div class="news">
<!-- run for f in $(ls news/*.md | sort -r); do markdown "$f"; done -->
<time class="metadata date" datetime="2021-05-19">2021-05-19</time>
<div class="metadata date">2024-11-04</div>


<div class="metadata author">hut</div>


<h1>Version 1.9.4 released</h1>

<p>Version 1.9.4 is out, fixing a crash in Python 3.13+ due to the deprecated dependency &ldquo;imghdr&rdquo; in the Python standard library.</p>
<div class="metadata date">2021-05-19</div>


<div class="metadata author">toonn</div>


<h1>Moving to Libera.Chat</h1>

<p>On May 19, <a href="https://gist.github.com/joepie91/df80d8d36cd9d1bde46ba018af497409">Freenode staff lost their control of the network</a>.
Expand All @@ -60,26 +71,32 @@ <h1>Moving to Libera.Chat</h1>
best interests at heart.</p>

<p>The king is dead, long live the king!</p>
<time class="metadata date" datetime="2019-12-31">2019-12-31</time>
<div class="metadata date">2019-12-31</div>


<div class="metadata author">toonn</div>


<h1>Version 1.9.3 released</h1>

<p>Version 1.9.3 is out, fixing some crashes. Introducing Űberzug image previews
and duplicate filters for filter_stack.</p>
<div class="metadata date">2018-09-09</div>


<div class="metadata author">toonn</div>


<h1>Version 1.9.2 released</h1>

<p>Version 1.9.2 is out, fixing some crashes due to Python 3.6/3.7. Introducing
<p>Version 1.9.2 is out, fixing some crashes due to python 3.6/3.7. Introducing
native Kitty image previews and a dired-filter inspired filter stack.</p>
<time class="metadata date" datetime="2018-04-01">2018-04-01</time>
<div class="metadata date">2018-04-01</div>


<div class="metadata author">hut</div>


<h1>Dockerfile</h1>

<p>Finally, the much requested feature to integrate ranger with docker has been
Expand All @@ -92,24 +109,30 @@ <h1>Dockerfile</h1>
</code></pre>

<p>Et voilà! You now can enjoy ranger in a freshly baked docker container! :)</p>
<time class="metadata date" datetime="2018-02-22">2018-02-22</time>
<div class="metadata date">2018-02-22</div>


<div class="metadata author">vifon</div>


<h1>Version 1.9.1 released</h1>

<p>Version 1.9.1 is out, fixing some regressions from 1.9.0 among other things.</p>
<time class="metadata date" datetime="2018-01-28">2018-01-28</time>
<div class="metadata date">2018-01-28</div>


<div class="metadata author">hut</div>


<h1>Version 1.9.0 released</h1>

<p>Version 1.9.0 is out now!</p>
<time class="metadata date" datetime="2018-01-24">2018-01-24</time>
<div class="metadata date">2018-01-24</div>


<div class="metadata author">hut</div>


<h1>New maintainer!</h1>

<p><a href="https://github.com/toonn">Toon Nolten</a> is now helping out to maintain ranger! :D
Expand All @@ -118,24 +141,29 @@ <h1>New maintainer!</h1>
<a href="https://github.com/toonn">Toon</a> and <a href="https://github.com/hut">hut</a>.)</p>
<div class="metadata date">2018-01-07</div>


<div class="metadata author">hut</div>


<h1>New design</h1>

<p>I changed the website design to resemble the interface of ranger :)</p>
<time class="metadata date" datetime="2017-12-13">2017-12-13</time>
<div class="metadata date">2017-12-13</div>


<div class="metadata author">hut</div>


<h1>Relocated website</h1>

<p>The URL for the ranger website has changed from <a href="http://ranger.nongnu.org">http://ranger.nongnu.org</a> to <a href="https://ranger.github.io">https://ranger.github.io</a>. An automatic redirect has been set up. Reasons for the move are:</p>

<ul>
<li>nongnu.org forces the use of CVS to update the website</li>
<li>With GitHub's <a href="https://github.com/ranger/ranger.github.io/pulls">pull requests</a>, everybody can contribute more easily to the website</li>
<li>With GitHub&rsquo;s <a href="https://github.com/ranger/ranger.github.io/pulls">pull requests</a>, everybody can contribute more easily to the website</li>
<li>GitHub offers HTTPS</li>
</ul>

<!-- /run -->
</div>
<br />
Expand Down
Binary file modified ranger-stable.tar.gz
Binary file not shown.
Binary file modified ranger-stable.tar.gz.sig
Binary file not shown.
Loading

0 comments on commit ab98363

Please sign in to comment.