Skip to content

Commit

Permalink
Add version 2.0.10 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
callaa committed Mar 17, 2018
1 parent 7992df9 commit 71c9c4a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions assets/news/release-2.0.10.md
@@ -0,0 +1,18 @@
Slug: release-2.0.10
Title: Drawpile 2.0.10
Publish: 2018-03-17 18:00:00+02:00
Visible: True
---
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

2 changes: 1 addition & 1 deletion update-assets.sh
Expand Up @@ -10,5 +10,5 @@ do
./manage.py news import "$post"
done

./manage.py templatevar VERSION 2.0.9
./manage.py templatevar VERSION 2.0.10

0 comments on commit 71c9c4a

Please sign in to comment.