Skip to content

1.1.0

Compare
Choose a tag to compare
@acheronfail acheronfail released this 25 May 01:41
· 72 commits to master since this release
  • 57da81b feat: support for colorspaces; improvements to color extraction;
    • This commit adds support for color spaces - now the app should display the exact colors of the pixels on your screen. If you'd like to use other color spaces, those can be chosen from within the app's menu.
    • This also improves the calculation logic for retrieving the correct values from an NSColor (before the fence-post error was returning very very slightly incorrect values). Since colors on macOS are represented as Float values, there's only so much precision we can have.
  • 86c4b29 fix: sometimes hex values would be shorter than 6 characters
  • 88f3465 fix: preview crosshair now wraps the center pixel better