Skip to content

0.6 — “Piccola storia ignobile”

Compare
Choose a tag to compare
@omar-polo omar-polo released this 29 Nov 16:25
· 661 commits to main since this release

New features

  • 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