diff --git a/assets/news/release-2.0.10.md b/assets/news/release-2.0.10.md new file mode 100644 index 0000000..ad57e83 --- /dev/null +++ b/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 + diff --git a/update-assets.sh b/update-assets.sh index 98a599b..99908ea 100755 --- a/update-assets.sh +++ b/update-assets.sh @@ -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