Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Toinane committed Nov 24, 2022
1 parent 320b2b3 commit 551bedb
Show file tree
Hide file tree
Showing 25 changed files with 649 additions and 1,233 deletions.
9 changes: 9 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
All releases changes will be documented in this file.

# 2.2.0 - 2022-11-24

## Changed
- Updated dependencies
- Remove Opacity feature as it's really buggy sometimes

## Fixed
- Fix issues with picker on bigger resolution

---
# 2.0.0 - 2018-02-24

Expand Down
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
runtime = electron
target = 7.1.7
target = 19.1.7
target_arch = x64
disturl = https://atom.io/download/atom-shell
disturl = https://electronjs.org/headers
export npm_config_runtime=electron
export npm_config_build_from_source=true
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Colorpicker's menu come with a lot of cool features :
- [Picker](#picker): open an eyedropper who can pick a color from your desktop;
- [Colorsbook](#colorsbook): open Colorsbook, a color manager;
- [Shading](#shading): show three bar of shading — hue bar, natural bar and lightness bar;
- [Opacity](#opacity): toggle Opacity range;
- [Clean Vue](#clean-vue): unshow menu, ranges and inputs;
- [Magic color](#magic-color): show colors from the clipboard;
- [Random](#random): show a random color;
Expand Down Expand Up @@ -79,15 +78,6 @@ bar.

---

## Opacity [WIP]

![Opacity gif](.github/screenshots/opacity.png)

This feature is a bit special. It allows you to render the application transparent. This can be useful to see the
appearance of a transparent color.

---

## Focus Mode

![Focus screenshot](.github/screenshots/focus.png)
Expand Down
Loading

0 comments on commit 551bedb

Please sign in to comment.