Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

66 lines (52 loc) · 1.91 KB

Change Log

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.6.0 - 2021-08-21

Added

Changed

  • Generic font families are preset by default instead of being set to None.

0.5.4 - 2021-05-25

Added

  • Implement Eq, Hash for Query, Family, Weight and Style. @dhardy

Changed

  • Update ttf-parser

0.5.3 - 2021-05-19

Changed

  • Update ttf-parser

0.5.2 - 2021-05-19

Changed

  • Update memmap2
  • Add additional search dir for macOS.

0.5.1 - 2020-12-20

Fixed

  • Compilation on Windows.

0.5.0 - 2020-12-20

Added

  • FaceInfo::post_script_name
  • FaceInfo::monospaced
  • Database::load_system_fonts

0.4.0 - 2020-12-06

Changed

  • Use a simple u32 for ID instead of UUID.

0.3.0 - 2020-12-05

Changed

  • ttf-parser updated.

0.2.0 - 2020-07-21

Changed

  • ttf-parser updated.

Fixed

  • Stretch processing. ttf-parser was incorrectly parsing this property.