Drawpile 2.0.11

Aug. 14, 2018 by callaa

Version 2.0.11 is now out. This is a minor bugfix release.

Changes in this version are:

  • Server: fixed OP status auto-restoration for users who used the "become operator" feature
  • Server AppImage: updated libmicrohttpd to version 0.9.59
  • Fixed a crash caused by dragging&dropping a layer that was deleted during the drag operation
  • Fixed unsetting shortcuts which have a default value
  • Changed default "session settings" shortcut to F9, to avoid collision with the default (Windows) fullscreen shortcut F11
  • Added a nicer set of presets for the brush palette
  • Sending USR1 signal to drawpile-srv now restarts the internal web-admin server
  • Updated Chinese translation

Read more...


Drawpile 2.0.10

March 17, 2018 by callaa

Version 2.0.10 is now out. This is a minor bugfix release.

Changes in this version are:

  • Server: improved protection against data loss if server is terminated abruptly
  • Wintab relative tablet mode (mouse mode) hack must now be enabled explicitly, since it can cause glitches for normal tablet users
  • Removed tablet bug workaround mode (no longer necessary with the improved tablet event handlers. It now cause more problems than it fixes.)
  • Bugfix: creating layers with duplicate IDs is no longer possible
  • Bug workaround: the server now autokicks a user who is de-opped while resetting to prevent the reset image from garbling the session
  • Server: added a new option for automatically clearing database log history
  • Fixed crash when replacing current canvas with a new one while a selection existed
  • macOS version is now built with an older Qt version to restore support for older OSX versions

Read more...


User Gallery

March 14, 2018 by callaa

There is now a new section on the website: the Gallery.

The gallery is a place for Drawpile users to showcase their work and find new groups to join. The gallery section is still a work in progress; there are many planned features that are not yet ready, but the basics work: you can upload pictures, leave comments and create and join groups.

Note that the gallery is still an experimental feature, so please keep backups of everything you upload.

Read more...


Drawpile 2.0.9

Feb. 25, 2018 by callaa

Version 2.0.9 is now out. The main focus of this release is improved graphics tablet support. If you've been having problems using a graphics tablet with Drawpile, there's a good change this version will fix them.

Drawpile now uses Krita's new Windows Ink support code (good news for all Surface Pro users!), as well as their improved Wintab and XInput2 tablet event handlers.

After updating, remember to try unchecking the "enable bug workarounds" setting. Chances are you won't need it anymore.

Other fixes in this release:

  • Recordings are now prefiltered. This fixes various recording playback problems.
  • Fixed random duplicate frames in exported animations
  • Reverted the real time color history update feature
  • Active color is now remembered independently of the color history when swapping with X

Notes:

  • The macOS package appears to be broken. (Missing libraries?) I recommend skipping this release and using the previous 2.0.8 version until next release.

Read more...


Experimental Windows Ink support

Feb. 13, 2018 by callaa

If you're having tablet trouble with Drawpile under Windows 10, here's a new experimental version for you. Normally, Drawpile relies on Qt's built in graphics tablet event handler, which uses the old Wintab API. This experimental update replaces Qt's built-in Wintab support with Krita's new Windows Ink native event handler.

Try out Drawpile 2.0.8 with Windows Ink support

See also the GitHub issue for this feature. Currently, I intend to make this a standard feature in the next release (for the 64 bit version, the 32 bit version will continue to use Wintab,) so if this breaks something for you, please report it so I can hopefully fix it before the actual release.

Read more...