Skip to content

Releases: zkxs/simple-crosshair-overlay

1.1.4

02 Jul 10:09
Compare
Choose a tag to compare
  • Add some new window attributes on MacOS: this may stop some undesirable behavior where the window behaves like a window instead of an overlay (such as having a title bar).
  • Update winit. This may fix some bugs on MacOS, particularly with how transparency is handled.
  • Update various other dependencies.

Full Changelog: 1.1.3...1.1.4

1.1.3

05 Apr 17:16
Compare
Choose a tag to compare

What's Changed

  • Various dependencies updated
  • Create eventloop at start of application by @akilegaspi in #52. This should fix an issue running on MacOS.

Full Changelog: 1.1.2...1.1.3

New Contributors

1.1.2

18 Jan 04:54
Compare
Choose a tag to compare

1.1.1

18 Jan 04:55
Compare
Choose a tag to compare
1.1.1 Pre-release
Pre-release
  • fix inability to publish to crates.io

1.1.0

15 Nov 20:42
Compare
Choose a tag to compare

New:

  • Linux build compiles. It definitely doesn't work on Wayland. It might work on x11, but I'm unsure.
  • git commit hash is now included in the version information. This allows distinguishing between different prerelease builds that use the same version number.

Changes:

  • The Ctrl+K keyboard shortcut only activates the color-picker when Adjust Mode is enabled. This was done because I type Ctrl+K a lot in other applications, and the color picker kept activating against my will.
  • Change color-picker size from 256x256 to 252x252. This enables some performance improvements behind the scenes.

Bug fixes:

  • The green channel would be calculated wrong when hues were in the 4th hextant of the color picker

1.0.0

11 Aug 14:07
Compare
Choose a tag to compare
  • Add a color picker for the default crosshair.
    • Press Ctrl+K to use this, or open it from the tray menu.
    • I make a best-effort to defocus the window when you're done color picking, but it's not perfect due to Windows limitations. This is a custom implementation for Windows. Not sure if it's even possible on MacOS/Linux.
  • Window will no longer focus on startup.
  • Increase default crosshair size from 4x4 to 16x16. This should make it more obvious to new users that the application actually did something.

With this change the experience for a new user who didn't bring their own custom crosshair should be pretty good, so I think it's time to call this the 1.0 release.

0.1.5

10 Aug 11:59
Compare
Choose a tag to compare

This update fixes the window being positioned incorrectly when the Windows taskbar is on the top or left of the screen.

0.1.4

09 Aug 23:31
Compare
Choose a tag to compare
  • Adjust crosshair adjust speed scaling, which makes it much easier to adjust the crosshair by 1 pixel
  • Fix centering math for monitors where the top left pixel is not at position (0, 0)
  • Support multiple monitors. Press Ctrl+M while in Adjust Mode to cycle through your monitors.

0.1.3

07 Aug 23:54
Compare
Choose a tag to compare
  • fix bug where hotkeys would not actually be loaded from config file
  • fix bug where the "Visible" toggle in the tray menu was nonfunctional
  • publish MacOS builds for the first time. I have no idea they'll actually work properly, though.

0.1.2

27 Jul 21:16
Compare
Choose a tag to compare
  • tray icon is no longer generated at runtime
  • complete rewrite of the hotkey input system
    • hotkeys can be rebound (for now only via manual config file edits) (rebinding keys is broken due to an oversight)
    • holding keys behaves more reasonably
    • reduced CPU utilization
  • Added an "About" screen