diff --git a/README.md b/README.md index 6ce46b70..d335147a 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,14 @@ The plugin adds new shortcuts of the following types: - `Multiple assignment` - repeatedly pressing a key, cycles between multiple values of krita property. - `Temporary key` - temporarily activates a krita property with long press or toggles it on/off with short press. -## What's new in **1.2.0** +## What's new in **1.2** [![PIE MENUS - introducing Shortcut Composer](http://img.youtube.com/vi/Tkf2-U0OyG4/0.jpg)](https://www.youtube.com/watch?v=Tkf2-U0OyG4 "PIE MENUS - introducing Shortcut Composer") +- [hotfix **1.2.1**] - Fixed pie menus in edit mode hiding when clicked outside on the canvas. + + ### Added - Adding and removing PieMenu icons with drag and drop. - Class-oriented configuration system with automatic value parsing. Can be reused in other plugins. diff --git a/shortcut_composer/INFO.py b/shortcut_composer/INFO.py index d324cbd8..a9b835af 100644 --- a/shortcut_composer/INFO.py +++ b/shortcut_composer/INFO.py @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: © 2022-2023 Wojciech Trybus # SPDX-License-Identifier: GPL-3.0-or-later -__version__ = "1.2.0" +__version__ = "1.2.1" __author__ = "Wojciech Trybus" __license__ = "GPL-3.0-or-later" diff --git a/shortcut_composer/manual.html b/shortcut_composer/manual.html index 8a0e180d..4ac575a2 100644 --- a/shortcut_composer/manual.html +++ b/shortcut_composer/manual.html @@ -28,7 +28,10 @@

Shortcut composer

with short press. -

What's new in 1.2.0

+

What's new in 1.2

+

Added