This update will reset your saved crosshair settings to default
This is a HUGE update, the settings system has been ripped out and replaced with https://github.com/tkambler/electron-preferences (with plenty of improvements there as well). This has allowed for a ton of new features:
Preferences Window
The new preferences window has been segmented into sections and a ton of new settings have been added.
- Ability to disable automatic updates (no more phoning to github, #85 )
- Ability to disable hardware acceleration (may fix fps issues for a few folks, #70 )
- Ability to start CrossOver on system boot (#86)
- The window will be hidden on blur (lose-focus)
Custom Keybinds (#20) - beta
This has been a long-time coming. All of the keybinds for the app have been added as customizable preferences (except for the app reset, CTRL+SHIFT+ALT+R
).
You can rebind anything to anything, although this is still being tested for bugs.
You can also disable any bind with backspace
or delete
.
Hide on ADS (#84) - beta
This feature was requested enough that I went ahead and added it. iohook was used to hook into the system mouse events to allow the crosshair to be hidden while holding down a mouse button.
Hopefully this won't affect the ban-ability (#79) but it definitely adds a layer of complexity to the app.