From 1074ec4670b2ed9972e25c646e3e2c14fa41b357 Mon Sep 17 00:00:00 2001 From: Calle Laakkonen Date: Sun, 25 Jul 2021 16:04:05 +0300 Subject: [PATCH] Set version 2.1.18 release date --- CMakeLists.txt | 2 +- ChangeLog | 2 +- desktop/net.drawpile.drawpile.appdata.xml | 23 +++++++++++++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9684a81ee8..5aca43e5ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(CMAKE_AUTOMOC ON) ### generic info set ( WEBSITE "https://drawpile.net/" ) -set ( DRAWPILE_VERSION "2.1.17" ) +set ( DRAWPILE_VERSION "2.1.18" ) ### protocol versions # see doc/protocol.md for protocol version history diff --git a/ChangeLog b/ChangeLog index 01ef6ed311..766511740d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2021-0?-?? Version 2.1.18 +2021-07-25 Version 2.1.18 * All actions can now be assigned an alternate shortcut * Added French and Portugese translations * Fixed inconsistent zooming at certain values diff --git a/desktop/net.drawpile.drawpile.appdata.xml b/desktop/net.drawpile.drawpile.appdata.xml index aa0a10bbe5..d53d938b17 100644 --- a/desktop/net.drawpile.drawpile.appdata.xml +++ b/desktop/net.drawpile.drawpile.appdata.xml @@ -23,6 +23,29 @@ Graphics + + https://drawpile.net/news/release-2.1.18/ + +

Changes in this version:

+
    +
  • All actions can now be assigned an alternate shortcut
  • +
  • Added French and Portugese translations
  • +
  • Fixed inconsistent zooming at certain values
  • +
  • Fixed brush size adjustment shortcuts not working consistently
  • +
  • Fixed that undo operations would cause the layer list to scroll
  • +
  • Fixed moving a layer to the bottom-most position
  • +
  • Various bugfixes
  • +
  • Breaking change: active tool setting format was changed. Not compatible with older Drawpile versions.
  • +
  • Input preferences can now be saved per tool
  • +
  • Brush cursor outline width can now be changed
  • +
  • Layer properties can now be edited in a dialog
  • +
  • Color wheel shape is now selectable
  • +
  • Maximum brush size and spacings can now be extended (affects sliders)
  • +
  • Added selection perspective transform mode
  • +
+
+ +
https://drawpile.net/news/release-2.1.17/