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...


Drawpile 2.1.2 Stable release

March 9, 2019 by callaa

The first stable release of the 2.1 series is now out.

If you haven't yet tried out the beta, check out the 2.1.0 release announcement for a list of all the new features.

Version 2.0 and 2.1 sessions can coexist on the same server, but a 2.0 client cannot join a 2.1 session or vice versa. Since it may take some time until everyone has updated to the new version, version 2.0.11 is still available in the release archive. An updated build of 2.0.11 is available as a ZIP package that does not need installation, so both version can be run side by side.

Feature changes in 2.1.2:

  • Brush dab max spacing is now 999% and max brush size 255px. These sizes are available via the spinboxes.
  • Implemented fixed layers (a generalization of the old background layer feature)
  • Added Vietnamese translation

Bugs fixed in version 2.1.2:

  • Fixed crash when using flood fill on an canvas without any layers
  • Fixed crash when trying to reset after resetting to the very beginning of the history
  • Clicking on the layer show/hide glyph no longer selects the layer
  • OpenRaster: the xres and yres values are now preserved
  • Fixed canvas not appearing immediately when login dialog was closed
  • Fixed chat username line breaking
  • Fixed Recolor (and other modes) in non-incremental mode

Read more...