-
Release v0.0.84 Stable
released this
2026-06-28 02:20:57 +00:00 | 278 commits to main since this release- Add
AKCLIP_GET_CMDandAKCLIP_SET_CMDenvironment variable overrides on macOS, Linux, and Windows, letting users route clipboard read/write through a custom command instead of the platform default. - Promote the existing CLI env-var overrides (
AKCLIP_GET_CMDfor the no-argument read path,AKCLIP_SET_CMDfor the "command -> clipboard" path) so they are honored consistently across all three platform backends, not just the top-level CLI. - Replace placeholder tests with end-to-end integration tests that spawn the compiled
akclipbinary, locking shared environment mutation behind a mutex so the suite can run safely in parallel. - Cover the env-override path on each platform with success, non-zero exit, and missing-binary cases, plus default-path smoke tests for both
get_clipboard_contentandset_clipboard_content. - Treat empty command output as an error when writing to the clipboard, surfacing a clear "produced no output to copy" message instead of silently no-op-ing.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Add