Releases: acheronfail/pixel-picker
1.6.1
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
1.5.0
- 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
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
f6f8ea7
version: 1.4.05f2ece3
chore: add HJKL keybindings to the READMEe4fe3e9
Added vim style navigation to pixel picker- Thanks to @adrianniebla
1.3.6
1.3.4
1.3.3
1.3.2
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: