Skip to content

v0.3.0-beta

Compare
Choose a tag to compare
@iaacornus iaacornus released this 23 Aug 19:00
· 356 commits to devel since this release

The version 0.3.0 moved from alpha to beta phase. The changes includes refactored codebase, as well as some other features and improvements:

  1. Better support for text formats, such as bold, italics, and inline code.
  2. Support for other compiler, xetex, and luatex are supported, but every other compiler can be used given that it is in PATH and is functional and installed.
  3. replacement of "latex" word with the LaTeX typeset.
  4. strike through, superscript, subscript, emphasize, and underline support.
  5. "Smart quotes" as well as code blocks.
  6. Filename as title parameter.
  7. Improved versatility of program -- the program wont raise systemexit immediately anymore after missing or errenous parameters.

Non-major changes:

  1. Improved formatting of output LaTeX file.
  2. Bug fixes.
  3. Improved codebase, the program should now be faster, as opposed to previous one that is cluttered with code.
  4. More contributor friendly since the code base is now less messy, at least for me.
  5. Released in pypi for easier installation

Computed sha256sum of the files below:

7e01a550fd681b23d45a88f6f11892ed98fb19f8700f41345b80654c0aa24e5e  simtex-0.3.0b0-py3-none-any.whl
9513c0c778dc80d6d05e1b1560690d098aba0a61646d1d07efe112ba6b8fab45  simtex-0.3.0b0.tar.gz

The .whl file can be installed with pip or pip3, dependencies required includes requests==2.28.1 and rich==12.4.4, to install the .tar.gz, refer to INSTALL.md.

Full Changelog: v0.2.1-alpha...v0.3.0-beta