Skip to content

Latest commit

 

History

History
107 lines (62 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

107 lines (62 loc) · 1.96 KB

Changelog

All notable changes to this project will be documented in this file.

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

[Unreleased]

Added

  • New options: extension_count, extension_width, extension_height
  • Options can be written with underscores: box_height, box_rule, box_width.
  • Debug informations can be enabled using the debug option.

Changed

  • ...

Deprecated

  • ...

Removed

  • ...

Fixed

  • Fix color changes to black after cloze command #9

Security

  • ...

[v1.6] - 2020-06-30

Added

  • Implement basic plain TeX respectively plain LuaTeX interface.

Fixed

  • Fix duplicate line generation on the second line in cloze.
  • Fix width of first line wrong in itemize, mdframed.
  • Fix \clozenol not transparent #4
  • Fix clozebox not transparent.

[v1.5] - 2020-05-27

Changed

  • The Lua part of the package (cloze.lua) is now being developed in a separate file.
  • The readme file is now a standalone mardown file and not embedded in the dtx file any more.
  • LDoc is being used to generate the source code documentation.

Fixed

  • Fix two bugs (cloze in display math, line color and hide).

[v1.4] - 2020-05-20

Added

  • Add the new macro \clozestrike

Changed

  • Improve the documentation

[v1.3] - 2017-03-13

Added

  • Add the new macros \clozenol and \clozeextend and the environments clozebox and clozespace (This version was not published on CTAN.)

[v1.2] - 2016-06-23

Fixed

  • The cloze makros are now working in tabular, tabbing and picture environments

[v1.1] - 2016-06-13

Fixed

  • Make cloze compatible to LuaTeX version 0.95

[v1.0] - 2015-07-08

Added

  • Inital release

[v0.1] - 2015-06-16

Changed

  • Converted to DTX file