Releases: ModuleArt/plain-color
Releases · ModuleArt/plain-color
v1.0.7
🚀 Features
- Added Picker Color Profile setting (Default to sRGB)
- Move the picker loop from FE to rust, FE invokes only the loop start and end
- Faster preview fetching (picker is designed to maintain 40 FPS)
- Picker zoom level is persist
🐞 Bug Fixes
- Fixed: Picker is lagging when the main window is not on the screen
- Fixed: Opening a URL in the browser not working
v1.0.6
🚀 Features
- Hold "Shift" while picking a color to pick multiple colors in a row
- Added Primary Copy Option setting
- Press "C" while picking to instantly copy the color (Primary Copy Option is used)
- Added ability to copy color from the palette card directly (Primary Copy Option is used)
- Added Key Bindings list (Settings -> Key Bindings)
- Added the ability to open empty palettes
🐞 Bug fixes
- Fix: The edit button on the color card opens the wrong color
v1.0.5
Features:
- Added Palettes system
- Replace buttons with context menu
Bug fixes:
- Fix: Main window is not showing on the macOS dock
- Fix: Clicking on the "Grant" screen recording permission button crashes the app
- Fix: "user-select: none" is not working
- Fix: Magnifying glass cannot be dragged on top of fullscreen windows
- Fix: macOS permission status
Other:
- Disabled default context menu
- Minor UI polishing