tag:github.com,2008:https://github.com/mcandre/buttery/releasesRelease notes from buttery2024-10-03T03:31:28Ztag:github.com,2008:Repository/618748131/v0.0.122024-10-03T03:42:32Z#go-big-or-go-home<p>Update Go to apply the latest memory safety and security patches.</p>mcandretag:github.com,2008:Repository/618748131/v0.0.112024-01-14T21:46:08Z#tarball<p>Replace zip archive with tarball for ease of Docker container injection.</p>mcandretag:github.com,2008:Repository/618748131/v0.0.102023-12-28T02:51:42Zpatch<ul>
<li>Patch CVE</li>
</ul>
<p><a href="https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMDISINTEGRATIONIMAGING-5880692" rel="nofollow">https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMDISINTEGRATIONIMAGING-5880692</a></p>mcandretag:github.com,2008:Repository/618748131/v0.0.92023-12-27T07:24:21Zgo1.21<ul>
<li>Update Go</li>
</ul>mcandretag:github.com,2008:Repository/618748131/v0.0.82023-11-02T22:17:00Z#security<p>Resolve a dependabot security report with insufficient validation in low level image loading routines.</p>
<p>Notably, Snyk continues to complain even after the dependabot patch.</p>mcandretag:github.com,2008:Repository/618748131/v0.0.72023-05-23T01:53:04Z#pray_for_mojo<ul>
<li>Add <code>-loopCount</code> to customize how many times the animation loops.</li>
</ul>
<p>This passes values through the GIF standard's (awkward) loop count semantics, as documented.</p>mcandretag:github.com,2008:Repository/618748131/v0.0.62023-05-11T07:57:40Z#woohoo<ul>
<li>Add new <code>-stitch Shuffle</code> transition</li>
<li>Validate Stitch values at API level, in addition to CLI level</li>
<li>Replace <code>-speed <factor></code> with <code>-scaleDelay <factor></code>, which uses safer and faster multiplication rather than division. As well, a factor of zero (or any sufficiently low fraction) no longer automatically applies <code>-window 1</code>. The lower bound 2cs delay is still in effect.</li>
</ul>mcandretag:github.com,2008:Repository/618748131/v0.0.52023-05-10T22:30:29Z#doh<ul>
<li>Replace older <code>-reverse</code> flag with negative values in <code>-speed</code></li>
<li>Diagram editing operations</li>
</ul>mcandretag:github.com,2008:Repository/618748131/v0.0.42023-05-10T06:42:02Z#mr_plow<ul>
<li>Any reversal is now applied before frame removal, in order to maximize the available animation sequence.</li>
<li>Promote the core editing procedure to the public API.</li>
</ul>mcandretag:github.com,2008:Repository/618748131/v0.0.32023-05-10T02:03:31Z#move_along_folks<ul>
<li>Patch CVE's</li>
</ul>mcandre