-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from wojtryb/development
Deploy v1.1.0
- Loading branch information
Showing
59 changed files
with
1,862 additions
and
693 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Change Log | ||
|
||
## [1.1.0] - 2023-01-20 | ||
### Added | ||
- Edit mode for PieMenus - click or drag the value icon to enter it. While in edit mode, the values can be dragged across the PieMenu to change their order. | ||
- Action values tab in Configure Shortcut Composer for adding and removing values in PieMenus and MultipleAssignment actions. | ||
- PieValues backtrounds are now animated. | ||
- New PieMenu to create a layer with chosen blending mode. | ||
|
||
### Fixed | ||
- Allow scrolling through masks while using layey mouse trackers | ||
- Make sure that presets in PieMenu are displayed only once. | ||
- Allow using "Enclose and fill" tool | ||
- Fix icon of "Colorize Mask" and "Color Sampler" tools | ||
- Fix scaling issues of Text labels in PieMenu | ||
|
||
## [1.0.1] - 2023-01-09 | ||
Fixes following issues: | ||
- Fix displaying inactive presets and tags | ||
- Detect and support light krita theme, switch between them when changed | ||
- PieWidget as popup - pies no longer recognized by OS as windows | ||
- Allow different parameters for each configuration value | ||
- Use default font to fix MacOS helvetica issue | ||
- Allow using actions when active layer is locked | ||
- Work around krita bug: zoom being dependent on document dpi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# SPDX-FileCopyrightText: © 2022 Wojciech Trybus <[email protected]> | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
|
||
from .transform_actions import TransformModeActions | ||
from .transform_actions import TransformModeActions, TransformModeFinder | ||
|
||
__all__ = ["TransformModeActions"] | ||
__all__ = ["TransformModeActions", "TransformModeFinder"] |
Oops, something went wrong.