Skip to content

v2.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Aug 12:51
· 7 commits to main since this release

Changelog

  • fe9e439 Add unit tests for font ID slugging and match scoring
  • 75a7bb7 Added gosec to CI workflow
  • 70a949d Added new installation registry system - This helps to track user font installations across the system and provides a more consistent way to manage font installations especially when fonts don't match their reserved font name (e.g. Cascadia Code vs. Caskaydia Cove Nerd Font)
  • 723a27f Document static analysis and harden persistence, removal, and extraction paths
  • 59d9c0c Enhance config parsing with int32 range validation
  • 1dda819 Fixed completion functionality for zsh and added documentation for terminal setup
  • 5028abb Overhauled and improved the logging system - Logger is now a single global instance and can be accessed from anywhere in the codebase - Logger no longer creates a second log file in the os default directory - Added tests for the logging system - Added tests for the repo package
  • 0e901cb Ship GoReleaser archives only; update self-update + installers
  • 83f4623 Track .gosec.json in the repo for reproducible CI and local gosec
  • f3073fe Updated codebase development docs
  • 1b07001 Updated logging and verbose/debug documentation