Skip to content

v0.0.25

Compare
Choose a tag to compare
@e0328eric e0328eric released this 19 Jan 15:09
· 17 commits to main since this release

0.0.25

Changed

Fix some bugs

0.0.24

Changed

  • Better error message for tectonic backend

Fixed

  • a bug not to print notes when backend compilation error occurs
  • importfile does not ignore the end of line

0.0.23

Added

  • Add tectonic backend to compile vesti. In this version, it can be installed
    with enabling tectonic-backed feature. Here is the command line argument to
    install this feature
    $ cargo install vesti --features=tectonic-backed
  • The new keyword importfile* copies the file into vesti-cache folder. For instance, if one write
    importfile* (./foo/bar.txt)
    
    then vesti copies bar.txt inside in the ./foo directory into vesti-cache.
    Especially, one can write
    importfile* (@/foo/bar.txt)
    
    The special directory @ refers to the OS specific config directory. For more information about config directory location, see here.