feat: Add digital, dry, ink, and paint brush presets; implement regression testing hooks
- Introduced new crates for digital brushes, dry media brushes, ink brushes, and paint brushes, each containing various presets. - Updated the menus to include "Paste Special" and "Paste as New Layer" options. - Enhanced the feature scorecard tests to validate selection texture encoding. - Added a regression gate workflow for automated testing on push and pull requests. - Implemented Git hooks for pre-commit checks to ensure code formatting and run tests before commits. - Created a settings file for local configurations.
This commit is contained in:
@@ -35,6 +35,10 @@ members = [
|
||||
"hcie-iced-app/crates/iced-panel-script",
|
||||
"hcie-iced-app/crates/iced-panel-ai-chat",
|
||||
"hcie-iced-app/crates/hcie-watercolor-brushes",
|
||||
"hcie-iced-app/crates/hcie-dry-media-brushes",
|
||||
"hcie-iced-app/crates/hcie-ink-brushes",
|
||||
"hcie-iced-app/crates/hcie-paint-brushes",
|
||||
"hcie-iced-app/crates/hcie-digital-brushes",
|
||||
"tools/screenshot-diff",
|
||||
"tools/panel-tuner",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user