Skip to content

Commit 654aec7

Browse files
author
Humdinger
committed
Release v2.4:
* Overhauled the Layers window and handling: - improved layout - reduced commands to the most useful, moved to main menu - added naming layers - added transparency slider - added blending modes: Normal, Multiply. Divide, Screen, Overlay, Hard light, Soft light, Vivid light, Pin light, Hard mix, Difference, Exclusion, Color dodge, Linear dodge, Color burn, Linear burn, Darken, and Lighten * Improved Colors window - removed YIQ and YUV color modes - added CIELAB color mode - accept drag'n'dropped colors - set/show hex-value of current color - removed palette from main window * Make current tool more obvious in Tools window * Bufixes and polishing
1 parent ea7eae0 commit 654aec7

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
v2.4:
2+
3+
* Overhauled the Layers window and handling:
4+
- improved layout
5+
- reduced commands to the most useful, moved to main menu
6+
- added naming layers
7+
- added transparency slider
8+
- added blending modes: Normal, Multiply. Divide, Screen,
9+
Overlay, Hard light, Soft light, Vivid light, Pin light,
10+
Hard mix, Difference, Exclusion, Color dodge, Linear dodge,
11+
Color burn, Linear burn, Darken, and Lighten
12+
* Improved Colors window
13+
- removed YIQ and YUV color modes
14+
- added CIELAB color mode
15+
- accept drag'n'dropped colors
16+
- set/show hex-value of current color
17+
- removed palette from main window
18+
* Make current tool more obvious in Tools window
19+
* Bufixes and polishing
20+
121
v2.3.1:
222

323
* Fixed initial black canvas where there are no ArtPaint settings

artpaint/ArtPaint.rdef

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ resource app_flags B_SINGLE_LAUNCH;
88

99
resource app_version {
1010
major = 2,
11-
middle = 3,
12-
minor = 1,
11+
middle = 4,
12+
minor = 0,
1313

1414
/* 0 = development 1 = alpha 2 = beta
1515
3 = gamma 4 = golden master 5 = final */

0 commit comments

Comments
 (0)