|
5 | 5 | </p>
|
6 | 6 | <h1 align="center">PlainColor</h1>
|
7 | 7 | <p align="center">
|
8 |
| - Lightweight cross-platform stylish color picker app written in Rust / Tauri |
| 8 | + Lightweight, versatile, cross-platform color picker app written in Rust / Tauri |
9 | 9 | <br><br>
|
10 | 10 | <a href="https://github.com/ModuleArt/plain-color/releases">
|
11 | 11 | <img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/moduleart/plain-color?include_prereleases">
|
|
23 | 23 |
|
24 | 24 | ## Download
|
25 | 25 |
|
26 |
| -- <a href="https://github.com/ModuleArt/plain-color/releases/download/v1.0.6/PlainColor_1.0.6_aarch64.dmg">macOS: dmg</a> |
| 26 | +- <a href="https://github.com/ModuleArt/plain-color/releases/download/v1.0.7/PlainColor_1.0.7_aarch64.dmg">macOS: dmg</a> |
27 | 27 | - Windows: Coming soon...
|
28 | 28 | - Linux: Coming soon...
|
29 | 29 |
|
|
32 | 32 | - 🔍 Magnifying glass
|
33 | 33 | - 🎨 Custom palettes
|
34 | 34 | - 📋 A lot of copy options
|
35 |
| -- 🔲 Contrast checker - Coming soon... |
| 35 | + - `#HEX` `HEX` `#hex` `hex` |
| 36 | + - `rgb()` `R,G,B` `color(display-p3)` |
| 37 | + - `hsl()` `H,S,L` |
| 38 | + - `cmyk()` `C,M,Y,K` |
| 39 | +- 🍎 Great macOS support |
| 40 | + - Works on top of menu bar and fullscreen windows |
36 | 41 |
|
37 |
| -## Todo |
| 42 | +### Coming soon |
38 | 43 |
|
39 |
| -### v1.0.7 |
| 44 | +- ⬛ Shades |
| 45 | +- ⬜ Tints |
| 46 | +- 🔲 Contrast checker |
| 47 | +- 🖼️ Extract palette from image |
| 48 | + - K-Mean Algorithm |
| 49 | + - Dominant Colors |
40 | 50 |
|
41 |
| -- Lense is lagging when picking on another screen and virtual desktop |
42 |
| - - Optimize picker loop: Move `setInterval` to rust, FE invokes only event loop start and end |
43 |
| -- ColorCard: Checkboard background for alpha colors |
44 |
| -- ColorCard: Add ability to type HEX value |
| 51 | +## Todo |
45 | 52 |
|
46 | 53 | ### v1.0.8
|
47 | 54 |
|
| 55 | +- ColorCard: Checkboard background for alpha colors |
| 56 | +- ColorCard: Add ability to type HEX value |
48 | 57 | - Fix: Color name, Palette name white-space
|
49 | 58 | - Add picker sound (Funny mouth sound)
|
50 | 59 | - Better color wheel: Add inputs for values (hex, rgba, etc.)
|
|
53 | 62 |
|
54 | 63 | ### v1.0.9
|
55 | 64 |
|
| 65 | +- Add ability to reorder colors |
56 | 66 | - <a href="https://v2.tauri.app/plugin/updater/">Add updater</a>
|
57 | 67 | - More quick copy options
|
58 | 68 | - Common:
|
59 | 69 | - RGB/RGBA from 0 to 1 `0,36; 0,18; 0,57`
|
60 | 70 | - HSB/HSV `268, 69, 57`
|
61 |
| - - WEB: |
62 |
| - - 🌐 CSS Display P3 |
63 | 71 | - Native:
|
64 | 72 | - 🖥️ NSColor RGB
|
65 | 73 | - 🖥️ NSColor HSB
|
|
0 commit comments