Skip to content

Releases: AnswerDotAI/cordslite

v0.1.0

Choose a tag to compare

@ncoop57 ncoop57 released this 10 Jul 21:15

New Features

  • Refactor: Split core.py into gateway, voice, and bot modules (#19), thanks to @ncoop57
  • Robust voice/gateway reconnection with backoff, keepalive, and async recording (#18), thanks to @ncoop57
  • Add Webhook support (create, list, edit, delete, send) and fix Guild.search channel_id access bug (#17)

v0.0.14

Choose a tag to compare

@jph00 jph00 released this 25 Jun 05:35

New Features

  • Filter out thread messages from search results, handle already-deleted messages, and deduplicate messages in search_and_delete_all (#16)

Bugs Squashed

  • Fall back to rotating delete when only one recent message (#15)

v0.0.13

Choose a tag to compare

@ncoop57 ncoop57 released this 22 May 22:22

New Features

  • feat(voice): add WebSocket reconnection and resume support (#14), thanks to @ncoop57
  • Add DAVE E2EE, voice send/receive overhaul, Guild.tree, message context helpers, and Discord skill (#13), thanks to @ncoop57

v0.0.12

Choose a tag to compare

@ncoop57 ncoop57 released this 16 Apr 17:12

New Features

  • Improve WebSocket reconnection handling (#12), thanks to @ncoop57

v0.0.11

Choose a tag to compare

@jph00 jph00 released this 15 Apr 03:20

New Features

  • Add search_all et al; much refactoring (#11)

v0.0.10

Choose a tag to compare

@ncoop57 ncoop57 released this 12 Apr 18:16

Bugs Squashed

  • Fix READY event handler initialization (#10), thanks to @ncoop57

v0.0.9

Choose a tag to compare

@ncoop57 ncoop57 released this 12 Apr 17:53

Bugs Squashed

  • Fix WebSocket resume logic and simplify connection lifecycle (#8), thanks to @ncoop57

v0.0.8

Choose a tag to compare

@ncoop57 ncoop57 released this 11 Apr 13:11

New Features

  • Add reply support to Channel.send() (#7), thanks to @ncoop57

v0.0.7

Choose a tag to compare

@ncoop57 ncoop57 released this 09 Apr 17:10

New Features

  • Add reconnection support to GatewayClient (#6), thanks to @ncoop57

v0.0.6

Choose a tag to compare

@ncoop57 ncoop57 released this 04 Apr 23:57

New Features

  • Add member search and listing methods to Guild (#5), thanks to @ncoop57