Commits


pretty print help lines


add other-window (C-x o) and allow focusing help buffer


allow about: pages to be locally overridden


prefer next tab instead of previous in tab-close


push-button-new-tab on relative URLs now works


prettify the defaults settings Switch from the brutalist approach to a prettier ones. If someone likes the old brutalist theme, it's still available as contrib/brutalist.config: $ cp contrib/brutalist.config ~/.telescope/config or $ telescope -c contrib/brutalist


visually drop trailing spaces when formatting a page


add descr. to completions ; filter by descr. too


cache the page title


lazy loading tabs on startup don't load all the tabs when starting up, only the current one. Defer the loading of the others when switching to them.


add set-title option


keep track of the current tab and restore it after startup


sync


handle unknown protocols gracefully


bind [ and ] to tab-previous/next As suggested by Gnuserland, thanks!