Skip to content

Releases: altalk23/Allium

v0.4.0

22 Dec 13:52
Compare
Choose a tag to compare

Update to 2.2074, Geode v4

v0.3.3

19 Jul 05:15
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release

Apparently this bug is the same as bugged scale 1 objects so thats nice I guess.

Changelog

  • Properly fix lines to origin in curve drawing for Android

v0.3.2

19 Jul 04:59
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

A quick bugfix for Android and scale 0 issues.

Changelog

  • 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

v0.3.1

18 Jul 22:37
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

A quick fix for the support popup.

Changelog

  • Fixed the touch prio in support popup

v0.3.0

18 Jul 21:43
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Freeform brush! New UI! Adjustable settings! It's all here!

Changelog

  • 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!

v0.2.0

28 Jun 19:19
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Initial implementation of curves! And some more qol things!

Changelog

  • Implemented simple curve drawing support with the use of Anti-Grain Geometry library
  • 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

v0.1.1

23 Jun 21:59
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

A quick fix for a boo boo.

Changelog

  • Added Android support in mod.json

v0.1.0

22 Jun 11:55
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release of Allium! This release just has line brush implemented, but more things will come soon!

Changelog

  • Initial release, only supports line drawings.