Releases: AnswerDotAI/cordslite
Releases · AnswerDotAI/cordslite
v0.1.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
New Features
Improve WebSocket reconnection handling (#12 ), thanks to @ncoop57
v0.0.11
Compare
Sorry, something went wrong.
No results found
jph00
released this
15 Apr 03:20
New Features
Add search_all et al; much refactoring (#11 )
v0.0.10
Compare
Sorry, something went wrong.
No results found
Bugs Squashed
Fix READY event handler initialization (#10 ), thanks to @ncoop57
v0.0.9
Compare
Sorry, something went wrong.
No results found
Bugs Squashed
Fix WebSocket resume logic and simplify connection lifecycle (#8 ), thanks to @ncoop57
v0.0.8
Compare
Sorry, something went wrong.
No results found
New Features
Add reply support to Channel.send() (#7 ), thanks to @ncoop57
v0.0.7
Compare
Sorry, something went wrong.
No results found
New Features
Add reconnection support to GatewayClient (#6 ), thanks to @ncoop57
v0.0.6
Compare
Sorry, something went wrong.
No results found
New Features
Add member search and listing methods to Guild (#5 ), thanks to @ncoop57