mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-14 02:34:35 +00:00

* feat: add paste API to extension API * feat(desktop): enhance clipboard and hotkey utilities - Add `hideAndPaste` utility function to simplify window hiding and clipboard pasting - Adjust key press and sleep timings for more reliable input simulation - Implement window focus listener in clipboard extension - Bind input element reference for automatic focus management * feat(permissions): enhance clipboard permission handling - Update clipboard permission schema to include paste permission - Modify clipboard API to check for paste permission before executing - Refactor permission map and schema for more flexible permission management * feat(desktop): refactor extension command search and rendering - Add `svelte-inspect-value` for debugging - Implement new `ExtCmds` component to replace `ExtCmdsGroup` - Enhance extension command search with separate Fuse.js instances for installed and dev extensions - Simplify extension command filtering and rendering logic - Add derived stores for extension commands with improved type safety * feat(desktop): improve extension command search filtering * bump @kksh/api version * feat(permissions): add clipboard paste permission description
56 lines
690 B
Markdown
56 lines
690 B
Markdown
# @kksh/api
|
|
|
|
## 0.1.5
|
|
|
|
### Patch Changes
|
|
|
|
- Add clipboard.paste() API
|
|
|
|
## 0.1.4
|
|
|
|
### Patch Changes
|
|
|
|
- Add killPid extension API
|
|
|
|
## 0.1.2
|
|
|
|
### Patch Changes
|
|
|
|
- Add helper API
|
|
|
|
## 0.1.1
|
|
|
|
### Patch Changes
|
|
|
|
- Rename api's 2 ui subpackage to less technical terms; iframe to custom and worker to template
|
|
|
|
## 0.1.0
|
|
|
|
### Minor Changes
|
|
|
|
- Rename WorkerExtension to TemplateUiCommand, and HeadlessWorkerExtension to HeadlessCommand
|
|
|
|
## 0.0.53
|
|
|
|
### Patch Changes
|
|
|
|
- Add Show Debug option for worker template form view
|
|
|
|
## 0.0.48
|
|
|
|
### Patch Changes
|
|
|
|
- Restructure api package, add headless api
|
|
|
|
## 0.0.47
|
|
|
|
### Patch Changes
|
|
|
|
- Add Extension KV API
|
|
|
|
## 0.0.43
|
|
|
|
### Patch Changes
|
|
|
|
- More Icon Options
|