You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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