Skip to content

Releases: NCBM/fontra

v0.5.2

22 Sep 10:20
Compare
Choose a tag to compare

Changelog

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

[0.5.2] - 2024-09-22

⚙️ Miscellaneous Tasks

  • Add py.typed marker (resolve #5)
  • Add package classifiers (resolve #6)
  • Bump version to 0.5.2

v0.5.1

21 Sep 08:53
Compare
Choose a tag to compare

Changelog

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

[0.5.1] - 2024-09-21

🐛 Bug Fixes

  • Clear classical index when doing update

⚙️ Miscellaneous Tasks

  • Bump version to 0.5.1

v0.5.0

21 Sep 08:35
Compare
Choose a tag to compare

Changelog

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

[0.5.0] - 2024-09-21

🚀 Features

  • Add support for android system fonts directory
  • Add sypport for linux user-site fonts directory
  • Add cli options to show font path
  • Add classical font index

🐛 Bug Fixes

  • Always resolve realpath from envvar

🚜 Refactor

  • Fix typing errors
  • Replace magic numbers with named constants

📚 Documentation

  • Add docstrings for has_font_family and has_font_style

⚙️ Miscellaneous Tasks

  • Update project description
  • Bump version to 0.5.0

Deps

  • Add freetype-py-stubs

v0.4.0

26 Aug 13:00
Compare
Choose a tag to compare

Changelog

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

[0.4.0] - 2024-08-26

BREAKING CHANGE

  • Manual initialization is required

🚀 Features

  • Fuzzy match support (#2)

🐛 Bug Fixes

  • Adjust some option names and helps

🚜 Refactor

  • Reorganize project structure

📚 Documentation

  • Update readme for new features
  • Add initialize code and fix a mistake about path
  • Add description of envvars
  • Add unpack command into readme

⚙️ Miscellaneous Tasks

  • Add init support for cli
  • Rename path to fontdirs in cli
  • Bump version to 0.4.0

v0.3.0

25 Aug 09:43
Compare
Choose a tag to compare

Changelog

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

[0.3.0] - 2024-08-25

🚀 Features

  • Add cli (#1)
  • Add get_localized_names
  • Add localized names support for cli list fonts

🐛 Bug Fixes

  • Specify index for _ft_open_face

🚜 Refactor

  • Rename unlocalized_name to get_unlocalized_name

⚙️ Miscellaneous Tasks

  • Fix some errors in cli
  • Bump version to 0.3.0
  • Set fetch depth to 0 for checkout

v0.2.5

10 Jul 06:42
Compare
Choose a tag to compare

Changelog

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

[0.2.5] - 2024-07-10

🐛 Bug Fixes

  • Skip error when font load failed

Meta

  • Bump version to 0.2.5

v0.2.4

03 Jul 09:25
Compare
Choose a tag to compare

Changelog

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

[0.2.4] - 2024-07-03

🐛 Bug Fixes

  • Forgotten face open

Meta

  • Bump version to 0.2.4

v0.2.3

03 Jul 09:18
Compare
Choose a tag to compare

Changelog

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

[0.2.3] - 2024-07-03

🐛 Bug Fixes

  • Non-ascii path handling on windows

📚 Documentation

  • Update readme

⚙ Miscellaneous Tasks

  • Update release changelog with git-cliff

Meta

  • Bump version to 0.2.3

v0.2.2

19 May 15:15
Compare
Choose a tag to compare

Changelog

[0.2.2] - 2024-05-19

🚀 Features

  • Add function 'has_font_family' and 'has_font_style'

📚 Documentation

  • Add badges in README

⚙ Miscellaneous Tasks

  • Update workflow
  • Fix workflow permission

Meta

  • Bump version to 0.2.2

v0.2.1

19 May 13:53
Compare
Choose a tag to compare

Features

Documentation

Code Refactoring

Commits