Skip to content

Commit 2057be4

Browse files
authored
Merge pull request #6 from ModuleArt/release/v1.0.7
v1.0.7
2 parents 9131ef3 + 1af6535 commit 2057be4

File tree

25 files changed

+914
-304
lines changed

25 files changed

+914
-304
lines changed

README.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66
<h1 align="center">PlainColor</h1>
77
<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
99
<br><br>
1010
<a href="https://github.com/ModuleArt/plain-color/releases">
1111
<img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/moduleart/plain-color?include_prereleases">
@@ -23,7 +23,7 @@
2323

2424
## Download
2525

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>
2727
- Windows: Coming soon...
2828
- Linux: Coming soon...
2929

@@ -32,19 +32,28 @@
3232
- 🔍 Magnifying glass
3333
- 🎨 Custom palettes
3434
- 📋 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
3641

37-
## Todo
42+
### Coming soon
3843

39-
### v1.0.7
44+
- ⬛ Shades
45+
- ⬜ Tints
46+
- 🔲 Contrast checker
47+
- 🖼️ Extract palette from image
48+
- K-Mean Algorithm
49+
- Dominant Colors
4050

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
4552

4653
### v1.0.8
4754

55+
- ColorCard: Checkboard background for alpha colors
56+
- ColorCard: Add ability to type HEX value
4857
- Fix: Color name, Palette name white-space
4958
- Add picker sound (Funny mouth sound)
5059
- Better color wheel: Add inputs for values (hex, rgba, etc.)
@@ -53,13 +62,12 @@
5362

5463
### v1.0.9
5564

65+
- Add ability to reorder colors
5666
- <a href="https://v2.tauri.app/plugin/updater/">Add updater</a>
5767
- More quick copy options
5868
- Common:
5969
- RGB/RGBA from 0 to 1 `0,36; 0,18; 0,57`
6070
- HSB/HSV `268, 69, 57`
61-
- WEB:
62-
- 🌐 CSS Display P3
6371
- Native:
6472
- 🖥️ NSColor RGB
6573
- 🖥️ NSColor HSB

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "plain-color",
33
"private": false,
4-
"version": "1.0.6",
4+
"version": "1.0.7",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)