This repository has been archived by the owner on May 20, 2023. It is now read-only.
Releases: harshkhandeparkar/rainbow-board
Releases · harshkhandeparkar/rainbow-board
test
v0.4.0 feat: workflow on release create
Undo, Redo and Hotkeys!
Added
- Undo and Redo feature!
- Hotkeys! (ctrl+z to undo, ctrl+shift+z to redo and ctrl+s to save slide; ctrl will be replaced by command on macOS)
Save Feature Actually Saves!
Fixed
- Saved slides were a hot mess. They are now not.
Optimizations And More Optimizations
Changed
- No "plus" button is displayed. A new slide is shown right away.
Fixed
- New page starts instantly.
- There is no delay in clearing the board.
- Drawing on the board is FAST.
Smoother Strokes
Changed
- Better Anti Aliasing: Brushstrokes and especially lines are much smoother. (See gpujs-real-renderer v0.6.2)
Eraser Size Fixed
Fixed
- Changing eraser size actually changes the eraser size.
UI Overhaul, Dark Theme, More Tools and Even More!
Added
- Dark Theme: Click the switch on the bottom left corner to convert the whiteboard to a blackboard.
- UI Overhaul: A new toolbar with a more convenient design. Also added space for the new "Line Tool".
- Line Tool: You can now draw lines by selecting the Line Tool from the toolbar. (See gpujs-real-renderer v0.6.0)
- Tool Previews: Now you can see a preview of what you are going to draw. A dot for the eraser and brush, and a line preview for the line tool. (See gpujs-real-renderer v0.6.0)
Changed
- DMG: If a DMG(for macOS) download is available, it will be shown on the download page. Thanks to @clnt for providing a dmg file for v0.2.2.
- Footer Links: Footer links slightly changed. Added a link to give feedback.
- Snapcraft: The app is now available in the snap store! The app will now provide the link to the snap store instead of the
.snap
download link.
Removed
- Undo Redo: (temporary) Removed due to performance issues.
Save Feature!
Added
- Slides can now be saved! Click on the toolbar button on the bottom right to save.
.AppImage
and.snap
downloads now available.
Fixed
- Small bug fixes and improvements.
Save Feature!!
Added
- Slides can now be saved! Click on the toolbar button on the bottom right to save.
Fixed
- Small bug fixes and improvements.
Resizable
Fixed
- Resizing the window doesn't break the whiteboard.