You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added a pane that lists all the downloads (current or not)
download-path is customizable
sandbox/safe mode: telescope won't write anything to the file system.
XDG-style directories if ~/.telescope does not exists; idea and implementation by Andrea Feletto, thanks! (there's a script also by him in contrib to migrate the setup)
Improvements
prefill the save prompt with the file name
use landlock on linux if available
add HOSTCC and HOSTCFLAGS variables for the configure script to allow cross-compiling pagebundler needs to be built with the host compiler no matter what.) Prompted and tested by Nikolay Korotkiy, thanks!
Bug Fixes
fix diff syntax highlighting with more than one header involved
[gemini] fix item line detection: a space is required after the * character
handle empty replies (i.e. no header.) Found thanks to ondollo' capsule :)
fixed a crash on macOs, by Nikolay Korotkiy (sikmir on github). Thanks!
mention that telescope expects an UTF-8 environment in the CAVEATS section of the manpage