Releases: lacymorrow/crossover
#108: Add ability to tilt; #98 Allow keypress to hide
-
You can now assign a key to tilt the crosshair left or right for games that allow leaning around a corner. Fixes #108.
-
There is now an option to use the keyboard to hide the crosshair on ADS (aim down sights). Previously only the mouse was supported.
- v2.3.0 c4e51a1
- v2.2.0 d92a517
- lint abc7a3f
- Merge pull request #116 from lacymorrow/108-enable-lean edc775c
- remove console log 6d7e62c
- unregister always 5655ec2
- tweak css 92f29a1
- Fix b6fabcRa
- Merge pull request #114 from sarequl/master 0c886ec
- Added Valorant on the list 3dac6e3
- Added Valorant on the list f004b65
- Update FUNDING.yml 80fe6fa
- Update FUNDING.yml e35d5d9
- Update readme.md 01daa6e
- funding 247d3ba
- Update readme.md dac27c8
- Delete FUNDING.yaml cb76e92
- Create FUNDING.yml fcd2356
- adding funding 8a0a99c
- Update readme.md de73b6c
#108: Add ability to tilt; #98 Allow keypress to hide
-
You can now assign a key to tilt the crosshair left or right for games that allow leaning around a corner. Fixes #108.
-
There is now an option to use the keyboard to hide the crosshair on ADS (aim down sights). Previously only the mouse was supported.
- v2.3.0 c4e51a1
- v2.2.0 d92a517
- lint abc7a3f
- Merge pull request #116 from lacymorrow/108-enable-lean edc775c
- remove console log 6d7e62c
- unregister always 5655ec2
- tweak css 92f29a1
- Fix b6fabcRa
- Merge pull request #114 from sarequl/master 0c886ec
- Added Valorant on the list 3dac6e3
- Added Valorant on the list f004b65
- Update FUNDING.yml 80fe6fa
- Update FUNDING.yml e35d5d9
- Update readme.md 01daa6e
- funding 247d3ba
- Update readme.md dac27c8
- Delete FUNDING.yaml cb76e92
- Create FUNDING.yml fcd2356
- adding funding 8a0a99c
- Update readme.md de73b6c
More Crosshairs, Fullscreen on Mac!
FIXES AN ISSUE WITH VERSION 2.1.3 (#107)
Adding Light colored crosshairs to fix #104 (thanks @z-f-s!)
I've re-enabled Fullscreen on MacOS! Your mileage may vary but things seem to be working π Fixes #106 (thanks @The-Minecraft-Scientist!)
I've also bumped the max size from 100px to 125px, I'll try to get around to a better 4k experience soon. but this should help.
- disable unicorn/prefer-module f251853
- package c955561
- fix fullscreen on mac 880601f
- fix fullscreen on mac 669ff8d
- fix fullscreen on mac 6429c75
- Merge branch 'master' of https://github.com/lacymorrow/crossover 88b824e
- Update readme.md a8a5c98
- adding light crosshairs; bumping max size to 125 30b6db5
- linting 1fc1cfc
- fix #107 0072fe6
- merge 1d9eaea
- Merge branch 'master' of https://github.com/lacymorrow/crossover fdca2af
- save 8639b6f
More Crosshairs, Fullscreen on Mac!
FIXES AN ISSUE WITH VERSION 2.1.3 (#107)
Adding Light colored crosshairs to fix #104 (thanks @z-f-s!)
I've re-enabled Fullscreen on MacOS! Your mileage may vary but things seem to be working π Fixes #106 (thanks @The-Minecraft-Scientist!)
I've also bumped the max size from 100px to 125px, I'll try to get around to a better 4k experience soon. but this should help.
- disable unicorn/prefer-module f251853
- package c955561
- fix fullscreen on mac 880601f
- fix fullscreen on mac 669ff8d
- fix fullscreen on mac 6429c75
- Merge branch 'master' of https://github.com/lacymorrow/crossover 88b824e
- Update readme.md a8a5c98
- adding light crosshairs; bumping max size to 125 30b6db5
- linting 1fc1cfc
- fix #107 0072fe6
- merge 1d9eaea
- Merge branch 'master' of https://github.com/lacymorrow/crossover fdca2af
- save 8639b6f
More Crosshairs, Fullscreen on Mac!
THERE IS AN ERROR WITH THIS VERSION CURRENTLY (#107), PLEASE USE v2.1.4
Adding Light colored crosshairs to fix #104 (thanks @z-f-s!)
I've re-enabled Fullscreen on MacOS! Your mileage may vary but things seem to be working π Fixes #106 (thanks @The-Minecraft-Scientist!)
I've also bumped the max size from 100px to 125px, I'll try to get around to a better 4k experience soon. but this should help.
- disable unicorn/prefer-module f251853
- package c955561
- fix fullscreen on mac 880601f
- fix fullscreen on mac 669ff8d
- fix fullscreen on mac 6429c75
- Merge branch 'master' of https://github.com/lacymorrow/crossover 88b824e
- Update readme.md a8a5c98
- adding light crosshairs; bumping max size to 125 30b6db5
- linting 1fc1cfc
Testing Mac M1 Compatibility
CrossOver 2.1.2: Keybinds and Settings
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
CrossOver 2.1: Keybinds and Settings
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
CrossOver 2.0: Keybinds and Settings
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.
You can no longer drag a custom crosshair to the preferences window
- 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
2.0.0 Custom Keybinds
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.