Skip to content

Tags: desuwa/tegaki

Tags

0.9.3

Toggle 0.9.3's commit message
0.9.3

- Fix replays sometimes crashing after pointer pressure was toggled
- Render the cursor on a separate canvas
- Add a x25 replay speed

0.9.2

Toggle 0.9.2's commit message
0.9.2

Workaround for a Firefox 75 bug breaking the replay viewer

0.9.0

Toggle 0.9.0's commit message
0.9.0

- 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

Toggle 0.8.0's commit message
0.8.0

- 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

Toggle 0.7.0's commit message
0.7.0

- Replay support
- Faster cursor rendering

0.5.0

Toggle 0.5.0's commit message
0.5.0

- 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

Toggle 0.4.0's commit message
0.4.0

- 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

Toggle 0.3.0's commit message
0.3.0

- Faster paint functions
- Pressure fixes
- Open File feature

0.2.1

Toggle 0.2.1's commit message
Fix wrong pressure lerping direction