Skip to content

Latest commit

 

History

History
115 lines (69 loc) · 7 KB

File metadata and controls

115 lines (69 loc) · 7 KB

Changelog

2.0.0 (2026-07-01)

⚠ BREAKING CHANGES

  • add skipFirstRow attribute for comic tag
  • set default font as Comic Neue Bold
  • make paddingBottom and paddingTop use percentage units
  • make maxPaddingLeft and maxPaddingRight use percentage units

Features

  • add skipFirstRow attribute for comic tag (d175f59)
  • allow setting the font (ff7fc51)
  • make maxPaddingLeft and maxPaddingRight use percentage units (bd87366)
  • make paddingBottom and paddingTop use percentage units (45b5611)
  • set default font as Comic Neue Bold (00a6b7b)

1.8.1 (2026-06-23)

Bug Fixes

  • replace showPages by showPageNumbers in XSD spec (c5ca378)

1.8.0 (2026-02-23)

Features

  • add bordersColor property on comic and panel (b6a3391)
  • add bordersWidth property on comic and panel (5659cc8)

1.7.0 (2026-02-22)

Features

  • add page numbers at the bottom of the pages (98dcd11)

1.6.0 (2026-02-21)

Features

  • add border: none option on panels (0f0bffd)
  • add support for YAML configuration files (9226623)

1.5.0 (2026-02-21)

Features

  • add cropBottom and CropTop option on panels (492a821)
  • add XSD validation (96f4e27)
  • added character field to text tag (5cc5ef4)
  • be able to control font size through XML configuration (fdedd51)
  • cease support for .NET 9 (1a2fb59)
  • rename crop by padding (99100cf)
  • rename margin attributes (841c603)
  • split command-line parser into generate and validate commands (cc68b4e)
  • support JSON configurations (765a365)

Bug Fixes

  • add width property to XSD for text element (bc56dae)
  • ci (820f878)
  • ci (76d2a5f)
  • conflicts with master (#6) (9f5f001)
  • do not trim unused code during publish (0500cad)
  • fix issue with description texts not showing (eac1269)
  • fix issue with fontSize propagation to children (4dfea10)
  • fixed bug with new pages created when they should not (#19) (709e874)
  • fixed crash with CLI arguments on .NET 7 (#13) (16839c0)
  • removed .NET 8 as target framework (#20) (ef1293d)
  • text width is now respected (5c4d8d2)

1.4.6 (2025-10-16)

Features

  • rename crop by padding (99100cf)
  • support JSON configurations (765a365)

Bug Fixes

  • make Comic a parameterless constructor (f4cf6a5)
  • fix issue with fontSize propagation to children (4dfea10)
  • fix issue with description texts not showing (eac1269)

1.3.0 (2025-07-27)

Features

  • add cropBottom and CropTop option on panels (492a821)
  • split command-line parser into generate and validate commands (cc68b4e)

Bug Fixes

  • add width property to XSD for text element (bc56dae)

1.2.0 (2025-07-23)

Features

  • add XSD validation (96f4e27)
  • be able to control font size through XML configuration (fdedd51)
  • rename margin attributes (841c603)