- Remove complex sudo -u commands that require FIDO authentication
- Go back to simple ./scripts/install-omarchy.sh approach
- Remove pre_remove function that was causing issues
- This matches the last known working version
- Changed back from specific file copying to cp -r . approach
- This was the working approach before our changes
- Fixes the system file permission errors in AUR builds
- Add missing python-evdev dependency for hotkey detection
- Add all required Python dependencies from Arch repos
- Fix file copying to only include source files (no system files)
- Create virtual environment with pip-only dependencies
- Make installation script non-interactive for AUR context
Fixes hotkey detection issues when installing from AUR.
- Bump version from 1.1.0 to 1.2.0
- Update SHA-256 checksum for v1.2.0 release
- Fix audio feedback path resolution for relative paths
- Add shift_paste configuration option (Ctrl+Shift+V by default)
- Improve text injection compatibility across terminals and GUI apps