Skip to content

Releases: acheronfail/pixel-picker

1.2.4

02 Nov 04:55
Compare
Choose a tag to compare
  • 222ccff chore: build against macOS 10.14 SDK
  • 0f7f752 chore: update dependencies

1.2.3

05 Jun 21:18
Compare
Choose a tag to compare
  • ec78ffb fix: update views to work better with new macOS interface styles
  • 1ad62f4 chore: update to Swift 4.2 - fixes #4

1.2.2

30 May 21:19
Compare
Choose a tag to compare
  • e087df3 feat: space now picks color; arrow keys cycle between formats

1.2.1

30 May 06:54
Compare
Choose a tag to compare
  • a63fd85 fix: ensure cursor is hidden even when apps change
  • 58f3ef9 fix: add grid before crosshair

1.2.0

25 May 16:04
Compare
Choose a tag to compare
  • 06e20d5 feat: preview now has the option of drawing a grid πŸŽ‰

1.1.0

25 May 01:41
Compare
Choose a tag to compare
  • 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

1.0.2

22 May 09:06
Compare
Choose a tag to compare
  • 5087a97 reversed the order of recent picks in the menu
  • 27b3b97 updated icon

1.0.1

22 May 08:49
Compare
Choose a tag to compare
  • 9330644 improvements to cursor tracking and handling - fixes #9
  • e672053 add configurable magnification levels - fixes #6
  • ef3ddda dynamically update the menu when option is pressed - fixes #3
  • b734282 xcode project updates
  • a343b50 refactor screen bounds checking
  • 40866ce minor change in screen bounds checking
  • ffeedff update README
  • 46159dd removed useless framework file

1.0.0

20 May 07:13
Compare
Choose a tag to compare

Let's celebrate the first release of PixelPicker! βœ¨πŸŽ‰