Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloso committed Nov 28, 2020
1 parent 110249c commit 4b3c398
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.1] - 2020-11-28

This is a patch release with a few color picker improvements.

- [`#46`](https://github.com/Aloso/colo/pull/49): This adds a CIELAB color picker. Open it with `colo pick lab`. It also adds rectangle color pickers. By pressing <kbd>S</kbd>, you can now toggle between 3 sliders and a rectangle + a slider:

![sliders](https://aloso.github.io/colo/assets/img/0_4_1_sliders.png)
![rectangle](https://aloso.github.io/colo/assets/img/0_4_1_rectangle.png)

Note that when pressing <kbd>S</kbd>, the currently selected slider will serve as the x-axis of the rectangle; the next slider becomes the y-axis. Select a slider with the <kbd>ArrowUp</kbd> and <kbd>ArrowDown</kbd> keys.

## [0.4] - 2020-11-21

This release brings many new features, including a terminal color picker and commands for mixing colors and generating gradients.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "colo"
version = "0.4.0"
version = "0.4.1"
authors = ["Ludwig Stecher <ludwig.stecher@gmx.de>"]
description = "CLI tool to show and convert colors between various color spaces"
categories = ["command-line-interface"]
Expand Down

0 comments on commit 4b3c398

Please sign in to comment.