SHF

/

Changelog

Every update to Pika, from the first release to the latest.

March 17, 2026·v1.5.0

Hot Scary Summer

Hot Scary Summer is a big one. Color history lands as the headline feature, giving you a scrolling drawer of your last 20 foreground/background pairs — tap any chip to restore both colors instantly. Alongside that, there's a new Help view, a greatly expanded `pika://` URL scheme, a fix for color accuracy drift, and a pile of interface polish throughout.

New features(4)
  • Color history — A horizontally-scrolling drawer shows your last 20 color pairs. Toggle it with the clock button in the toolbar or `Cmd+Y`. Tap a chip to restore both colors; right-click for options to apply foreground or background individually, swap and apply, remove, or clear all. The active chip highlights when your live eyedroppers match a history entry, and state persists across launches
  • Help view — A new Help window (accessible from the menu) documents all keyboard shortcuts, copy formats, and URL triggers in one place
  • Expanded URL scheme — 12 new `pika://` triggers for setting colors (`pika://set/foreground/<hex>`), controlling the history drawer, opening windows, resizing, and forcing light/dark/system appearance
  • Spotlight search keywords — Pika now surfaces in Spotlight for searches like "Color Picker", "Color Contrast", and "WCAG" (thanks @alexkaessner!)
Updates and bug fixes(6)
  • Fixed color accuracy — Colors are now stored in sRGB instead of the display's ICC profile color space, eliminating the 1–3 value drift per channel that could occur when picking colors
  • OKLCH and LAB formatting — Trailing zeros are now stripped from values (e.g. `0.5000` → `0.5`, `0.0000` → `0`)
  • Status bar context menu — Rebuilt with all keyboard shortcuts: Pick, Copy, System picker, Swap, Preferences, and Quit
  • Undo/redo for history — Full undo/redo support with ID-based history tracking, so picking and undoing doesn't create duplicate entries
  • macOS 26 compatibility — Fixed splash window titlebar transparency on macOS 26
  • Chinese localization — History strings are now fully localized in Chinese
March 15, 2026·v1.4.1-beta5Beta

I Love You, I'm Sorry

This beta adds a dedicated Help view to the app, making it easier to discover keyboard shortcuts, URL triggers, and colour formats — as well as a refreshed About window and a matching help page on the website.

New features(1)
  • Help view — A new Help window (available from the menu) with a scrollable reference covering all keyboard shortcuts, URL triggers, colour formats, and open source info
Updates and bug fixes(2)
  • About window — Refreshed to use consistent link styling with the new Help view, with shorthands instead of icons
  • Keyboard shortcut grid — Reorganised into a more balanced layout
March 15, 2026·v1.4.1-beta4Beta

Alligator Bites Never Heal

Beta 4 brings color history — a persistent timeline of every color pair you've picked, so you can pick freely without worrying about losing a combination you loved.

New features(4)
  • Color history — Pika now keeps a scrollable history of up to 20 color pairs. Every time you pick a new color, it's automatically saved. Open the history drawer with H to browse your past picks as color chips, each showing the foreground and background together. Click any chip to restore both colors instantly, or right-click to apply just the foreground or background individually.
  • Navigate history with arrow keys — When the history drawer is open, use the left and right arrow keys to step through your color history one entry at a time, keeping your hands on the keyboard.
  • Undo and redo — Made a change you regret? ⌘Z undoes it and ⇧⌘Z redoes it. Undo and redo work across picks, swaps, and history navigation — so you can move around freely and always find your way back.
  • Reorganized keyboard shortcuts — The About window now shows all shortcuts in a cleaner 5-column grid, including the new history and undo/redo actions.
March 14, 2026·v1.4.1-beta3Beta

Werewolf

A small bug fix beta addressing colour values not updating when switching colour spaces in preferences.

Updates and bug fixes(1)
  • Colour space reactivity: Colour values now update immediately when changing the colour space preference, rather than requiring a hover to trigger a refresh.
March 12, 2026·v1.4.1-beta2Beta

I Don't Keep A Record

This beta fixes an issue where picked colours could be inaccurate by a few values, depending on your display's colour profile.

Updates and bug fixes(1)
  • Improved colour accuracy — Pika now normalises all picked colours to sRGB immediately, fixing a bug where hex values could drift by 1–3 channels on wide-gamut displays (fixes #187)
March 12, 2026·v1.4.1-beta1Beta

Upside Down Mountain

Pika 1.4.1-beta1 is a maintenance release focused on code quality, improved animations, and better formatting across the board.

Updates and bug fixes(4)
  • Smoother hover animations — Improved button expand/collapse animations with cooldown and cancellation guards to prevent flicker
  • Better OKLCH precision — Reduced chroma decimal places from 4 to 3 for cleaner output
  • Improved LAB formatting — Added proper spacing to unformatted LAB output and fixed closing parenthesis formatting
  • Code quality improvements — Refactored color extensions, resolved SwiftLint violations, and cleaned up the codebase
February 28, 2026·v1.4.0

Seeing Things

Pika 1.4.0 adds OKLCH as a brand new color format, along with a more compact UI for switching between formats.

New features(2)
  • OKLCH color format — Added OKLCH (Oklab cylindrical) as the 7th color format option, with full sRGB → Linear RGB → LMS → Oklab → OKLCH conversion pipeline
  • Compact format picker — Replaced the segmented format picker with a dropdown menu to accommodate the additional format
Updates and bug fixes(3)
  • Smaller minimum window width — Reduced from 570 to 480, taking advantage of the more compact picker
  • Improved color space accuracy — Force sRGB color space in OKLCH and LAB conversions so linearization and matrices match the actual color space
  • Fixed keyboard shortcut labels — Corrected LAB and OpenGL labels in the keyboard shortcut grid to match the menu order
February 25, 2026·v1.3.1-beta3Beta

New Person, Old Place

This beta fixes the toolbar format dropdown being clipped in the title bar, along with all the fixes from beta2.

Updates and bug fixes(6)
  • Toolbar dropdown clipping — Fixed the format picker and gear menu being cut off in the window title bar
  • Format dropdown — Fixed the format picker in the toolbar truncating longer format names like OpenGL
  • OKLCH and LAB color accuracy — Fixed incorrect color values when using non-sRGB color spaces like Display P3 or Adobe RGB
  • Keyboard shortcut labels — Fixed swapped LAB and OpenGL labels in the keyboard shortcut grid
  • LAB format guard — LAB format can no longer be selected via keyboard shortcut when SwiftUI copy format is active
  • Export consistency — Fixed inconsistent capitalisation of OpenGL in the "Copy all as text" export
February 24, 2026·v1.3.1-beta2Beta

Let's Go Speedrun Super Mario 64

This beta brings improvements to the new format dropdown and fixes for OKLCH color math.

Updates and bug fixes(5)
  • Format dropdown — Fixed the format picker in the toolbar truncating longer format names like OpenGL
  • OKLCH and LAB color accuracy — Fixed incorrect color values when using non-sRGB color spaces like Display P3 or Adobe RGB
  • Keyboard shortcut labels — Fixed swapped LAB and OpenGL labels in the keyboard shortcut grid
  • LAB format guard — LAB format can no longer be selected via keyboard shortcut when SwiftUI copy format is active
  • Export consistency — Fixed inconsistent capitalisation of OpenGL in the "Copy all as text" export
February 23, 2026·v1.3.1-beta1Beta

Wall Of Sound

1.3.1-beta1 adds support for the OKLCH color format, a perceptually uniform color space that's becoming the standard for modern CSS color work.

New features(1)
  • OKLCH color format — Copy colors in OKLCH notation, a perceptually uniform color space ideal for modern CSS workflows
January 25, 2026·v1.3.0

Constellation

1.3.0 adds Croatian (thanks @milotype) and Polish (thanks @rkopicki) to Pika, and improves translations across all languages.

New features(3)
  • Croatian localization
  • Polish localization
  • General internationalization improvements
Updates and bug fixes(1)
  • fixed a bug where the order of "LAB" and "OpenGL" menu items were incorrect
November 14, 2025·v1.2.0

Saint Lo

The latest version of Pika introduces a new feature that provides visual confirmation when you pick a color. After selecting one, you'll see a subtle overlay displaying the picked color and its value, making it easier to confirm your selection at a glance. Shout out to @vkarampinis for his work on this one, and to @brzzdev for reporting the settings bug in macOS Tahoe that's also been fixed.

New features(2)
  • Color overlay after picking: When you pick a color, Pika now displays a color overlay showing your selected color, providing immediate visual feedback
  • Customizable overlay settings: Control whether the overlay appears and how long it stays visible through new settings (default: enabled, 2 second duration)
Updates and bug fixes(1)
  • fixes a bug with the settings window that caused text to get cut off in macOS Tahoe
November 2, 2025·v1.2.0-beta1Beta

Amphitheater

The latest beta introduces a new feature that provides visual confirmation when you pick a color. After selecting one, you'll see a subtle overlay displaying the picked color and its value, making it easier to confirm your selection at a glance. Shout out to @vkarampinis for his work on this one, and to @brzzdev for reporting the settings bug in macOS Tahoe that's also been fixed.

New features(2)
  • Color overlay after picking: When you pick a color, Pika now displays a color overlay showing your selected color, providing immediate visual feedback
  • Customizable overlay settings: Control whether the overlay appears and how long it stays visible through new settings (default: enabled, 2 second duration)
Updates and bug fixes(1)
  • fixes a bug with the settings window that caused text to get cut off in macOS Tahoe
August 11, 2025·v1.1.0

Southern California

It's been a minute, but I am very amped about this release. 1.1.0 introduces four major feature enhancements that make Pika significantly better. APCA support, more consistent contrast calculations, and SwiftUI and LAB outputs and rendering. Thank you to @capjan, @johnswords, @alikia2x, and @sona-mini-studio for your contributions. Incredible!

New features(4)
  • APCA contrast algorithm: Implemented APCA (Accessible Perceptual Contrast Algorithm) as an alternative to traditional WCAG contrast calculations (it's in Settings)
  • sRGB contrast calculations: More accurate contrast ratio calculations using the sRGB color space instead of standard RGB
  • CIE-LAB color format: Full support for the LAB color space with proper conversion algorithms and display
  • SwiftUI export support: Added SwiftUI format option for exporting RGB and HSB color values alongside existing CSS formats
Updates and bug fixes(4)
  • Increased minimum macOS deployment target to 14.0
  • Expanded minimum window width to accommodate new features
  • Simplified the touch bar for APCA and WCAG
  • Improved localization support across multiple languages
July 28, 2025·v1.1.0-beta1Beta

The Yips

It's been a minute, but I am very amped about this beta. 1.1.0-beta1 introduces four major feature enhancements that make Pika significantly better. APCA support, more consistent constrast calculations, and SwiftUI and LAB outputs and rendering. Thank you to @capjan, @johnswords, @alikia2x, and @sona-mini-studio for your contributions. Incredible!

New features(4)
  • APCA contrast algorithm: Implemented APCA (Accessible Perceptual Contrast Algorithm) as an alternative to traditional WCAG contrast calculations (it's in Settings)
  • sRGB contrast calculations: More accurate contrast ratio calculations using the sRGB color space instead of standard RGB
  • CIE-LAB color format: Full support for the LAB color space with proper conversion algorithms and display (⌘6)
  • SwiftUI export support: Added SwiftUI format option for exporting RGB and HSB color values alongside existing CSS formats
Updates and bug fixes(4)
  • Increased minimum macOS deployment target to 14.0
  • Expanded minimum window width to accommodate new features
  • Simplified the touch bar for APCA and WCAG
  • Improved localization support across multiple languages
December 21, 2024·v1.0.2

Wildflower

Improvements to the system colour panel, including better support for colour spaces.

Since 1.0.0, Pika has been available on the Mac App Store. The goal with releasing it on the Mac App Store is to give people the option to pay for it. You can still download it for free from the website, but if you want to support the development of Pika, now you can. You'll get the same releases as everyone else (minus the betas) and you'll know you supported indie app development. Everyone wins. You can find it on the Mac App Store right here.

Bug Fixes(2)
  • improvements to the system colour panel
  • better support for colour spaces when using the system colour panel
December 20, 2024·v1.0.1

Sympathy Is A Knife

Just a couple bug fixes, nothing to see here.

Since 1.0.0, Pika has been available on the Mac App Store. The goal with releasing it on the Mac App Store is to give people the option to pay for it. You can still download it for free from the website, but if you want to support the development of Pika, now you can. You'll get the same releases as everyone else (minus the betas) and you'll know you supported indie app development. Everyone wins. You can find it on the Mac App Store right here.

Bug Fixes(2)
  • fixes some dark mode issues
  • fixes a bug where the Pika icon would display in the dock even when it wasn't supposed to (thanks for flagging, @heitorgn!)
December 11, 2024·v1.0.0

Ceilings

This release marks the big 1.0. Pika has been noodling along as 0.0.X releases since its inception, so in an attempt at acknowledging that it's a functional app, it's time for a whole number. This release also marks the first time it will be available on the Mac App Store.

The goal with releasing it on the Mac App Store is to give people the option to pay for it. You can still download it for free from the website, but if you want to support the development of Pika, you can pay for it on the Mac App Store. You'll get the same releases as everyone else (minus the betas) and you'll know you supported indie app development. Everyone wins. You can find it on the Mac App Store right here.

Updates(1)
  • Pika is now available on the Mac App Store
Bug Fixes(1)
  • fixes a bunch of minor inconsistencies and weirdness, mostly around window management
November 27, 2024·v0.0.18

Juniper

This release might be the most excited I've been about a release of Pika in a minute (and I'm usually pretty excited). It adds an incredible amount of functionality, in that you can now use the system picker alongside Pika. That means you can drop in hex codes, darken and lighten colours, and generally have more granular control over colour contrast. It makes finding the right colour possible, which hasn't been possible previously.

And it's all thanks to suggestions from @alexkaessner. Thanks for being great.

And if that wasn't enough, it also adds support for OpenGL colours (cheers @cadupuy), simplified and traditional Chinese translations (thanks @Ssssv11), and fixes a bunch of bugs throughout the app, including some issues with hovering, which seems to finally work how I'd expect in Sequoia (credit to @abinesan and @ajijoyo).

Updates(3)
  • simplified and traditional Chinese translations
  • adds support for using the system colour picker alongside Pika
  • adds support for OpenGL colours
Bug Fixes(1)
  • fixes a bunch of minor inconsistencies and weirdness, mostly around hover states
November 24, 2024·v0.0.18-beta3Beta

In Limbo

Gearing up to release 0.0.18. This release fixes some bugs throughout the app, including some issues with hovering (thanks @abinesan and @ajijoyo).

Bug Fixes(1)
  • fixes a bunch of minor inconsistencies and weirdness, mostly around hover states
September 25, 2024·v0.0.18-beta2Beta

Hypercube

This beta might be the most excited I've been about a release of Pika in a minute (and I'm usually pretty excited). It adds an incredible amount of functionality, in that you can now use the system picker alongside Pika. That means you can drop in hex codes, darken and lighten colours, and generally have more granular control over colour contrast.

And if that wasn't enough, it also adds support for OpenGL colours. Joy!

And it's all thanks to suggestions from @alexkaessner and @cadupuy. Thanks for being great.

Updates(2)
  • adds support for using the system colour picker alongside Pika
  • adds support for OpenGL colours
June 14, 2024·v0.0.18-beta1Beta

Xìngfú (Happiness)

This release adds simplified and traditional Chinese tranlations thanks to @Ssssv11. Thanks so much!

Updates(1)
  • simplified and traditional Chinese tranlations
June 7, 2024·v0.0.17

Hackers (1995)

Version 0.0.17! Happy days!

This release increases the number of keyboard shortcuts (and updates swap color to <kbd>x</kbd> to more closely match other design software), and adds the `pika://` URL scheme so you can write more complex scripts to pick, format, and copy colors. You can learn more about it here (and thanks @Hydro8). It also adds a setting to have Pika show at launch (thanks @franciscolourenco).

Updates(4)
  • adds new keyboard shortcuts
  • adds the `pika://` URL scheme so you can write more complex scripts to interact with Pika
  • adds a setting to show Pika at launch
  • minor visual updates to settings
Bug Fixes(1)
  • fixes an issue with window rendering and maintaining state
March 22, 2024·v0.0.17-beta2Beta

Bright Future

Minor update to the URL schemes in this update. You can now append the format you'd like to the `pika://` URL scheme when picking and copying. You can learn more about it here (thanks @Hydro8).

Updates(1)
  • adds more URL schemes for triggering
March 11, 2024·v0.0.17-beta1Beta

We Go On Walks

Somehow we are nearly three months through 2024. That's not relevant to anything, just, whoa.

This release increases the number of keyboard shortcuts (and updates swap color to <kbd>x</kbd> to more closely match other design software), and adds the `pika://` URL scheme so you can write more complex scripts to pick, format, and copy colors. You can learn more about it here (and thanks @Hydro8). It also adds a setting to have Pika show at launch (thanks @franciscolourenco).

Updates(4)
  • adds more keyboard shortcuts
  • adds URL schemes for triggering
  • adds a setting to show Pika at launch
  • minor tweaks to settings and about
Bug Fixes(1)
  • fixes a bunch of minor inconsistencies and weirdness, mostly around displaying keyboard shortcuts and focus states
November 30, 2023·v0.0.16

Flight to Spain

It's been a minute! This release adds Spanish language support (thanks x 1,000,000, @axiel7). It also fixes a reeeeeal annoying bug that a number of people have reported, where the Pika icon in the menu bar would appear in places it most definitely 100% should not appear. Thanks for looking after it, @bikrrr!

Updates(2)
  • adds Spanish language support
  • moves to "Settings", instead of "Preferences", as per macOS Sonoma
Bug Fixes(1)
  • fixes an issue where the Pika icon would wander out of the menu bar
November 19, 2023·v0.0.16-beta1Beta

Atrapando Insectos!

(It's Spanish for catching bugs.)

This beta fixes a reeeeeal annoying bug that a lot of people have reported, where the Pika icon in the menu bar would appear in places it most definitely 100% should not. Thanks for looking after it, @bikrrr!

It also adds Spanish language support. Thanks x 1,000,000, @axiel7!

Updates(2)
  • adds Spanish language support
  • moves to "Settings", instead of "Preferences", as per macOS Sonoma
Bug Fixes(1)
  • fixes an issue where the Pika icon would wander out of the menu bar
March 24, 2023·v0.0.15

New Beginnings

This release fixes a pretty glaring bug that's been there for a while—auto-updates don't auto-initialise until you manually update the first time. So that's not ideal. It also sorts out a small bug on a link to the Pika website, and adds a link to give feedback or report bugs via GitHub Issues.

Also, as a result of the changes to the way Pika handles updates, it needs to be downloaded ✨fresh✨, so you might find the download size is a little bigger than normal. My humble apologies, and we should be back to standard functioning updates from here on out. Phew.

Updates(1)
  • adds a link to give feedback in the navigation and menubar
Bug Fixes(2)
  • fixes broken auto-updater for first installs
  • fixes broken link
March 9, 2023·v0.0.15-beta2Beta

Left Behind

This beta fixes a pretty glaring bug that's been there for a while—auto-updates don't auto-initialise until you manually update the first time. So that's not ideal. Phew, let's just pretend this never happened, hey?

Bug Fixes(1)
  • fixes broken auto-updater for first installs
January 28, 2023·v0.0.15-beta1Beta

Squishing Bugs And Feeding Back

This beta fixes a small bug on a link to the Pika website, and adds a link to give feedback or report bugs via GitHub Issues. It's a preeeeeeetty simple one.

Updates(1)
  • adds a link to give feedback in the navigation and menubar
Bug Fixes(1)
  • fixes broken link
December 22, 2022·v0.0.14

Graceland

Say hello to Pika-but-not-as-a-menubar-app. In Preferences you can now choose to run Pika as a regular app, meaning it behaves like a regular app—that includes shortcuts, a macOS menubar, standard window management, etc.

It also adds German translation (massive thanks to @david-swift for submitting it) and fixes issues with launching at login on macOS 13 Ventura.

Updates(2)
  • adds the option to run Pika as a non-menubar app
  • adds German translation
Bug Fixes(1)
  • fix for launch at login issue on newer versions of macOS
November 22, 2022·v0.0.14-beta1Beta

Hallo!

This beta explores the Pika-but-not-as-a-menubar-app. That's right, in Preferences you can now choose to run Pika as a regular app, meaning it behaves like a regular app. That includes shortcuts, a macOS menubar, standard window management, etc.

It also adds German translation. Massive thanks to @david-swift for submitting it.

Updates(2)
  • adds the option to run Pika as a non-menubar app
  • adds German translation
September 6, 2022·v0.0.13

Architecture

Change is as good as a holiday, so this release introduces the most signicant change to the core functionality in a while—a new default layout for the WCAG compliance information, and the introduction of an appearance option to toggle back to the old view if that's preferable.

Need to export colors without any formatting? Well, now you can, with the newly simplified and consoliated preferences pane. Display and export colors for either CSS, design applications, or in an unformatted style. Works with text and JSON exports, too, so everyone wins!

The preferences panel has grown over time, and this update ensures it will continue to display (and be scrollable) should the display available be smaller than its height.

And finally, incredibly, Pika hasn't had undo / redo, which is silly, because it should. So this update adds it. Thanks to @sj26 for the suggestion.

Updates(8)
  • introduces a new default WCAG compliance layout
  • adds an appearance preference section to manage the default WCAG compliance layout (so you can roll it back if you'd prefer)
  • adds a preference for copying / displaying colors for either CSS, design applications, or in an unformatted style
  • introduces a scrollable preferences panel for smaller displays
  • cleans up the preferences view, consolidating menu items
  • updates color names
  • adds a preview colour to the preferences panel when showing the export options
  • adds undo / redo (with `⌘ + z` and `⌘ + shift + z` respectively)
Bug Fixes(2)
  • fixes an issue when displaying French in the preferences panel
  • fixes an issue with long text being truncated unnecessarily
August 1, 2022·v0.0.13-beta5Beta

Before And After

Incredibly, Pika doesn't have undo / redo, which is silly, because it should. So this update adds it. Thanks to @sj26 for the suggestion.

Updates(1)
  • adds undo / redo (with `⌘ + z` and `⌘ + shift + z` respectively)
June 27, 2022·v0.0.13-beta4Beta

Improvise, Adapt, Overcome

The preferences panel has grown over time, and this update ensures it will continue to display (and be scrollable) should the display available be smaller than its height. (Also, it sneaks in a couple of spacing fixes.)

Updates(1)
  • introduces a scrollable preferences panel for smaller displays
Bug Fixes(1)
  • fixes some slightly not-quite-right spacing on the preferences panel
June 5, 2022·v0.0.13-beta3Beta

A Rose By Any Other Name

This beta introduces the most signicant change to the core functionality in a while—a new default layout for the WCAG compliance information, and the introduction of an appearance option to toggle back to the old view if that's preferable.

Updates(2)
  • introduces a new default WCAG compliance layout
  • adds an appearance preference section to manage the default WCAG compliance layout (so you can roll it back if you'd prefer)
May 13, 2022·v0.0.13-beta2Beta

Measure Twice, Cut Once

Phew, bugs squashed! Features added!

Updates(1)
  • adds a preview colour to the preferences panel when showing the export options
Bug Fixes(2)
  • fixes an issue when displaying French in the preferences panel
  • fixes an issue with long text being truncated unnecessarily
May 9, 2022·v0.0.13-beta1Beta

Freedom! '90

Need to export colors without any formatting? Well, now you can, with the newly simplified and consoliated preferences pane. Display and export colors for either CSS, design applications, or in an unformatted style. Works with text and JSON exports, too, so everyone wins!

Updates(3)
  • adds a preference for copying / displaying colors for either CSS, design applications, or in an unformatted style
  • cleans up the preferences view, consolidating menu items
  • updates color names
November 22, 2021·v0.0.12

Redshift

This release adds a much requested feature with automatic copy on pick. This, coupled with the global shortcut, means you can now use the app without ever needing to see it at all.

Updates(1)
  • adds a toggle to copy the color on pick
October 25, 2021·v0.0.12-beta1Beta

Copy And Haste

This release adds a much requested feature with automatic copy on pick—that means you can now use Pika without ever needing to actually see the app.

Updates(1)
  • adds a toggle to copy the color on pick
April 16, 2021·v0.0.11

Call Me By Your Color Name

Thanks to you, the community, this is a big update that's packed with big features, including the first internationalisation effort—French language support. Très bien! If you'd like to get involved with Pika, or if you have any issues or feedback, head over to GitHub.

Updates(5)
  • adds French language support
  • adds the color space of your main display to the preferences, and uses it as the default option (if you haven't chosen another)
  • adds toggleable color names (thanks to color-names)
  • adds the ability to export data as text, and in JSON format
  • adds a toggle to suppress the format of the color on copy (so no more pesky #)
April 11, 2021·v0.0.11-beta2Beta

It's All In The Details

Massively appreciate all your testing on the first beta.

Updates(1)
  • adds a toggle to suppress the format of the color on copy
Bug Fixes(3)
  • fixes an issue when displaying French on the splash window
  • fixes an issue with the window size obscuring the UI in some cases
  • fixes an issue with copying data as text displaying the wrong values
March 26, 2021·v0.0.11-beta1Beta

Bonjour!

Excited to try out some new ideas in this beta, along with, drumroll... support for French (merci, @AClmbr!)

Updates(4)
  • adds French language support
  • adds the color space of your main display, and uses it as the default option (this wasn't always included in availableColorSpaces)
  • adds toggleable color names (thanks to color-names)
  • adds the ability to export data as text, and in JSON format
March 7, 2021·v0.0.10

A Fresh Coat

Excited to roll out some changes to how Pika looks and works, with the goal of making it faster and easier to use. This update includes an overhaul of the swatch itself, relocation of the color format to the toolbar, and general accessibility improvements.

Updates(6)
  • Simplfies the swatch design
  • Updates and simplifies color copying
  • Moves the color format from preferences to the toolbar
  • Initialises color picking on the global shortcut / when showing Pika
  • Removes the background on swatches in favour of a drop shadow, to improve consistency and readability
  • Adds swap colors as a keyboard shortcut to both the menu, and to About
Bug Fixes(2)
  • Improves accessibility in the swatch component
  • Adds the preferences shortcut to the right-click menu bar menu
March 5, 2021·v0.0.10-beta3Beta

Quick, Swap

Final tweaks before release.

Updates(1)
  • Adds swap as a keyboard shortcut to both the menu, and to About
March 4, 2021·v0.0.10-beta2Beta

Tricks And Tweaks

Minor bug fixes and updates.

Updates(3)
  • Further updates the swatch design
  • Initialises picking using the global shortcut
  • Removes the background on swatches in favour of a drop shadow, to improve consistency and readability
Bug Fixes(1)
  • Adds the preferences shortcut to the right-click menu bar menu
March 2, 2021·v0.0.10-beta1Beta

Less Is More

Excited to try out some pretty significant changes to the UI in this first beta for v0.0.10. It includes an overhaul of the swatch itself, removing the contextual menu, and the relocation of the color format option from preferences to the toolbar.

Updates(4)
  • Updates and simplifies color copying
  • Simplfies the swatch design
  • Moves the color format from preferences to the toolbar
  • Initialises color picking on the global shortcut / when showing Pika
Bug Fixes(1)
  • Accessibility improvements in the swatch component
February 18, 2021·v0.0.9

Touché, Pika

Super excited about this update, which includes support for the Touch Bar, the first building blocks for localization, and some rad new features to make picking colours easier. I've really appreciated your feedback and suggestions, and a massive cheers to everyone who has shared Pika.

Updates(4)
  • Support for the Touch Bar
  • Localization across the UI, opening the doors to translations in future
  • Adds the option to hide Pika while picking, via the main window menu
  • Adds a button to quickly swap colours
February 15, 2021·v0.0.9-beta2Beta

Pocket Change(s)

Some minor updates, fixes, and a quick way to swap colours.

Updates(3)
  • Support for copying direct from the Touch Bar
  • Adds a button to quickly swap colours
  • Makes hiding Pika while picking optional, via the main window menu
Bug fixes(2)
  • Suppresses the Touch Bar visualisation for macOS 10.15
  • Adds missing localization items
February 8, 2021·v0.0.9-beta1Beta

Humane Touch

A wild beta appears! Super excited about this one, and it's been so gratifying to see all the ideas and messages.

Updates(3)
  • Support for the Touch Bar
  • Localization across the UI, opening the doors to translations in future
  • Pika now hides when you're picking, so you can access the whole display
January 23, 2021·v0.0.8

Color Spaces, Shortcuts, HSL, Oh My!

Hello! Just a quick note to say a massive thanks to everyone who has taken the time to contribute suggestions, feedback, crash logs and encouragement. A bunch of rad new features are in this update, and it's largely thanks to the community. If you have any issues or feedback, let me know on GitHub.

Updates(7)
  • Support for HSL (alongside HEX, RGB, and HSB)
  • Support for color spaces (like Abobe RGB, P3, and sRGB)
  • The menu bar icon now has a right click menu to make it easier to quit (and open About / check for updates / jump to Preferences) without having to open the app
  • Keyboard shortcuts for picking colors (⌘D and ⇧⌘D) and copying them to the clipboard (⌘C and ⇧⌘C), which you can find in About, with some sweet animations
  • An option in Preferences to hide the menu bar icon (I'd recommend setting a global shortcut, but you can always access it by double clicking the app)
  • Unlike here, HEX codes are now lowercase by default, for readability
  • You can also now sign up to beta releases in Preferences, if you're comfortable with trading new stuff for rough edges
Bug fixes(4)
  • Fixes an issue on Big Sur where the settings menu would be greyed out until selected (still seems to need to be opened twice to show keyboard shortcuts, though)
  • Fixes an issue where a single focus ring would display with keyboard navigation enabled (accessibility improvements are on the roadmap)
  • Improves picker context menu icon display in dark and light modes
  • Zeroes out values for HSB and HSL when pure white or black
January 22, 2021·v0.0.8-beta3Beta

Polish And Shine

Updates(2)
  • Adds keyboard shortcuts to About
  • Adds a right click menu to the status bar icon to make it easier to quit without opening the app
Bug fixes(2)
  • Fixes an issue where a single focus ring would display if keyboard navigation is enabled (accessibility improvements are on the roadmap)
  • Improves picker context menu icon display in dark and light modes
January 20, 2021·v0.0.8-beta2Beta

The Second Alpha Beta

Bug fixes(1)
  • Fixes an issue where the footer would not update
January 20, 2021·v0.0.8-beta1Beta

The Alpha Beta

Updates(6)
  • Support for HSL
  • Support for color spaces
  • Keyboard shortcuts for picking (⌘D and ⇧⌘D) and copying (⌘C and ⇧⌘C)
  • Option to hide the menu bar icon
  • You can now sign up to beta releases (like this one!) in preferences
  • Hex codes are lowercase by default, for readability
Bug fixes(1)
  • Fixes an issue in macOS11, where the settings menu would be greyed out until selected (still seems to need to be clicked twice to show keyboard shortcuts, though)
January 14, 2021·v0.0.7

Hue, Saturation, Brightness, Crash

Bug fixes(1)
  • Fix for a tinsy, tiny bug that caused Pika to crash on startup if you had your colour profile set to HSB (thanks to @aussiegeek for catching it)
January 11, 2021·v0.0.6

Chillwave

Updates(1)
  • Pika was a little pushy on startup, so this update ensures it's a more chill(wave) menu bar app
Bug fixes(1)
  • Code refactored, which is like a fresh coat of paint
January 10, 2021·v0.0.5

Make A Splash

Updates(3)
  • Fancy new splash screen on first startup, to help with initial settings
  • A tidied about view
  • Some new animations on startup
Bug fixes(1)
  • Fixes for macOS 10.15
January 9, 2021·v0.0.4

A Brave New World

Updates(2)
  • Whooo! Catalina support! You can now run Pika on macOS 10.15 Catalina
  • Removed some code, tidied some things
Bug fixes(1)
  • Rewrote the buggy preferences view
January 4, 2021·v0.0.3

Sparkling Preferences

Minor fix to preference settings, which feels like a shame to have to do a whole update for. Oh well, such is life.

January 4, 2021·v0.0.2

Window Cleaning

Phew, second release / update testing. This adds window reinitialisation when launching the app in Alfred / Spotlight / et al, if it's already open. Win win.

January 2, 2021·v0.0.1

Day One

The first release of Pika, an open-source colour picker app for macOS.