forked from I2P_Developers/i2p.www
browser beta6
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
{%- if detected_os == 'windows' -%}
|
||||
{%- set name = 'Windows' -%}
|
||||
{%- set icon = 'images/browser/garlic.svg' -%}
|
||||
{%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta5/windows64/i2pbrowser-install-win64-2.0-beta5_en-US.exe' -%}
|
||||
{%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta6/windows64/i2pbrowser-install-win64-2.0-beta6_en-US.exe' -%}
|
||||
{% call browser_download(name, icon, link) %}
|
||||
Get I2P Browser for Windows
|
||||
{% endcall %}
|
||||
@@ -46,7 +46,7 @@
|
||||
{%- elif detected_os == 'macosx' -%}
|
||||
{%- set name = 'Mac OS X' -%}
|
||||
{%- set icon = 'images/browser/garlic.svg' -%}
|
||||
{%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta5/macosx64/I2PBrowser-2.0-beta5-osx64_en-US.dmg' -%}
|
||||
{%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta6/macosx64/I2PBrowser-2.0-beta6-osx64_en-US.dmg' -%}
|
||||
{% call browser_download(name, icon, link) %}
|
||||
Get I2P Browser for Mac OS X
|
||||
{% endcall %}
|
||||
@@ -54,7 +54,7 @@
|
||||
{%- elif detected_os == 'linux' -%}
|
||||
{%- set name = 'Linux' -%}
|
||||
{%- set icon = 'images/browser/garlic.svg' -%}
|
||||
{%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta5/linux64/i2p-browser-linux64-2.0-beta5_en-US.tar.xz' -%}
|
||||
{%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta6/linux64/i2p-browser-linux64-2.0-beta6_en-US.tar.xz' -%}
|
||||
{% call browser_download(name, icon, link) %}
|
||||
Get I2P Browser for Linux x64
|
||||
{% endcall %}
|
||||
|
@@ -36,7 +36,7 @@
|
||||
binaries for 64bit systems. 32bit builds for Linux and Windows are planned.
|
||||
{%- endtrans %}</p>
|
||||
<p>{% trans -%}
|
||||
As of beta5, I2P Browser also ships with an I2P router. It can co-exist
|
||||
As of beta6, I2P Browser also ships with an I2P router. It can co-exist
|
||||
with an existing I2P router, but it does not require the installation or
|
||||
configuration of any supporting software.
|
||||
{%- endtrans %}</p>
|
||||
@@ -51,13 +51,13 @@
|
||||
|
||||
{%- set name = 'Windows' -%}
|
||||
{%- set icon = 'images/download/windows.png' -%}
|
||||
{%- set filename = 'i2pbrowser-install-win64-2.0-beta5_en-US.exe' -%}
|
||||
{%- set hash = '86575a398a8a7bc0c9cbb5cc658e2c51e7d4d8024ad2484fbb29b86d05200506' -%}
|
||||
{%- set filename = 'i2pbrowser-install-win64-2.0-beta6_en-US.exe' -%}
|
||||
{%- set hash = '11ac304415c5eae23dc420304fcd5ee5506f7464f81cef8c91d30f8d043b90ed' -%}
|
||||
{% call package_outer('windows', name, icon) %}
|
||||
<div class="file">
|
||||
<h3 id="windows">Windows</h3>
|
||||
<a class="default"
|
||||
href="https://download.i2p2.de/experimental/i2pbrowser-beta5/windows64/i2pbrowser-install-win64-2.0-beta5_en-US.exe">
|
||||
href="https://download.i2p2.de/experimental/i2pbrowser-beta6/windows64/i2pbrowser-install-win64-2.0-beta6_en-US.exe">
|
||||
<span class="name">{{ filename }}</span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -72,18 +72,18 @@
|
||||
if you want to see if we have the browser in your language.
|
||||
{%- endtrans %}</p>
|
||||
<a
|
||||
href="https://download.i2p2.de/experimental/i2pbrowser-beta5/windows64/">https://download.i2p2.de/experimental/i2pbrowser-beta5/windows64/</a>
|
||||
href="https://download.i2p2.de/experimental/i2pbrowser-beta6/windows64/">https://download.i2p2.de/experimental/i2pbrowser-beta6/windows64/</a>
|
||||
{% endcall %}
|
||||
|
||||
{%- set name = 'Mac OS X' -%}
|
||||
{%- set icon = 'images/download/mac-osx.png' -%}
|
||||
{%- set filename = 'I2PBrowser-2.0-beta5-osx64_en-US.dmg' -%}
|
||||
{%- set hash = 'e5c5e7701b396ed31d10ab59bcc388784cb47d7a246d813962c623a6b891cbd6' -%}
|
||||
{%- set filename = 'I2PBrowser-2.0-beta6-osx64_en-US.dmg' -%}
|
||||
{%- set hash = 'fad0c6758fc09d986fe92786f2ac7478082147255738551e3bd558f9f7f3e3d2' -%}
|
||||
{% call package_outer('mac-osx', name, icon) %}
|
||||
<div class="file">
|
||||
<h3 id="macosx">Mac OS X</h3>
|
||||
<a class="default"
|
||||
href="https://download.i2p2.de/experimental/i2pbrowser-beta5/macosx64/I2PBrowser-2.0-beta5-osx64_en-US.dmg">
|
||||
href="https://download.i2p2.de/experimental/i2pbrowser-beta6/macosx64/I2PBrowser-2.0-beta6-osx64_en-US.dmg">
|
||||
<span class="name">{{ filename }}</span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -98,18 +98,18 @@
|
||||
if you want to see if we have the browser in your language.
|
||||
{%- endtrans %}</p>
|
||||
<a
|
||||
href="https://download.i2p2.de/experimental/i2pbrowser-beta5/macosx64/">https://download.i2p2.de/experimental/i2pbrowser-beta5/macosx64/</a>
|
||||
href="https://download.i2p2.de/experimental/i2pbrowser-beta6/macosx64/">https://download.i2p2.de/experimental/i2pbrowser-beta6/macosx64/</a>
|
||||
{% endcall %}
|
||||
|
||||
{%- set name = 'Linux' -%}
|
||||
{%- set icon = 'images/download/freebsd-tux.png' -%}
|
||||
{%- set filename = 'i2p-browser-linux64-2.0-beta5_en-US.tar.xz' -%}
|
||||
{%- set hash = '4caf2ca8528aab12e6d89a7f6d3e4ff2d77c2956ebfbe85c3eaf0dd1f90c08ec' -%}
|
||||
{%- set filename = 'i2p-browser-linux64-2.0-beta6_en-US.tar.xz' -%}
|
||||
{%- set hash = '0677488d7b732861f8b8e783a0808914fcb2667076313a503115aa220a7bb302' -%}
|
||||
{% call package_outer('freebsd-tux', name, icon) %}
|
||||
<div class="file">
|
||||
<h3 id="linux">Linux</h3>
|
||||
<a class="default"
|
||||
href="https://download.i2p2.de/experimental/i2pbrowser-beta5/linux64/i2p-browser-linux64-2.0-beta5_en-US.tar.xz">
|
||||
href="https://download.i2p2.de/experimental/i2pbrowser-beta6/linux64/i2p-browser-linux64-2.0-beta6_en-US.tar.xz">
|
||||
<span class="name">{{ filename }}</span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -124,7 +124,7 @@
|
||||
if you want to see if we have the browser in your language.
|
||||
{%- endtrans %}</p>
|
||||
<a
|
||||
href="https://download.i2p2.de/experimental/i2pbrowser-beta5/linux64">https://download.i2p2.de/experimental/i2pbrowser-beta5/linux64</a>
|
||||
href="https://download.i2p2.de/experimental/i2pbrowser-beta6/linux64">https://download.i2p2.de/experimental/i2pbrowser-beta6/linux64</a>
|
||||
{% endcall %}
|
||||
</section>
|
||||
|
||||
|
@@ -20,6 +20,18 @@
|
||||
|
||||
<h1>{% trans %}Release Notes{% endtrans %}</h1>
|
||||
|
||||
<h3 id="r20b6">
|
||||
<span class="permalink">
|
||||
<a href="#r20b6">{% trans %}2.0 Beta 6 (Sep 12 2019){% endtrans %}</a>
|
||||
</span>
|
||||
</h3>
|
||||
|
||||
<ol style="list-style-type: square;">
|
||||
<li>Bug fixes for browser/router integration</li>
|
||||
<li>Use better ports for router configuration</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h3 id="r20b5">
|
||||
<span class="permalink">
|
||||
<a href="#r20b5">{% trans %}2.0 Beta 5 (Sep 12 2019){% endtrans %}</a>
|
||||
|
Reference in New Issue
Block a user