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.
Follow Mouse (#87 ) - beta
Same as above, uses IOHook to allow the crosshair to follow the mouse on the screen
You can no longer drag a custom crosshair to the preferences window
- v2.1.1 483d7a2
- v2.1.0 99069bb
- Merge pull request #91 from lacymorrow/dev 81689ae
- fix #87: follow mouse 66589ae
- fix bf814bd
- Merge pull request #90 from lacymorrow/preferences 17c1d33
- remove mousetrap 8d631a4
- rm b5305e0
- readme 7c2a177
- readme 14bdc30
- readme f9e4773
- 2.0.0-alpha preferences; keybinds; mouse hooks; quality-of-life 1c41160
- TONS of new stuff; custom keybinds; disable keybinds 74e2fdb
- update-prefs bf166d3
- update-prefs c61ed62
- change 5572ee6
- custom keybinds! fix #20 e3e55e9
- custom keybinds! 8c9f840
- remove electron-store f8d6fbe
- remove electron-store b225265
- adding iohook; Fix #84 4b0cdf1
- mg 4775d96
- fix 238d35e
- allow preventing auto updates; fix #81 ce6ebc5
- mg 8d84c78
- no idea f7b914e
- no idea 4defdc9
- prefs and readme 3e839a9
- fluff c362fc3
- adding electron-preferences abd8dc3