feat(web): add releases
This commit is contained in:
parent
baa5dacf23
commit
1ef85500c7
@ -449,6 +449,27 @@
|
||||
/>
|
||||
</svg>
|
||||
</a>
|
||||
<a
|
||||
class="bg-gradient-to-r button from-yellow-400 via-brown-500 to-yellow-600 md:hover:animate-gradient"
|
||||
href="/releases/latest.zip"
|
||||
target="_blank"
|
||||
>
|
||||
<span aria-hidden="true" class="icon" role="img">📦</span>
|
||||
Packed version<sup>2</sup>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
class="icon md:hidden"
|
||||
viewBox="0 0 20 20"
|
||||
fill="currentColor"
|
||||
>
|
||||
<path
|
||||
fill-rule="evenodd"
|
||||
d="M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z"
|
||||
clip-rule="evenodd"
|
||||
/>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
<p class="mt-16 text-gray-500 text-left">
|
||||
<sup>1</sup> Due to technical issues with the Firefox Team, our extension's support on
|
||||
@ -456,6 +477,12 @@
|
||||
copy of the last version of the extension. Steps for this are available in our GitHub
|
||||
repository. We appreciate your understanding and patience.
|
||||
</p>
|
||||
<p class="mt-8 text-gray-500 text-left">
|
||||
<sup>2</sup> This version is not recommended for regular users. It is intended for
|
||||
advanced users who want to test the latest features before they are released to the
|
||||
public, or for Mozilla (or other not supported browsers) users who want to run a
|
||||
development copy of the last version of the extension.
|
||||
</p>
|
||||
</div>
|
||||
</main>
|
||||
<footer class="bg-secondary md:py-5 p-4">
|
||||
|
BIN
packages/web/src/releases/7.0.2.zip
Normal file
BIN
packages/web/src/releases/7.0.2.zip
Normal file
Binary file not shown.
BIN
packages/web/src/releases/latest.zip
Normal file
BIN
packages/web/src/releases/latest.zip
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user