Commit graph

17 commits

Author SHA1 Message Date
Timothy Jaeryang Baek
61db9dc10f fix: grant clipboard-write permission to webview sessions (fixes #154)
The Copy button in the Open WebUI interface silently failed on
GNOME/Wayland/Flatpak because the webview session permission handlers
did not include 'clipboard-sanitized-write'. Electron denied the
navigator.clipboard.writeText() call, but the web app saw no error
and briefly showed 'Copied' without actually writing to the clipboard.

Added 'clipboard-sanitized-write' to both permission handler whitelists:
- Per-connection content window handler
- session-created handler for webview partition sessions
2026-04-27 14:32:35 +09:00
Timothy Jaeryang Baek
8c990befbe chore: bump version to 0.0.12 and update changelog 2026-04-25 00:29:27 +09:00
Timothy Jaeryang Baek
ed26423f90 chore: bump version to 0.0.11 2026-04-25 00:00:54 +09:00
Timothy Jaeryang Baek
eb3c569078 chore: bump version to 0.0.10 2026-04-24 22:17:45 +09:00
Timothy Jaeryang Baek
44c40eabd6 fix: persist Open Terminal API key across restarts
The API key is now saved in config.json and reused on subsequent
startups instead of being regenerated every time, which was breaking
existing integrations that relied on a stable key.

Closes #102
2026-04-20 15:57:42 +09:00
Timothy Jaeryang Baek
4db0faff97 feat: add global voice input with push-to-talk transcription (0.0.8) 2026-04-11 15:17:36 -06:00
Timothy Jaeryang Baek
201b08826e fix: macOS auto-update zip artifact naming (0.0.7) 2026-04-11 08:06:00 -07:00
Timothy Jaeryang Baek
e12bc93d71 refac 2026-04-10 10:27:30 -07:00
Timothy Jaeryang Baek
03f6abae75 refac 2026-04-08 13:49:32 -07:00
Timothy Jaeryang Baek
5aa13c813e v0.0.3: fix spotlight focus after page interaction, fix ?q= query passthrough 2026-04-06 11:40:25 -05:00
Timothy Jaeryang Baek
14258c4b36 v0.0.2: spotlight input bar, system theme sync, persistent spotlight position 2026-04-06 11:32:15 -05:00
Timothy Jaeryang Baek
3c9ed8c7b5 refac 2026-03-20 23:54:37 -05:00
Timothy Jaeryang Baek
88d28ba0a6 refac 2026-03-20 17:52:07 -05:00
Timothy Jaeryang Baek
b524aa369a refac 2026-03-18 17:49:32 -05:00
Timothy Jaeryang Baek
0e61600416 refac 2026-03-17 23:59:33 -05:00
Timothy Jaeryang Baek
637a675fcd Add AGPL-3.0 license, CLA, and CLA enforcement workflow 2026-03-17 16:04:41 -05:00
Timothy Jaeryang Baek
9f4cc2948c Initial commit 2026-03-17 16:01:25 -05:00