Skip to content

Releases: desuwa/tegaki

0.9.3

09 Apr 06:38
Compare
Choose a tag to compare
- Fix replays sometimes crashing after pointer pressure was toggled
- Render the cursor on a separate canvas
- Add a x25 replay speed

0.9.2

15 Apr 10:15
Compare
Choose a tag to compare
Workaround for a Firefox 75 bug breaking the replay viewer

0.9.0

13 Nov 16:46
Compare
Choose a tag to compare
- Less alpha premultiplication errors: store layer data separately instead of calling getImageData every time.
- Layer opacity control
- Layer preview thumbnails
- Layer renaming: double click layer names
- New keybinds for tool size changing: Numpad +/-
- Zoom levels changed to 0.5 1.0 2.0 4.0 8.0 16.0

0.8.0

05 Nov 17:30
Compare
Choose a tag to compare
- Flow control for Pen and Airbrush tools
- Fixed zoom not being in sync with the canvas when resuming
- Brush stepping/stamping now uses canvas pixel distance instead of cursor screen distance
- Smoother strokes for Pen
- Added a couple more colors to palettes
- Changed blur calculations slightly, hopefuly to decrease imprecisions at very low alpha values in Firefox

0.7.0

27 Oct 16:22
Compare
Choose a tag to compare
- Replay support
- Faster cursor rendering

0.6.1

22 Oct 20:37
Compare
Choose a tag to compare
0.6.1

0.5.0

07 Oct 13:22
Compare
Choose a tag to compare
- Refactored tools
- Pressure / Opacity dynamics
- Updated burn / dodge tools to just change the value / brightness of colors directly
- The cursor will now always be displayed even when painting
- Opacity is expressed in percentages now in the UI
- Sliders for size and opacity now update their values immediately instead of only after losing focus

0.4.0

02 Oct 19:32
Compare
Choose a tag to compare
- New layer selection widget (drag & drop re-ordering, merge-down)
- New Export button in the menu bar to save the canvas as png

0.3.0

26 Sep 14:39
Compare
Choose a tag to compare
- Faster paint functions
- Pressure fixes
- Open File feature

0.2.1

25 Sep 12:13
Compare
Choose a tag to compare
Fix wrong pressure lerping direction