Drawpile lets you draw, sketch, paint and animate together with other people on the same canvas.
Changes in version 2.3.0
10 days ago
(Built 7 days ago)
Changes in this version:
Fix: Don't show "exit layer view" notice when there's no canvas.
Fix: Properly remove the "unsaved changes" marker when saving to DPCS.
Feature: Add crop to selection action in the selection menu. Not any different to the resize canvas action, but there for discoverability.
Feature: Allow using stabilizer and smoothing with lasso select tool.
Fix: Don't remember interpolation mode on transform tool, since it's too easy to mess up art from having a stale mode set.
Fix: Make mipmap usage in hardware renderer configurable, since it causes performance issues with some graphics cards or drivers. Defaults to off. Thanks Bluestrings and Sinamer for reporting.
Fix: Make setting the hue slider to 359 in HSL space not turn out gray. Thanks BornIncompetence for reporting.
Fix: Make sliders not show a text selection cursor on Android when they're not in edit mode.
Fix: Make layer list items not show a text selection cursor on Android.
Fix: Correctly calculate the distance to move before a press is no longer considered a long-press. The calculation ended up with incorectly small values in most cases.
Fix: Improve long-press handling for context menus to act more like a real right-click would.
Fix: Don't delay long-presses by left-click or touch kinetic scrolling.
Feature: Add touch draw pressure settings, because apparently some screen tablets on Android use touch inputs instead of stylus ones. Thanks SurgeonTaco for suggesting.
Fix: Make dragging a layer onto its own canvas not paste its contents. Dragging layers between different windows is still possible. Thanks Blozzom and Pepper for reporting.
Server Fix: Don't claim that dprec templates are incompatible when they're not.
Fix: Make the "alpha lock layer for you" a buttton in the layer dock, rather than having it in the lock menu. Otherwise the inherit alpha button is too confusing to people not used to that feature existing. Thanks Phoneme for reporting.
Feature: Add extra thickness to the color sampling ring in the area where the colors meet to give better visibility of the comparison. Thanks tiar for suggesting.
Feature: Allow toggling color sampling ring in the color picker tool settings.
Fix: Only add actually picked colors to the color picker history, not every color hovered over along the way.
Fix: Make opening settings dialog not exit fullscreen on Android.
Fix: On Android devices with a screen large enough to show a full desktop UI, dialogs no longer get full-screened by default. The start and settings dialogs also no longer use their vertical design meant for tiny screens. Thanks tiar for reporting.
Fix: Replace some symbols in messages that don't show up properly on Android with equivalent ones that do.
Fix: Default MyPaint brushes to use synchronized smudging, since many of them only work properly with it turned on.
Fix: Select proper file type and remove the extension on the name input field when saving on Android and the browser.
Fix: Make color picker color dialog use the current foreground color when manually adding a color. Thanks Phoneme for reporting.
Fix: Show an error message on Linux under Wayland when attempting to pick a color from the screen with a hint to use Xorg instead. Thanks Meru and Phoneme for reporting.
Fix: Remove pick from screen button in the browser, since it doesn't work there.
Fix: Don't enter fullscreen in the browser when reopening the main window. Thanks Bluestrings for reporting.
Feature: Skip the username selection when reconnecting to a session in the browser using a drawpile.net account. It now automatically picks the same username again as it does on other platforms.
Fix: Remember local state when reconnecting, such as layer/track visibility, sketch mode, alpha lock, view mode etc. Thanks Bluestrings and hpar for reporting.
Removed Feature: Migration of settings from very old versions of Drawpile. That code no longer works properly, but it's doubtful anyone would want to port their settings from a 2017 version of Drawpile anyway.
Fix: Make keyboards like GBoard not eat all your hardware keyboard shortcuts after editing text once. This is a patch to Qt. Thanks justanotatest for reporting.
Fix: Unfocus chat when collapsing it so that you don't continue typing into it while it's gone.
Fix: Fall back to the application storage on Android when proper storage is unavailable. This is a patch to Qt. Thanks Sherb for reporting.
Fix: Use different zoom levels for hardware and software renderers, depending on which ones work better in the respective modes.
Fix: Default hardware renderer to single-buffering, since the system default buffering can add an immense amount of input lag.
Feature: Three new layout presets under View → Layouts. Thanks Ausjamcian, lambda20xx and Scruff for providing them.
Feature: Several new brush presets in the Drawpile tag. Thanks Annoy, Blozzom and lambda20xx for providing them.
Fix: Properly disable the save as ORA/DPCS actions while another save is going.
Fix: Don't process brush dabs that are invisible due to being infinitesimally tiny, fully transparent or infinitely soft (as opposed to only skipping their processing when they fulfilled all three criteria.) Thanks Blozzom for reporting.
Fix: Unpremultiply alpha values when exporting to animated WEBP so that partially transparent pixels come out looking correct.
Fix: Make the preferences menu item on macOS open the preferences again.
Fix: Make mouse wheel to adjust brush sizes not skip over small values on wheels that make big steps. Thanks Meiren for reporting.
Fix: Make zoom tool detect clicks properly, rather than detecting tiny motions as a rectangle to zoom into. Thanks Scruff for reporting.
Fix: Make freehand tool icon appear again if starting up with the eraser selected. Thanks Meiren for reporting.
Fix: Make software renderers handle canvas sizes with dimensions beyond 32767 pixels properly. Thanks Ben for reporting.
Fix: Open ORA files with width or height greater than 32767 pixels. Thanks Nimono for reporting.
Feature: Make true /roll messages in chat have a blue tint to make cheating more difficult. They're also translatable now, rather than always being in English. Thanks KosmonautKat, lambda20xx and Potete for suggesting.
Feature: Allow "blocking" of layers. It works like censoring a layer, but the censor is only visible to you. It lets you hide stuff you don't want to see, but still be aware that it's there so you don't draw over other people's art.
Fix: Make layer clipping onto pass-through groups work the same as it does in other programs (that is, make it not clip.)
Feature: Anti-overflow fill for brushes. Thanks Ausjamcian, Axocrat and Null for suggesting.
Feature: Exit Drawpile when the last window is closed on macOS, like on all other systems. You can reenable this behavior in the user interface preferences if you want it back.
Fix: Make clicking with touchpad not trigger touch color picker.
Fix: Properly enable or disable session permission boxes and sliders according to compatibility mode and operator status.
Fix: Make key frame visibility attributes work properly in compatibility mode.
Server Feature: Fast reconnects. Clients now remember the state of the history when they got disconnected and skip ahead in the catchup sequence if possible. Thanks Bluestrings for testing.
Server Fix: Don't restrict binary (.dprec) templates to the current version.
Fix: Disable native message boxes, they're broken on macOS Tahoe and don't add anything except an inconsistent appearance.
Fix: Make start, login, invite and numerous other dialogs have proper title bars on macOS, rather than being those weird sheets. Thanks Axocrat for reporting.
Fix: Don't show duplicate full screen action in view menu on macOS.
Fix: Make window maximized when leaving full screen on macOS, rather than crumpling it down to a small size and messing up the docks arrangement.
Feature: Allow closing modal dialogs on macOS using Command+Q. Thanks Axocrat for suggesting.
Feature: Increase/decrease key frame exposure actions for all visible tracks, bound to Ctrl+Shift+Alt+Plus/Minus by default. This lets you shift frames on multiple frames at once, rather than having to move each track individually.
Removed Server Feature: Socket activation. Attempting to pass sockets via systemd now just raises an error and tells you to uninstall drawpile-srv.socket. This was a pretty obscure feature that apparently wasn't working properly anyway and only ever seems to get used unintentionally. Thanks Bluestrings for reporting.
Feature: Binary interpolation mode for transforms. Works like Bilinear, but tries to keep the opacity of pixels the same so that you can scale stuff drawn with a binary brush without making it all blurry. Thanks TGS for suggesting.
Fix: Properly reconnect to sessions when using an invite code, rather than asking for a password the second time around.
Fix: Properly reconnect when using a WebSocket URL, rather than replacing the path inappropriately.
Fix: Don't incorrectly redo already gone undone commands after a series of undos and redos. Thanks Sinamer for reporting.
Feature: Don't ask for login method, username and password again when reconnecting. Thanks Meru for reporting.
Feature: Don't show chat until connecting to a session and remember the size of it even when it was hidden.
Feature: Send button in chat, for virtual keyboards where hitting return is inconvenient.
Feature: Make drawpile-timelapse command-line tool fill the background with the canvas background color instead of black.
Server Fix: Apply archive and size limit setting immediately, not only when a session is started.
Server Feature: Allow toggling archive mode on individual sessions instead of using server default. Thanks Bluestrings for suggesting.
Server Fix: Properly treat autoreset threshold with zero value as no autoreset.
Server Feature: Add server setting for a minimum autoreset threshold, to avoid users setting it to a too low value and causing excessive resets. Thanks Bluestrings for suggesting.
Server Feature: Allow overriding session size limit for individual sessions. Thanks Bluestrings for suggesting.
Fix: Properly check for session reset size so that oversized resets don't end up in disconnects.
Fix: Show a proper error message when a manual reset fails, rather than claiming that an auto-reset failed.
Fix: Handle reordering of layers with large ids properly. This was only a problem in the UI, it does not cause desync. Thanks Bluesflying for reporting.
Fix: Remove accessibility features, because they cause crashes on macOS and possibly also other operating systems even though Drawpile doesn't use them. This is a patch to Qt. Thanks kal^-^ for reporting.
Feature: Long-press to open context menus. Enabled by default on Android and in the browser. Can be toggled in the user interface preferences.
Fix: Make sliders less annoying: double-clicking now starts editing instead of clicking and holding, hitting Escape now unfocuses the slider and sliders now no longer block shortcuts keys that wouldn't have any effect on them. Thanks Blozzom and incoheart for reporting.
Fix: Make drawpile-cmd actually write to stdout when passing "-" as the output file, like the help claims. Thanks incoheart for reporting.
Feature: Higher-quality zoom using the hardware renderer. Thanks cromachina for contributing.
Fix: Allow right-clicking on the lasso fill and gradient tools to cancel them even if right-click is bound to a canvas shortcut. Thanks Blozzom for reporting.
Feature: Allow for fractional framerates instead of only allowing whole numbers.
Fix: Reset flipbook crop, speed nad frame range when a different canvas is loaded.
Feature: Make the timeline use a frame range instead of always strictly constraining it from 1 to the maximum frame count and chomping away any frames beyond the end.
Fix: Clear layer selection when selecting a blank frame. Thanks Pumpkin for reporting.
Fix: Properly persist changes to blend, alpha preserve and erase modes when they're changed on the brush dock. Thanks cromachina for reporting.
Fix: Don't disconnect brush shortcuts when changing other shortcuts. Thanks cromachina for reporting.
Feature: Allow double-clicking on empty timeline frames to create key frames and on the header to edit the framerate and frame range. Thanks Greendyno for suggesting.
Feature: Start blank canvases with a single timeline track pre-created, similar to how it works with layers.
Feature: Allow joining sessions if there's only a minor protocol incompatibility. An outdated client like this won't handle any new features and therefore their canvas may desynchronize, so they can't reset or compress it.
Feature: Make compiling Drawpile with WebSocket support mandatory. This avoids accidentally ending up with an application that's unable to connect to certain servers.
Fix: Properly disable join button when an empty address is entered.
Feature: Allow explicitly picking between WebSockets and TCP sockets in the join, browser and host pages of the start dialog.
Feature: Prefer connecting via WebSockets, fall back to TCP if it fails or takes too long. Connections to localhost or IP addresses continue to use TCP by default. Thanks Bluestrings for suggesting.
Feature: Show connection socket type in the net status field in the bottom-right corner.
Fix: Make deselect work on identity transforms. Previously it would cancel the transform, but not actually deselect.
Feature: Selection and transform action bar. Shows up when a selection or transform is active to give quick access to common operations, such as deselecting or applying the transform. Thanks CosmosX007 and Geese for suggesting, Blozzom for testing.
Feature: Add buttons to the lock notice to unlock the canvas, reset the session when it's out of space or uncensor layers. Thanks Phoneme for suggesting.
Feature: Indicate whether a non-normal view mode is active and give a way to get out of it in the lock notice. Can be disabled in the user interface preferences. Thanks Geese for suggesting.
Feature: Show lock message even when it doesn't affect the current tool (without actually locking anything.)
Feature: Allow detaching the chat but keeping it on top of the main window or all other windows. Thanks Bluestrings and Blozzom for suggesting.
Fix: Properly autoselect default layer on join. Thanks Bluestrings for reporting.
Feature: Automatically switch to frame view mode when the animation timeline is sufficiently fiddled with.
Fix: Make chat recognize user as operator even when they are for some rason not in the user list. Thanks Bluestrings for reporting.
Fix: Properly restore chat size when reattaching.
Fix: Properly save accounts on the web when asked when the server doesn't support browser authentication. Thanks Bluestrings and Evil Sonic for reporting.
Fix: Don't hang when quickly switching tools while strokes with smudge sync are in progress. Thanks D'mitri for reporting and helping find this.
Fix: Allow putting labels on a blank brush thumbnail. Thanks hipofiz for reporting.
Feature: Pixel art input for pixel brushes, turns off all smoothing and makes the inputs apply immediately. Thanks Ben, dAVePAGE and Nilifin for reporting.
Fix: Remove alpha lock and erase toggle buttons when using the eraser tool.
Fix: Disable the "modern" WASAPI audio backend, because on some devices it causes crashes in the depths of Windows, makes drag and drop stop working or other strange effects. Thanks Ben, CrustStuff, dAVePAGE and Momo for reporting various different incarnations of this problem.
Fix: Make start dialog not flicker briefly on some systems.
Removed Feature: Use the same logo for the application, too distracting evidently.
Fix: Make hosting session with a password work, it did not get picked up sometimes. Thanks Bluestrings for reporting.
Removed Feature: Compatibility with the old 2.1 versions, which was originally released 6 years ago. 2.3 is compatible with 2.2 instead.
Feature: Add Edit > Lightness/Darkness to Alpha action. Thanks Ben for suggesting.
Feature: Allow switching annotation rendering between vector, smooth and pixel fonts. Thanks cvrsoiioo4 for suggesting.
Feature: "Clip to layer below" toggle on layers, for people used to that way of alpha preserving. Will be loaded from and saved to PSD files.
Fix: Change the dptxt recording format to use JSON to represent message bodies instead of a bespoke format that sometimes doesn't round-trip properly.
Feature: "Inherit alpha" toggle on layers and "preserve alpha" toggle on tools, for people used to that way of alpha preserving from Krita. You can toggle automatic alpha preserverance in the user interface preferences. Thanks Bubble for testing.
Feature: "Greater Density" blend mode, which will only draw where it will increase opacity. Works like "Greater" in Krita and "Compare Density" in CSP, minus the glitches when you use different colors. Thanks Annoy suggesting.
Feature: "Marker" blend mode, which will only increase opacity, but always change the color. Works like the marker in SAI and sorta similar to "Alpha Darken" in Krita, minus the glitches for different colors again. Thanks cromachina for suggesting.
Fix: Make indirect wash mode actually work like it's supposed to, without causing weird effects for soft brushes. The previous mode is now available as a separate paint mode.
Feature: Bring back the indirect normal mode from Drawpile 2.1 as another paint mode option.
Feature: Allow using blend modes with MyPaint brushes, rather than restricting them to normal, recolor and erase.
Feature: Allow using MyPaint brush color dynamics in indirect mode.
Feature: Remember who changed tiles across session resets and compressing the canvas. Thanks Bluestrings for suggesting and callaa for originally implementing it before it fell off again for compatibility.
Fix: Don't displace annotations when resizing the canvas to the left or top.
Feature: Make the Shine (SAI) blend mode work exactly like in SAI, even with alpha preserve off. Thanks cromachina for providing the logic for this.
Feature: Implement more blend modes: Vivid Light, Pin Light, Difference, Darker Color, Lighter Color, Shade (SAI), Shade/Shine (SAI), Burn (SAI), Dodge (SAI), Burn/Dodge (SAI), Hard Mix (SAI) and Difference (SAI). Thanks cromachina for providing the logic for the SAI blend modes.
Feature: Increase maximum brush size to 1000. Session operators can limit this and the default limit for non-operators is 255. Thanks ariqhadiyan and TGS for suggesting.
Fix: Make MyPaint brush outline more accurate to the actual maximum size of the brush (although it still can't account for crazier brushes.)
Feature: Pigment blend mode, which allows for more realistic color mixing. Session operators can restrict this mode and by default it's only enabled for operators, since it's very performance-intensive. Thanks chaitae for suggesting, username and xxx for testing.
Feature: Increase maximum layer count to 32767 per user, up from the previous 256. Operators can also now limit the layer count in the session settings. Thanks haxekhaex2 for suggesting.
Feature: Allow drawing on selections via Selection → Draw on Selection.
Feature: Allow changing the color of the selection mask via View → Set Selection Mask Color.
Feature: Make selections mask brush strokes. Can be toggled via Selection → Mask Brush Strokes With Selection. Thanks Bluestrings for testing.
Feature: Switch pixel compression algorithm to zstd, which is many times faster than the old gzip. Thanks Bonbli for suggesting a way to get better compression with this.
Feature: Don't require paste permission for transforms that modify the opacity or blend mode.
Feature: Allow alpha locking layers. This basically works the same as enabling alpha lock on the tool you're using, it's just there for people that are used to doing it this way from other programs.
Feature: Allow locking layer properties to avoid accidentally changing e.g. the blend mode.
Feature: Allow locking layer positions to avoid accidentally moving them. Thanks Athena for suggesting.
Feature: Increase canvas size limit to up to 1 million pixels as long as the total canvas size doesn't exceed 1073676289 pixels (32767 squared). Previously each dimension was limited to 32767 instead. Thanks johannesCmayer and yvantot for suggesting and MajorCooke for testing.
Feature: A Drawpile 2.2 compatibility mode, allowing you to join sessions hosted with the previous version. Thanks lambda20xx for testing.
Feature: Add shortcuts that switch tools and deselect in a single action. Thanks Bonbli for suggesting.
Feature: New .dpcs canvas file format that's much faster and in most cases also leads to smaller sizes. Thanks Bonbli for suggesting an optimization to this; CosmosX007, Fanshen and hpar for reporting issues.
Feature: A gradient tool, which works inside of selections. Thanks ChristianJohnsten, lambda20x, Malrn and Maffi for suggesting.
Feature: Preview brushes with fixed X and Y offsets with an offset outline. Thanks Phoneme for suggesting.
Fix: Don't mark the canvas as having unsaved changes from just making a selection on it. Thanks MachKerman for reporting.
Fix: Don't include credentials in the URL when opening a new window on reconnect, they're only for use in the same window. Thanks MachKerman for reporting.
Fix: Save and restore smudge minimum value properly instead of resetting it to zero.
Feature: Add jitter setting for classic brushes, available in the brush settings. This setting offsets the dabs from the center of the stroke, useful for pencil, charcoal or spraycan brushes.
Feature: Show the time it took to open, save and export files in the status bar.
Fix: Don't disconnect when receiving an unknown message from user 0. Thanks Blozzom and unsername for reporting.
Fix: Compensate jagged curves in when using the lasso select tool. Thanks Blozzom for reporting.
Feature: Make arrow keys navigate the animation timeline when it has focus. Thanks MorrowShore for suggesting.
Feature: Add support for opening and exporting images in Quite Okay Image Format (QOI).
Feature: Add -B/--background-color option to drawpile-timelapse command to set an override background color. Thanks Bluestrings for suggesting.
Feature: Add a "synchronize smudging" brush setting. This will make the brush stroke wait for itself before smudging, which is slower, but required for some smudge brushes to work properly when making fast strokes. Thanks Donatello and xxxx for reporting.
Feature: Allow classic brushes to smudge with transparency. This can be toggled in the brush settings. The old mode now calls itself "blending" instead to be able to tell it apart. Thanks xxxx for suggesting and lambda20xx for testing.
Feature: A lasso fill tool, bound to Shift+F by default. Thanks EvilKitty3, Fallen, Geese, MorrowShore and Juzeror for suggesting, Blozzom and Bonbli for suggesting additions to it.
Feature: Allow pressing Escape (or whatever you bound "cancel action" to) to deselect. Can be disabled in the tool preferences. Thanks RannyBergamotte for suggesting.
Feature: Upscale small animations by whole numbers to fill the flipbook view. Can be toggled using the zoom button at the bottom. Thanks Ian700ng for suggesting.
Fix: Properly stop flood fills at selection boundaries. Thanks Bluestrings for reporting.
Feature: Allow assigning keyboard shirtcuts to tool blend modes. Thanks Izzy and Meru for suggesting.
Fix: Don't reattach detached brushes when switching slots. Thanks MachKerman for reporting.
Feature: Show tooltips of tool buttons immediately, so that you can tell better what they do without having to wait for them.
Fix: Don't switch away from a detached brush when only right-clicking, just like it works when you disable brush detaching altogether. Thanks MachKerman for reporting.
Feature: Harmony swatches, showing color harmonies for the current color to make palettes or shade with. Can be enabled and configured through the hamburger by right-click menu on the color wheel. Thanks tiar for suggesting.
Fix: Don't allow toggling toolbars in small screen mode, since they will just reappear again. Thanks CosmosX007 for reporting.
Feature: Add View → Always Show Side/Bottom Toolbar actions to let you choose whether to always show those toolbars in small screen mode or only when something is folded out using the tabs on the side. Thanks CosmosX007 for suggesting.
Fix: Add some space to the sides of the bottom toolbar in small-screen mode so that the undo and record buttons don't get eaten by rounded corners. Thanks March for reporting.
Feature: Allow reordering and toggling which drawing tools are visible in the toolbar, via e.g. Tools → Configure drawing toolbar. Thanks MorrowShore for suggesting.
Feature: Add OKLAB blend mode for layers and brushes. Thanks Bonbli for contributing.
Fix: Detect eraser pen tip on Android, since the eraser doesn't report it's in proximity until it hits the surface, similar to the browser. Thanks CosmosX007 for reporting.
Feature: Auto-correct attempts to host on http(s) sites by extracting the host portion from them. Thanks Charmandrigo for suggesting.
Feature: Add shortcuts to change brush opacity and hardness. Thanks justanotatest for suggesting.
Feature: Allow defining a separate pressure curve for the stylus eraser tip in the tablet preferences. Thanks CosmosX007 for suggesting.
Feature: Allow turning off system file dialogs on Windows, in case they somehow cause trouble. Thanks CrustStuff for suggesting.
Fix: Remember loops field in animation export dialog during a single run, instead of resetting it to 1 every time.
Feature: Allow swapping the sides of docks, toolbars and on-canvas buttons via View → Left-Handed Mode in small screen mode. Thanks yoossy for suggesting.
Feature: Redirect handling in the client, allowing servers to forward connections to other servers, with the option of only accepting signed redirects.
Server Feature: Session thumbnail generation, by requesting the client to generate one. Currently only through the web admin API, thumbnails are not displayed anywhere or generated automatically yet.
Feature: Add pixel-perfect option for pixel brushes, available in the brush editor and under the paint mode dropdown. Thanks Meru and Squishy for suggesting, lan700ng for testing.
Feature: Use the canvas background color or the color behind the canvas as the background color for the annotation editor, depending on where the annotation is placed. Thanks Blozzom for suggesting.
Feature: Add a build for Windows on ARM. Thanks fizbin for testing.