- MacOS support (excluding the fact Custom Keybinds still isn't on MacOS) (thank SpaghettDev on Github)
- Fix tab opacity on the icon when not selected
- Uses Alpha's Editor Tab API for the mod tab
- Properly fix lines to origin in curve drawing for Android
- Added Custom Keybinds as a dependency for all platforms
- Prevent scale resetting by not generating tiny scaled objects (< 0.001)
- Fix the unnecessary lines to origin in Android
- Fixed the touch prio in support popup
- Implemented freeform brush drawing using the [Ramer–Douglas–Peucker algorithm] (https://en.wikipedia.org/wiki/Ramer–Douglas–Peucker_algorithm)
- New UI! Moved everything into a build tab, with new buttons and design
- Added a support button, I appreciate any amount of support!
- Fixed crash related to finalizing curved drawing early
- Changed the behavior of line drawing endpoints for consistency
- Line thickness, line color, curve detail and freeform threshold are all adjustable now!
- Implemented simple curve drawing support with the use of [Anti-Grain Geometry library] (https://github.com/ghaerr/agg-2.6)
- Added a finalize button to finalize the curve easier
- Added a panning button to enable pannign while doing drawing
- Fixed a crash issue related to leaving the brush open and exiting the editor
- Added Android support in mod.json
- Initial release, only supports line drawings.