Commit Briefs

Omar Polo

persist list of visited URLs to the disk

Persist a generalized history of visited URL in history_file and try to keep it in sync during telescope usage and shutdown.


Omar Polo

kill compile_flags.txt



Omar Polo

ring a bell when remotely opening a link + refactor it a bit

move the logic into its own function.


Omar Polo

const-ify some tables


Omar Polo

mention the dependency on pkg-config

see github issue #9


Omar Polo

rename images -> extra


Omar Polo

add missing changelog entry


Omar Polo

sync changelog


Omar Polo

initialize each tab loadingev timer event

found on freebsd: closing a tab caused the message "event_pending: event has no event_base set" to be print.


Omar Polo

remote open: open an url into telescope from outside of it

if telescope is started with an url while there is already another instance of it running and the -S flag is not provided, the link will be automagically opened into the running instance of telescope. Telescope now listens on a UNIX domain socket in ~/.telescope/ctl (or ~/.cache/telescope/ctl if XDG is used) for commands.


Omar Polo

make imsg_event_add public



Omar Polo

copy^W add IMSG_DATA_SIZE too


Omar Polo

fix landlock usage

cf. gmid 1.8.1 and recent changes in game of trees. This doesn't warrant an immediate release since every action is limited to /tmp, ~/Downloads and {config,data,cache}_home.