Releases: DaveKeehl/fonts-jar
Releases · DaveKeehl/fonts-jar
0.4.0
Added
- Support for filtering fonts based on the origin websites
- Tooltips for toolbar buttons
- Support for Adobe Fonts
- Completely overhauled and made a lot easier the process of adding new supported websites
Changed
- Manifest key is now overridden to have a consistent extension ID
- Publish workflow now automates releases
- Updated dependencies
- Put back caret down icon in sort method and sort direction buttons in toolbar
- Content scripts now use Plasmo CSUI to inject React components within the supported websites
Removed
- No longer using background service worker
- No longer internally storing font variants and variable axis count
Fixed
- Collection input field in collections manager modal is now set to
width: 100%
to prevent horizontal overflow
0.3.0
0.2.0
Added
- Created utility function
isUrlLegal
and refactored parts of the codebase to use it
Changed
- Website ignore regex is now optional
- Improved website types
- Fixed typos
- Strengthened regex to ignore websites
- Refactored code to increase code quality
- Updated selectors to match the updated Google Fonts website
- Updated github workflow