Skip to content

1.2.0

Compare
Choose a tag to compare
@kirb kirb released this 23 May 08:22
· 8 commits to main since this release
178c2ec
  • Adds a Contrast Checker tab, where you can try your selected color in various configurations, and test its contrast against an algorithm.
    Alderis’s Contrast Checker tab displaying pink text with 4.81 (23%) contrast on a white background.
  • Adds a context menu on color wells, allowing copying a color in a variety of formats. (Requires iOS 14.)
    Alderis’s color context menu, allowing copying a color in hex, RGB, HSL, Objective-C, and Swift formats, or pasting a color.
  • Adds HSL (Hue, Saturation, and Lightness) to the color sliders tab. As compared to the existing HSB (Hue, Saturation, and Brightness) sliders, HSL uses a slightly different formula that is considered more realistic to how we perceive color. HSL is also used by CSS.
    Alderis’s HSL sliders being displayed with a lime green color.
  • Adds a gradient background to color sliders, so you can see how your color will change if you tweak each slider.
  • UI has been tweaked all around to look great in Catalyst apps configured for Mac UI mode.
    An Alderis color picker being presented as a popup from a button labelled “Present” in a Mac app.
  • Hopefully fixes an issue with the jailbreak package sometimes not working on iOS 12.
  • Reduces jailbreak package size by 70%.