Full Changelog: v1.0.0...v1.1.0
macOS Setup:
- Unzip the archive.
- Remove macOS quarantine with:
xattr -d com.apple.quarantine aegyo-macos-arm64.app
. - Make the app executable using:
chmod +x aegyo-macos-arm64.app
. - Run the app with
open aegyo-macos-arm64.app
.
On first run on macOS, the app will request access to keystrokes from any application:
"aegyo.app" would like to receive keystrokes from any application.
Grant access to this application in Privacy & Security settings, located in System Settings.
This is caused by the underlying SFML library, which reads raw keyboard input. You should deny this request, as the app does not expect any input while it's not in focus. I'd rather not have such a request appear in the first place, but I have no control over it.
GNU/Linux Setup:
- Unzip the archive.
- Make the app executable using:
chmod +x aegyo-linux-x86_64
. - Run the app with
./aegyo-linux-x86_64
.
Windows Setup:
- Unzip the archive.
- Run the
aegyo-windows-x86_64.exe
app, select "More info", and then click "Run anyway" to bypass the security warning.