Releases: pastthepixels/FreePaint
FreePaint 1.2.0
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
FreePaint 1.1.0
FreePaint 1.1.0!
After a few months of waiting -- mostly because of university -- I'm proud to release another version of FreePaint. 1.1.0 is mainly a version with some spit and polish, but I think you'll find a much-needed feature included as well.
Special thanks to all the support for FreePaint, including the people who starred it, created issues, heck, even compiled the thing. I know I say this a lot but your support means a lot, and it makes me proud to be able to work on the project.
An important note about signing keys!
I lost my the password for the old key I used to sign versions of FreePaint up to 1.1.0. As such, if you have FreePaint 1.0.2, you might have to uninstall the older version before you can install FreePaint 1.1.0. Thank you for your understanding!
What's Changed
- Remove zoom limts and opt for a toolbar instead by @pastthepixels in #7
- Increase contrast in eraser tool UI by @pastthepixels in #8
- Improve parsing for d attribute by @pastthepixels in #10
- Add switch to save preferences when the app exits by @pastthepixels in #11
- Update to FreePaint 1.1.0 by @pastthepixels in #12
Full Changelog: v1.0.2...v1.1.0
FreePaint 1.0.2
Sorry F-Droid! I just got my app on the store and found a critical bug with it, where default settings wouldn't load. After some testing, I believe that this is the most stable build of FreePaint I can get for a while, or at least, stable enough for people to use it comfortably without any hassle.
Full Changelog: v1.0.1...v1.0.2
NOTE: I lost my old signing key since 1.0.2 and created a new one to be used in 1.1.0 onward. To make this transition a little easier I rebuilt FreePaint 1.0.2 with this key (app-release.apk), but you can still download the original version signed with the old key.
FreePaint 1.0.1
A very minor release of FreePaint which bascially adds metadata with the Fastlane format and fixes to Gradle. (a.k.a developer stuff)
Full Changelog: 1.0...v1.0.1
FreePaint 1.0
Update README.md