Skip to content

Releases: johnlindquist/kit

main

17 Jul 01:07

Choose a tag to compare

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

15 Jul 20:22

Choose a tag to compare

2025-07-15-12-20-58

fix(bin): testing if skipping bin was breaking tests

main

07 Jul 20:54

Choose a tag to compare

2025-07-07-12-53-07

fix(exclude): don't cache excluded scripts

main

03 Jul 05:26

Choose a tag to compare

2025-07-02-21-24-47

fix(path): fix select-anyway

main

02 Jul 05:29

Choose a tag to compare

2025-07-01-21-28-04

fix(deps): update

main

30 Jun 14:24

Choose a tag to compare

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

24 Jun 17:59

Choose a tag to compare

2025-06-24-09-58-06

fix(share): share scripts using base64

main

23 Jun 17:46

Choose a tag to compare

2025-06-23-09-44-33

fix: enhance createPathChoices to handle Windows drive listings and n…

main

19 Jun 23:22

Choose a tag to compare

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

17 Jun 23:38

Choose a tag to compare

2025-06-17-15-36-41

fix: modularize sendResult implementation and enhance parameter type …