Skip to content

Releases: acheronfail/pixel-picker

1.6.1

20 Oct 08:19
Compare
Choose a tag to compare

This is a release which aims to fix #37 by building the project with the latest Xcode SDK.
I don't have access to a new M1 machine, so let's hope for the best. 🤞

commits

1.6.0

09 Mar 16:39
Compare
Choose a tag to compare
  • fae1835 version: 1.6.0
  • fae1644 fix: remove check for NSCarbonMenuWindow
  • fae1386 feat: allow changing magnification with keyboard (fixes #36)
  • 711ebbe Merge pull request #35 from kawarimidoll/patch-1
  • 10af3f2 docs: fix brew command

1.5.0

31 Dec 10:57
Compare
Choose a tag to compare
  • fae16ab version: 1.5.0
  • fae10d9 chore: update carthage with new logger
  • 5e2e12f Merge pull request #33 from adrianniebla/master
  • b1ff753 Uncommented log line
  • 102ffdc Replaced CleanroomLogger with CocoaLumberJack

A big thanks to @adrianniebla who helped out and replaced CleanroomLogger with CocoaLumberJack which supports the new M1 macs!
Also many thanks to @fabianlindfors as well who added a WCAG contrast checker.

1.4.1 - NO LOGGING

25 Dec 00:40
Compare
Choose a tag to compare
1.4.1 - NO LOGGING Pre-release
Pre-release

This release contains a few bug fixes, but has all logging disabled due to an issue with the new arm64-based MacBooks.

Changes:

  • Removed CleanroomLogger See the tmp/rm-cleanroomlogger branch.
  • f24d245 version: 1.4.1
  • 79607cb chore: carthage update
  • 7649214 Merge pull request #32 from adrianniebla/master
  • ee3890a Fixed focusMode position change [https://github.com//issues/31]
  • ebeaf45 Fixed HSL color issue [https://github.com//issues/27]
  • 71f49f4 Merge pull request #28 from fabianlindfors/master
  • b688355 Update README with WCAG contrast level feature
  • 37bb2ec Comment contrast view setup
  • 376db25 Add contrast level indicator to picker
  • 5daf000 Add helper method for calculating contrast ratio
  • 6fbaa1a Add enum for WCAG levels
  • 1ed7fb8 Add setting to show WCAG level indicator

1.4.0

31 Aug 00:14
Compare
Choose a tag to compare
  • f6f8ea7 version: 1.4.0
  • 5f2ece3 chore: add HJKL keybindings to the README
  • e4fe3e9 Added vim style navigation to pixel picker

1.3.6

29 May 04:34
Compare
Choose a tag to compare
  • 124c1cc chore: carthage update --platform macos
  • 8495bcd Merge pull request #22 from viktorstrate/fix-grid-offset
  • 32d8f24 Move crosshair and grid by 0.5 pixels

Download the newest version here: Pixel Picker 1.3.6.dmg.zip

1.3.4

04 Mar 00:55
Compare
Choose a tag to compare
  • 1e4d9f1 fix: swift uicolor formatters were producing nscolor strings

1.3.3

22 Feb 19:11
Compare
Choose a tag to compare
  • d9d0aa8 fix: issues with development signing

1.3.2

19 Feb 20:29
Compare
Choose a tag to compare

ATTENTION: This build will not run due to codesign issues. Please use the next build (1.3.3) instead.

This release changes the name of the application from "PixelPicker.app" to "Pixel Picker.app".

This is mainly due to the fact that the repository is named "pixel-picker", and the Homebrew cask will be named the same, so now the product name is completely aligned with the names in the source code.

All changes:

  • 6e400d1 chore: rename from "PixelPicker" to "Pixel Picker"
    • The app is now named "Pixel Picker.app"
  • 5ad6671 chore: update README.md
  • dde01f3 chore: carthage update and codesign application
  • b445e05 chore: use an entirely legit method to call some pointers

1.3.0

18 Feb 08:30
Compare
Choose a tag to compare
  • 258b2ce feat: add ability to choose different status item icons (#19)
  • c0d3396 Add Dart / Flutter support and hex uppercase option (#16) (Thanks to @flschweiger)