Skip to content

Latest commit

 

History

History
105 lines (63 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

105 lines (63 loc) · 2.31 KB

Changelog

All notable changes to 'Ilm will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.1 - 2024-08-06

Fixed

  • Avoid line break between link text and indicator (circle).

1.2.0 - 2024-08-01

Added

  • external-link-circle option for disabling circle next to external links.

1.1.3 - 2024-07-23

Fixed

  • Chapter page breaks when using headings inside of a page container.

1.1.2 - 2024-06-18

Changed

  • Improved template and example.pdf.

1.1.1 - 2024-05-04

Added

  • Language setting definition in template.

Fixed

  • Removed hardcoded heading for table of contents so that the heading is defined as per Typst's language settings.

1.1.0 - 2024-04-11

Changed

  • Use Libertinus Serif font, if available, otherwise fall back to Linux Libertine.

1.0.0 - 2024-04-09

Added

  • date-format argument for specifying custom date format.
  • table-of-contents argument for specifying custom outline function for the table of contents.

Changed

  • Use dictionary for figure-index, table-index, and listing-index arguments and add title field for specifying custom title.
  • Create chapter page breaks inside body context.

0.1.3 - 2024-04-07

Fixed

  • Level 1 headings not being displayed on preface page due to page break inside heading show rule.

0.1.2 - 2024-03-25

Fixed

  • Check if a heading's body has a text field before using it.

0.1.1 - 2024-03-23

Added

  • Running footer demo in template and example.

Changed

  • Footer chapter size from 0.65em to 0.68em.
  • Start bibliography on a new page regardless of whether chapter-pagebreak is set to true or not.

Fixed

  • Use kebab-case for variable and function names.
  • Unnecessary here() parameter in query() usage.

0.1.0 - 2024-03-22

Initial Release.