Skip to content

Latest commit

 

History

History
76 lines (48 loc) · 1.99 KB

File metadata and controls

76 lines (48 loc) · 1.99 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.

0.1.0 - 2026-09-01

Added

  • PdfALevel PDFA_3A - PDFA_4E
  • Enums Decoration and TabAlignment
  • get_folio_version
  • Document.language

Changed

  • All project enums naming convention from plural to singular e.g. EncryptionAlgorithms is now EncryptionAlgorithm
  • Use folio_buffer_len64 to read buffer len over folio_buffer_len
  • Renamed Color enum to NamedColor

Fixed

  • Document.author calling incorrect binding
  • Incorrect binding usage by Outline.add_child_xyz
  • Missing binding definitions for Div element
  • Export PageImporter as package toplevel

0.0.3 - 2026-08-25

Fixed

  • Incorrect binding name in PDFReader folo_reader_parse to folio_reader_parse

0.0.2 - 2026-05-15

Added

  • Color class for representing color values
  • Docstrings for all public APIs

Changed

  • All public APIs using discrete r,g,b parameters to use Color dataclass
  • Column to Columns
  • Folio object personalized handle attribute name to __handle
  • Folio object handle to __handle
  • html_parse_css_length to parse_css_length

Removed

  • Document.new_a4 and replaced with Document.new_with_size
  • Document.set_header, Document.set_footer
  • set_ prefix from public APIs

0.0.1 - 2026-04-23

Added

0.0.1 - 2026-04-09

Added