Skip to content

Choose a tag to compare

@github-actions github-actions released this 29 Aug 15:31
· 590 commits to master since this release
f673110

Summary of Improvements

This is a relatively minor maintenance release. Thanks again to ongoing work by @Omikhleia, support for bibtex format bibliographies is improving. Date and author parsing and rendering has been improved. Support for CSL is still brewing in the bibliography project.

Additionally the --quiet flag now correctly suppresses all parts of warning messages for cleaner output when you don't want to debug your project. Even more behind the scenes, the entire code base has also been spell-checked, with hundreds of words in comments, code, and documentation being corrected.

New Features

  • packages: Support biblatex date field and improve date formatting (5169d67)

Bug Fixes

  • build: Fix distribution of unit tests clean up dist file list (00abf9b)
  • classes: Make document state available during class's post init (71336b9)
  • cli: Suppress trace info in quiet for warnings but do show errors (e12dcc9)
  • packages: Parse and split all bibtex name fields (e3a7dc1), closes #2052
  • packages: Use non-breakable space in bibTeX name splitting, not tilde (f4ea4ed)