Skip to content

v4.5.3

Latest
Compare
Choose a tag to compare
@deathaxe deathaxe released this 28 Sep 13:03
· 4 commits to master since this release
f86726c

Fixes

  • fix documentation link in install message
  • fix confusion about hide_build_panel setting's functionality by renaming it to show_panel_on_build
  • fix script builder command tokenization (fixes #1660)
  • fix texpath documentation
  • fix encoding detection of bib files (fixes #335)
  • fix custom TEXMFDOTDIR always starting with current working directory "."
  • fix "command" override from sublime-build files
  • fix latex string to os path translation by dropping \string commands (fixes #998)

Enhancements

  • add support to manually specify stdio encoding via sublime-build files or builder settings
  • disable auto-pairing of `' when preceded by double-quotes (fixes #1029)
  • display time needed to build PDF in output panel (fixes #374)
  • extend open_pdf_on_build setting to "always" open PDF after possibly incomplete build (fixes #1659)
  • expand empty selection to word when wrapping text into emphasis commands (e.g. ctrl+l, ctrl+b) (fixes #1043)
  • trim trailing selections' \n when wrapping into environments (fixes #1016)
  • trim trailing selections' \n when wrapping into text emphasis commands