update net/telescope to 0.8

changelog:

- save and restore scroll position
- new command reply-last-input; idea from a conversation with thfr@, thanks!
- allow push urls to an already opened telescope session
- autocompletions for load-url and load-current-url
- new command write-buffer (with alias w)
- new command mini-kill-whole-line for the minibuffer
- split the minibuffer input into words and try to match out of order
- move aliases at the top of the completions
- add alias `open' for load-url; suggested by Florian, thanks!
- update emoji-data.txt to 14.0.0
- persist the list of visited URLs to the disk
- fix builds out-of-tree
- correctly mark variables in the manpage so it's possible to jump to them
- rework completions selection: the selected entry is -always- the one used.  if nothing is selected, the minibuffer content is used instead.
- merge the ui and fs processes
- rate-limit the update of the download pane
- fix parsing of invalid link lines
- initialize each tab' loadingev timer event
- fix the build on recent version of musl
This commit is contained in:
op 2022-05-25 15:08:40 +00:00
parent 035ab4755e
commit a6f8f6adb0
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
COMMENT = multi-protocol browser for the small internet
V = 0.7.1
V = 0.8
DISTNAME = telescope-${V}
CATEGORIES = net
HOMEPAGE = https://telescope.omarpolo.com
MAINTAINER = Omar Polo <op@omarpolo.com>
MAINTAINER = Omar Polo <op@openbsd.org>
# ISC
PERMIT_PACKAGE = Yes

View File

@ -1,2 +1,2 @@
SHA256 (telescope-0.7.1.tar.gz) = ZUk5LU1c+/8j8rLPsr1nnJwLaBUUVhA01JLQlBrFsRQ=
SIZE (telescope-0.7.1.tar.gz) = 282170
SHA256 (telescope-0.8.tar.gz) = 3hILl1LI4TyOZ6qbPOLJUAJeOIQrx118T+25tgOsNXU=
SIZE (telescope-0.8.tar.gz) = 304872