Drawpile 2.1.7 release

April 13, 2019 by callaa

Version 2.1.7 is now out. Only a few changes in this version. The most important one is the properly patched Qt library in the Windows version, which should fix some tablet problems.

Other changes in this version are:

  • Added Ukranian translation (thanks to Yuri Chornoivan)
  • Fix navigator not updating correctly on canvas resize
  • Improved join dialog:
  • Removed list server selection dropdown. Instead, all listings are shown together in the same box
  • Replaced the filter buttons with labeled checkboxes
  • The session list box can now be hidden by simply resizing the dialog
  • The dialog now remembers its size

Read more...


Drawpile 2.1.6 release

April 6, 2019 by callaa

Version 2.1.6 is now out. For Windows users, this release fixes the tablet problems that appeared in the previous 2.1.5 version.

Bugs fixed in this release:

  • Fixed tablet support in the Windows build
  • Fixed that the chat box would autoscroll when not scrolled to the bottom
  • Fixed session settings shortcut clash with the fullscreen shortcut (F11) by removing the default shortcut for session settings
  • Fixed lines being drawn across the canvas if session reset occurs while midstroke

Features and other changes:

  • Added Night Mode (Windows and Linux only at the moment, support for macOS coming later)
  • Session permissions can now be saved as presets
  • New shortcut: Tab now hides or shows toolbars and docks
  • Added an option to share the same color across all tool slots
  • Session can now be reset to an image loaded from file
  • Scrollbars are now hidden in fullscreen mode
  • Added "pick color from layer" brush mode
  • Enabled smooth canvas scaling at certain zoom levels (1-200% or 1-800% when rotated)

Read more...


Drawpile 2.1.5 release

March 30, 2019 by callaa

Version 2.1.5 is now out.

Bugs fixed in this release:

  • Fixed navigator view dragging
  • Fixed brush preset shape rendering
  • Fixed saving of brush presets

Features and other changes:

  • Added an option to update the navigator in real time
  • Added a new shortcut: tab (customizable) toggles toolbars and docks on and off.
  • Switching to fullscreen mode no longer hides tabs and toolbars
  • Reverted some changes made to the status bar (moved zoom slider and flip and chat buttons back)

Read more...


Drawpile 2.1.4 release

March 23, 2019 by callaa

Version 2.1.4 is now out.

Bugs fixed in this release:

  • Fixed session list sorting in login dialog
  • Fixed crash when resizing canvas
  • Fixed layer access user list going out of sync
  • Fixed navigator focus rect scaling
  • Fixed "registered" level permissions not taking effect on login

New features:

  • Server: session and recording directories are now automatically created if missing
  • Added automatic new release checking
  • Added filter field to user list (event log)
  • Reimplemented navigator user cursors. If you have any comments about this, please see issue #698 at GitHub.
  • Navigator cursors can now be enabled or disabled independently of the main canvas cursors

Read more...


Drawpile 2.1.3 release

March 16, 2019 by callaa

Version 2.1.3 is now out, the second stable release of the 2.1 series.

Feature changes in this release are:

  • Righthand side of the viewport is now indicated in the navigator when the view is rotated
  • Navigator now only shows the canvas pixel content. User cursors and other decorations are no longer shown. To improve general drawing performance, navigator refresh rate is capped to 2 updates per second.
  • Chatbox is now restored to 2.0.0 style, but there is now an option to enable a 2.0 style mode. (Right click on chatbox and select compat mode)
  • Added inspector tool. Read more here.
  • Added a users tab to the server log dialog. All users, including those who have logged out, are listed there. The undo/redo and ban commands can be used on logged out users as well.
  • Server change: added support for banning users who have logged out

Bugs fixed:

  • Fixed showing layers in user cursors
  • Fixed crash when changing tools mid-stroke
  • Open/save dialogs now remember the last used folder

Read more...