vietc/daemon/src
Khoa Vo b06035c216 production: download prebuilt binaries instead of building from source
- install.sh: rewritten to download prebuilt tarball from GitHub releases
  (or fallback to .deb extraction), removing verbose cargo build output
- release.yml: new CI workflow to build & upload tarball on tag push
- uninstall.sh: add systemctl --global daemon-reload after removing service
- daemon/src/main.rs: fix VNI backspace offset in X11 keymap capture path
  (missing +1 adjustment for control keys that reach the app directly)
2026-07-04 18:20:53 +07:00
..
app_state.rs fix: exclude daemon's own sudo ancestor from password detection 2026-07-02 12:12:32 +07:00
config.rs feat: terminal VNI input — force VNI in terminals, remove from bypass_apps 2026-07-02 08:57:17 +07:00
display.rs release: v0.1.7 — password detection, Telex enabled, GNOME Wayland support 2026-07-01 11:00:11 +07:00
main.rs production: download prebuilt binaries instead of building from source 2026-07-04 18:20:53 +07:00
password_detector.rs fix: AT-SPI2 connects to a11y bus, not session bus (password detection was silently failing) 2026-07-01 11:59:40 +07:00