Skip to content

Commit

Permalink
Prepared manuals for release
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtryb committed Apr 11, 2023
1 parent 2a5e32e commit 7cc4e6a
Show file tree
Hide file tree
Showing 3 changed files with 523 additions and 364 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ 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.

[![PIE MENUS - introducing Shortcut Composer](http://img.youtube.com/vi/hrjBycVYFZM/0.jpg)](https://www.youtube.com/watch?v=hrjBycVYFZM "PIE MENUS - introducing Shortcut Composer")
## What's new in **1.2.0**

[![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")


## What's new in `v1.2.0`
### Added
- Adding and removing PieMenu icons with drag and drop.
- Class-oriented configuration system with automatic value parsing. Can be reused in other plugins.
Expand All @@ -31,12 +33,17 @@ The plugin adds new shortcuts of the following types:

Check out historic [changelogs](https://github.com/wojtryb/Shortcut-Composer/wiki/Change-log).

## Plugin release video:

[![PIE MENUS - introducing Shortcut Composer](http://img.youtube.com/vi/hrjBycVYFZM/0.jpg)](https://www.youtube.com/watch?v=hrjBycVYFZM "PIE MENUS - introducing Shortcut Composer")

## Requirements
Shortcut Composer **v1.2.0** Requires krita **5.1.0** or later.
- Version of krita on plugin release: **5.1.5**
- Required version of krita: **5.1.0**

OS support state:
- [x] Windows 10/11
- [x] Linux
- [x] Windows (10, 11)
- [x] Linux (Ubuntu 20.04, 22.04)
- [ ] MacOS (Known bug of canvas losing focus after using PieMenu)
- [ ] Android (Does not support python plugins yet)

Expand Down Expand Up @@ -327,7 +334,7 @@ assert enums_field_2.read() == [EnumMock.MODE_A]
```

The code above produces "MyGroup" section in kritarc file. my_enums_2 is missing, as the default value was not changed:
```toml
```
[MyGroup]
my_str=Digital
my_enums_1=MODE_A\tMODE_B
Expand Down
2 changes: 1 addition & 1 deletion shortcut_composer/INFO.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: © 2022-2023 Wojciech Trybus <[email protected]>
# SPDX-License-Identifier: GPL-3.0-or-later

__version__ = "1.2.0 prealpha"
__version__ = "1.2.0"
__author__ = "Wojciech Trybus"
__license__ = "GPL-3.0-or-later"
Loading

0 comments on commit 7cc4e6a

Please sign in to comment.