Skip to content

Releases: alexrecuenco/TexExamRandomizer

Release 1.2.7

23 Jan 08:33
89da9a8
Compare
Choose a tag to compare
  • Documentation changes trying to improve the quality of them.

Other than that, it is all upgrades on the backend, necessary for a later patch.

  • Remove out-dated settings (C++11 has been for a while the minimum requirement, so we don't need to specify this minimum requirement anymore)
  • Generated GitHub Pages for documentation
  • Created some minimal infrastructure changes to allow testing

Version 1.2.3

13 Feb 03:12
702eb8b
Compare
Choose a tag to compare
  • There were issues with compilations on windows when using the latexmk compilation provided by the package that are now fixed.
  • Added automatic tests on compilation functions through roxygen examples, it will probably help catch similar errors in the future.