Releases: johnlindquist/kit
Releases · johnlindquist/kit
main
feat(path): implement fileTypes filtering in createPathChoices - Added a new function to filter path choices based on specified file extensions. - Updated to accept a parameter and apply filtering accordingly. - Enhanced tests to cover various scenarios for fileTypes filtering, including case sensitivity and compound extensions. - Ensured that directories are always included in the results, while files without extensions are excluded when fileTypes are specified. This improves the usability of path selection by allowing users to filter files based on their types.
main
2025-07-15-12-20-58 fix(bin): testing if skipping bin was breaking tests
main
2025-07-07-12-53-07 fix(exclude): don't cache excluded scripts
main
2025-07-02-21-24-47 fix(path): fix select-anyway
main
2025-07-01-21-28-04 fix(deps): update
main
feat: update script sharing functionality to include base64 encoding - Enhanced the script sharing feature to encode script content in base64 format for URL parameters. - Updated the URL for opening ScriptKit to include the encoded script, allowing for easier pasting of scripts directly from the clipboard. - Improved user experience by notifying users when script contents are copied to the clipboard.
main
2025-06-24-09-58-06 fix(share): share scripts using base64
main
2025-06-23-09-44-33 fix: enhance createPathChoices to handle Windows drive listings and n…
main
fix: set dummy API keys for testing environment - Added dummy API keys to the test setup to prevent prompting during tests, ensuring a smoother testing experience without requiring real API credentials.
main
2025-06-17-15-36-41 fix: modularize sendResult implementation and enhance parameter type …