Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
stipple-effect-0_2_0.zip | 2024-02-17 | 2.7 MB | |
README.md | 2024-02-17 | 1.8 kB | |
Stipple Effect v0.2.0 source code.tar.gz | 2024-02-17 | 260.3 kB | |
Stipple Effect v0.2.0 source code.zip | 2024-02-17 | 448.1 kB | |
Totals: 4 Items | 3.4 MB | 0 |
Read the blog post here Full Changelog: https://github.com/jbunke/stipple-effect/compare/v0.1.0...v0.2.0
Update Summary
Added:
- Added tools:
- Line tool (#16)
- Gradient tool (#18)
- Shade brush (#14)
- Polygon select (#26)
- Extended TextBox to support text selection (#22)
- Added status updates for actions without visual feedback (#19)
- Saving...
- Color slider adjustments and color actions when color panel is hidden
- Layer actions when layer panel is hidden
- Frame actions when frame panel is hidden
- Pixel grid (#10)
- Holding Shift while using box select snaps selection to pixel grid
- New fonts SE (default) and Pencil SE (#24)
- Snap option for moving (translating) selection bounds and contents (#25)
Changed:
- Redesigned order and layout of layer-specific buttons
- Refactored much of ToolWithBreadth to interface HasBreadth (#15)
- Optimized STIP files to save static layers as single frame (#21)
- Incremented STIP file standard from 1.0 to 1.1
- Cropping to selection bounds now snaps the image to the center of the screen
- Independent checkerboard settings for x and y that can be set to values between 1-256 (#23)
- Updated splash screen
- Optimized palettization of frame-linked layers
- Merging an unlinked layer onto a frame-linked layer in a project with multiple frames will now result in an unlinked layer that preserves each frame's contents
- Optimized and refactored state management system (#27)
Fixed:
- Bug: Pasting onto new layer does not trigger a re-draw of the layer panel menu (#20)
- Bug: Nonsensical cursor positions suggest rotate selection operation instead of move selection