Skip to content

Commit

Permalink
Release 2.7
Browse files Browse the repository at this point in the history
* Layers: added color blend modes (hue, saturation, luminosity, color)
* Colors:
  - moved palette below sliders
  - added key control to palette:
    + left/right/up/down to choose color
    + page up/page down to change color set
* Rectangle tool:
  - added "Outline width"
* Ellipse tool:
  - added "Enable rotation"
  - added "Outline width"
* Text tool: always use current foreground color for whole text
* Airbrush tool: smoother performance
* Support transparency in selections and when cut/copy/deleting
* Removed red scale line from brush preview, instead use numerical size label
* Many, many bug fixes and improvements
* Updated documentation
* Updated translations, fixed Latin American Spanish
* Added Norwegian translation, thanks Johan Wagenheim
  • Loading branch information
humdingerb committed Jan 21, 2024
1 parent a027fb4 commit 23dcf72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
objects*/
dist/
addons/AddOns/*/*/objects*
.genio
2 changes: 1 addition & 1 deletion artpaint/ArtPaint.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource app_flags B_SINGLE_LAUNCH;

resource app_version {
major = 2,
middle = 6,
middle = 7,
minor = 0,

/* 0 = development 1 = alpha 2 = beta
Expand Down

0 comments on commit 23dcf72

Please sign in to comment.