Quite a bit has changed in this release (though most of it has been under-the-hood changes). My commits were a bit frantic, so here's some of the main things to look out for:
- FreePaint has a new UI! This is designed to be more intuitive and faster to use while taking up as little space as possible. Not only can you select a tool, but you can now also undo, redo, and set stroke and fill colors from a single bar.
- You can export drawings to a PNG by going to the overflow menu > File > Export.
- FreePaint supports loading and saving SVG files with the "C" and "S" commands, as well as their local counterparts ("c" and "s").
- Lines are automatically smoothened.
- Lines can be automatically simplified - this can be controlled by going into the settings and adjusting the simplification amount.
As always, for a full list of my commits here's what GitHub generated:
What's Changed
- Redesign FreePaint by @pastthepixels in #19
- Implement exporting to a PNG by @pastthepixels in #20
- Code cleanup and optimizations by @pastthepixels in #21
- FreePaint 1.2.0 by @pastthepixels in #22
Full Changelog: v1.1.0...v1.2.0