Skip to content

Commit

Permalink
Release 2.6
Browse files Browse the repository at this point in the history
Changes since v2.5:

* Instead of a context menu to choose a tool, use the current tool to
  draw with the background color.

* New misc. setting: show brush size around mouse pointer

* Added translation, rotation and scaling of selections

* Added undo/redo to layer rename, alpha, blend mode, visibility, delete, merge

* Use zlib to compress image data for each layer, resulting in massively smaller
  project files, esp. with many rather empty layers.

* Brushes:
  - moved brush configuration into stored Brushes window
  - added current brush preview to status bar
  - removed Brush tool (use Freehand instead)
  - switch brushes in stored Brushes window with cursor keys

* Blur tool:
  - added "Use current brush" option

* Eraser Tool:
  - added "Use current brush" option
  - added "Pressure" slider to control opacity of erasure

* Fill tool (gradient):
  - a more intuitive usage
  - show line from start to end point
  - added modes: radial, square, cone

* Freehand tool:
  - added "Use current brush" option
  - added "Pressure" slider to control opacity

* Straight line tool:
  - added "Use current brush" option
  - add "Pressure" slider for opacity control

* Transparency tool:
  - added "Use current brush" option
  - use slider instead of alpha from current color
  - changed "Speed" to "Pressure"
  - made "Pressure" a percentage of the way to the chosen value

* Wave add-on:
  - Add X and Y spinners for position

* Many bug fixes and improvements

* Updated documentation

* Updated translations
  • Loading branch information
Humdinger committed Jul 11, 2023
1 parent 812e11e commit aa98152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ v2.6:
- added "Use current brush" option
- added "Pressure" slider to control opacity of erasure

* Fill tool:
* Fill tool (gradient):
- a more intuitive usage
- show line from start to end point
- added modes: radial, square, cone
Expand Down
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 = 5,
middle = 6,
minor = 0,

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

0 comments on commit aa98152

Please sign in to comment.