Skip to content

v2.3.1

Latest

Choose a tag to compare

@htilly htilly released this 15 Feb 17:45
· 1 commit to master since this release
036395a

What's Changed

Bug Fixes

  • Discord message chunking - Fixed critical bug where list command failed on Discord with 60+ tracks due to exceeding 2000 character limit
  • Emoji compatibility - Added conversion of Slack emoji codes to Unicode emoji for Discord display

Improvements

  • Improved message chunking with sendChunkSafe helper for reliable splitting
  • Used efficient regex-based emoji conversion (single pass)
  • Fixed exact-length line handling that could cause blank messages
  • Reduced inter-message delay from 500ms to 300ms for better UX

Dependencies

  • @slack/web-api: 7.13.0 → 7.14.1
  • axios: 1.13.2 → 1.13.5
  • posthog-node: 5.24.9 → 5.24.15
  • openai: 6.16.0 → 6.22.0

Full Changelog: v2.3.0...v2.3.1