Skip to content

Commit

Permalink
Release v2.4:
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Humdinger committed Oct 3, 2022
1 parent ea7eae0 commit 654aec7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
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

v2.3.1:

* Fixed initial black canvas where there are no ArtPaint settings
Expand Down
4 changes: 2 additions & 2 deletions artpaint/ArtPaint.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ resource app_flags B_SINGLE_LAUNCH;

resource app_version {
major = 2,
middle = 3,
minor = 1,
middle = 4,
minor = 0,

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

0 comments on commit 654aec7

Please sign in to comment.