Skip to content

v1.1.0 - Titlebar icon

Latest
Compare
Choose a tag to compare
@ryouze ryouze released this 10 Nov 23:23
· 1 commit to main since this release

Full Changelog: v1.0.0...v1.1.0

macOS Setup:

  1. Unzip the archive.
  2. Remove macOS quarantine with: xattr -d com.apple.quarantine aegyo-macos-arm64.app.
  3. Make the app executable using: chmod +x aegyo-macos-arm64.app.
  4. 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:

  1. Unzip the archive.
  2. Make the app executable using: chmod +x aegyo-linux-x86_64.
  3. Run the app with ./aegyo-linux-x86_64.

Windows Setup:

  1. Unzip the archive.
  2. Run the aegyo-windows-x86_64.exe app, select "More info", and then click "Run anyway" to bypass the security warning.