Commit Briefs



Omar Polo

tokenize minibuffer input for better matching

instead of trying to match the given string as-is, split it into tokens (space-separated words) and try to match those. This allows to match out of order, for example "mir vid" will match gemini://vidage.rocks/blog/parliamo-di-mirror.gmi


Omar Polo

fix build out-of-tree

The issue with building out-of-tree was that some pages were generated by autoconf in $(builddir) and others were as-in in $(srcdir). While it was possible to use the right combination of $(builddir)/$(srcdir), just move everything as .in and generate every page during the configure step.


Omar Polo

sync changelog



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