Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 19 Mar 20:55
c68a01a

0.7.0 (2026-03-19)

⚠ BREAKING CHANGES

  • getServerConfig() no longer takes an isStdioMode parameter. It now detects stdio mode internally and returns it as part of ServerConfig.

Features

  • add --image-dir config for image download path control (#297) (0417766)
  • replace yargs with cleye for CLI flag parsing (#285) (0092ee7)
  • support gifRef for downloading animated GIF embeds (#286) (f1ec913)

Bug Fixes

  • remove inline release-type so release-please reads config file (a03cd68)
  • replace sharp dependency with js-native jimp for image manipulation (#289) (62b9f94)
  • skip jimp processing for SVGs and prevent image-fill collapse (#298) (a4a4b13)