Skip to content

Releases: mcandre/buttery

#go-big-or-go-home

03 Oct 03:42
Compare
Choose a tag to compare

Update Go to apply the latest memory safety and security patches.

#tarball

14 Jan 21:46
Compare
Choose a tag to compare

Replace zip archive with tarball for ease of Docker container injection.

patch

28 Dec 02:51
Compare
Choose a tag to compare

go1.21

27 Dec 07:24
Compare
Choose a tag to compare
  • Update Go

#security

02 Nov 22:16
Compare
Choose a tag to compare

Resolve a dependabot security report with insufficient validation in low level image loading routines.

Notably, Snyk continues to complain even after the dependabot patch.

#pray_for_mojo

23 May 01:53
Compare
Choose a tag to compare
  • Add -loopCount to customize how many times the animation loops.

This passes values through the GIF standard's (awkward) loop count semantics, as documented.

#woohoo

11 May 07:57
Compare
Choose a tag to compare
  • Add new -stitch Shuffle transition
  • Validate Stitch values at API level, in addition to CLI level
  • Replace -speed <factor> with -scaleDelay <factor>, which uses safer and faster multiplication rather than division. As well, a factor of zero (or any sufficiently low fraction) no longer automatically applies -window 1. The lower bound 2cs delay is still in effect.

#doh

10 May 22:30
Compare
Choose a tag to compare
  • Replace older -reverse flag with negative values in -speed
  • Diagram editing operations

#mr_plow

10 May 06:42
Compare
Choose a tag to compare
  • Any reversal is now applied before frame removal, in order to maximize the available animation sequence.
  • Promote the core editing procedure to the public API.

#move_along_folks

10 May 02:01
Compare
Choose a tag to compare
  • Patch CVE's