Releases: NCBM/fontra
Releases · NCBM/fontra
v0.5.2
v0.5.1
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
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
andhas_font_style
⚙️ Miscellaneous Tasks
- Update project description
- Bump version to 0.5.0
Deps
- Add freetype-py-stubs
v0.4.0
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
tofontdirs
in cli - Bump version to 0.4.0
v0.3.0
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
toget_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
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
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
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
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
Features
- better error message (worldmozara)
Documentation
- fix typo (worldmozara)
- fix code block language (worldmozara)
Code Refactoring
- better decoding (worldmozara)
Commits
- update dependency of freetype-py (worldmozara)
- bump version to 0.2.1 (worldmozara)