diff --git a/site/index.html b/site/index.html index 2dd5fe7..34d2fff 100644 --- a/site/index.html +++ b/site/index.html @@ -124,7 +124,7 @@ |_ _|.-----.| |.-----.-----.----.-----.-----.-----. | | | -__|| || -__|__ --| __| _ | _ | -__| |___| |_____||__||_____|_____|____|_____| __|_____| - |__| v0.7.1 + |__| v0.8
@@ -153,8 +153,8 @@Telescope is a w3m-like browser for Gemini
Source code and precompiled binaries for linux are available:
Once all the dependencies are installed, building is as easy as:
-$ curl -LO https://github.com/omar-polo/telescope/releases/download/0.7.1/telescope-0.7.1.tar.gz -$ tar xzvf telescope-0.7.1.tar.gz -$ cd telescope-0.7.1 +$ curl -LO https://github.com/omar-polo/telescope/releases/download/0.8/telescope-0.8.tar.gz +$ tar xzvf telescope-0.8.tar.gz +$ cd telescope-0.8 $ ./configure $ make $ sudo make install # eventually @@ -192,118 +192,71 @@Install
A SHA256 file containing the checksums is available. However, that only checks for accidental corruption: you can use signify - (
SHA256.sig
and the public key -telescope-0.7.pub
) or GPG. The hash of the signify - public key is also included in the SHA256 file and signed with - my GPG too. The signify public key for the next release -telescope-0.8.pub
is also included. + (SHA256.sig
and the public keytelescope-0.8.pub
). + The hash of the current and next signify public key is also + included in the SHA256.
How to verify the signature with signify:
-$ signify -C -p telescope-0.7.pub -x SHA256.sig +$ signify -C -p telescope-0.8.pub -x SHA256.sig Signature Verified -telescope-0.7.1-binaries.tar.gz: OK -telescope-0.7.1.tar.gz: OK -telescope-0.7.pub: OK +telescope-0.8-binaries.tar.gz: OK +telescope-0.8.tar.gz: OK telescope-0.8.pub: OK +telescope-0.9.pub: OK telescope.aarch64: OK telescope.amd64: OKChangelog
-0.7.1 “Via Paolo Fabbri 43” bugfix release — Released January 15, 2022
-Bug fixes
-
about:*
URL from
- about:about
. Reported by Brian Callahan, thanks!
- 0.7 “Via Paolo Fabbri 43” — Released January 13, 2022
+0.8 “Le Scarpe Volanti” — Released May 25, 2022
cache-info
.
- tab-undo-close
by default.
- line.fringe
- style identifier. See also the new setting
- fringe-ignore-offset
.
- --colours
as --color
alias.
- Suggested by Florian.
- --colors
. Reported by Florian,
- thanks!
- set-title
renamed to
- update-title
.
- The old name will still be supported for a while to ease
- backwards compatibility.
-