v0.0.31 - Clean public release

- Updated to v0.0.31 with GUI startup warning fix
- Updated jackify-engine for improved compatibility
- Removed development-only files from public repo
- Added LICENSE and CONTRIBUTING.md for professional release
- Professional public repository ready for alpha release
This commit is contained in:
Omni
2025-09-07 21:43:22 +01:00
parent cd591c14e3
commit af7685dd21
65 changed files with 1250 additions and 647 deletions

View File

@@ -1203,8 +1203,8 @@ class ShortcutHandler:
return []
if not matching_shortcuts:
# Changed log level to warning as this is an expected outcome sometimes
self.logger.warning(f"No shortcuts found pointing to '{executable_name}' in {vdf_path}.")
# Changed log level to debug as this is an expected outcome sometimes
self.logger.debug(f"No shortcuts found pointing to '{executable_name}' in {vdf_path}.")
return matching_shortcuts