SHA256
1
0
forked from pool/krita

Accepting request 563883 from home:wolfi323:branches:KDE:Extra

- Update to 3.3.3:
  * See https://krita.org/en/item/krita-3-3-3/
  * Fix an issue where it would not be possible to select certain
    blending modes when the current layer is grayscale but the
    image is rgb.
  * Set the OS and platform when reporting a bug from within Krita
    on Windows.
  * Make it possible to enter color values as percentage in the
    specific color selector
  * Add OpenGL warnings and make ANGLE default on Intel GPUs
  * Add an Invert button to the levels filter
  * Implement loading and saving of styles for group layers to and
    from PSD
  * Fix the erase mode not showing correctly when returning to the
    brush tool
  * Save the visibility of individual assistants in .kra files
  * Add an option to draw ruler tips as a power of 2
  * Disable autoscroll on move and transform tools
  * Improve handling of native mouse events when using a pen and
    the Windows Ink API
  * Fix the focal point for the pinch zoom gesture
  * Fix loading netpbm files with comment

OBS-URL: https://build.opensuse.org/request/show/563883
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=59
This commit is contained in:
Luca Beltrame
2018-01-14 17:49:01 +00:00
committed by Git OBS Bridge
parent ebaf5cb494
commit 18f7c457a0
4 changed files with 32 additions and 6 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Jan 12 16:06:01 UTC 2018 - wbauer@tmo.at
- Update to 3.3.3:
* See https://krita.org/en/item/krita-3-3-3/
* Fix an issue where it would not be possible to select certain
blending modes when the current layer is grayscale but the
image is rgb.
* Set the OS and platform when reporting a bug from within Krita
on Windows.
* Make it possible to enter color values as percentage in the
specific color selector
* Add OpenGL warnings and make ANGLE default on Intel GPUs
* Add an Invert button to the levels filter
* Implement loading and saving of styles for group layers to and
from PSD
* Fix the erase mode not showing correctly when returning to the
brush tool
* Save the visibility of individual assistants in .kra files
* Add an option to draw ruler tips as a power of 2
* Disable autoscroll on move and transform tools
* Improve handling of native mouse events when using a pen and
the Windows Ink API
* Fix the focal point for the pinch zoom gesture
* Fix loading netpbm files with comment
-------------------------------------------------------------------
Tue Nov 7 15:38:30 UTC 2017 - wbauer@tmo.at