Skip to content

Release v0.64.0

Choose a tag to compare

@timofriedlberlin timofriedlberlin released this 18 Mar 18:41
· 10 commits to main since this release
Immutable release. Only release title and notes can be modified.

Features

  • Unified --as flag for slack send, edit, delete, react, and upload (c5eb629)

All five Slack write commands now share a single slackClientFor() helper. Previously upload had no --as flag at all (silently used the bot token), and react used an inconsistent dual-client pattern. Now every write command accepts --as bot (default) or --as user uniformly.