Releases: 1solomonwakhungu/discord-cli
Releases · 1solomonwakhungu/discord-cli
Release list
v1.2.1
Changelog
All notable changes to discord-cli will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.2.0] - 2026-07-14
Added
- Plugin system for third-party command extensions
- Homebrew, Scoop, and npm installation packaging
[1.1.0] - 2026-07-14
Added
- Automated semantic release, changelog generation, and PyPI publishing
[1.0.0] - 2026-07-14
Added
- Test suite, coverage reporting, type checking, and contributor tooling
[0.1.1] - 2026-07-13
Fixed
- Broken CI badge URL in README that pointed to the non-existent
container.yamlworkflow - PyPI badge switched to shields.io for reliability
- Import errors in the invites, search, threads, and export modules caused by a non-existent output function and incorrect
run_botsignature - All command modules now use the
registry.invoke()pattern consistently
[0.1.0] - 2026-07-13
Added
- Initial release of discordcli-agents
- 50+ commands across 12 command groups (channels, categories, roles, members, messages, guilds, permissions, webhooks, invites, threads, search, export)
- JSON output by default with
--humanflag for table output - Headless operation (connect, act, disconnect)
- AI agent-friendly design with structured JSON output
- Modular command architecture with plugin-friendly registry pattern
v1.2.0
v1.2.0 (2026-07-14)
This release is published under the MIT License.
Features
- Add multi-channel installation packaging (Homebrew, Scoop, npm) (
630d4c5)
Detailed Changes: v1.1.0...v1.2.0
v1.1.0
v1.1.0 (2026-07-14)
This release is published under the MIT License.
Documentation
- Add SKILL.md, commands.json manifest, and AI agent integration guide (
5f0c225)
Features
- Add plugin system for third-party command extensions (
12fa368)
Testing
- Add comprehensive test suite with mocked Discord API (
f8daad4)
Detailed Changes: v1.0.0...v1.1.0
v1.0.0
v1.0.0 (2026-07-14)
This release is published under the MIT License.
Continuous Integration
- Add mypy typecheck job, coverage upload, pre-commit config, and community health files (
f62add6)
Documentation
- Remove downloads badge from README (
1e0ca0c)
Features
- Implement automated semantic-release with changelog and PyPI publish (
b29cd9f)
Detailed Changes: v0.1.1...v1.0.0
v0.1.1
Changelog
All notable changes to discord-cli will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.1.1] - 2026-07-13
Fixed
- Broken CI badge URL in README that pointed to the non-existent
container.yamlworkflow - PyPI badge switched to shields.io for reliability
- Import errors in the invites, search, threads, and export modules caused by a non-existent output function and incorrect
run_botsignature - All command modules now use the
registry.invoke()pattern consistently
[0.1.0] - 2026-07-13
Added
- Initial release of discordcli-agents
- 50+ commands across 12 command groups (channels, categories, roles, members, messages, guilds, permissions, webhooks, invites, threads, search, export)
- JSON output by default with
--humanflag for table output - Headless operation (connect, act, disconnect)
- AI agent-friendly design with structured JSON output
- Modular command architecture with plugin-friendly registry pattern
v0.1.0
Changelog
All notable changes to discord-cli will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.1.0] - 2026-07-13
Added
- Initial release of discordcli-agents
- 50+ commands across 12 command groups (channels, categories, roles, members, messages, guilds, permissions, webhooks, invites, threads, search, export)
- JSON output by default with
--humanflag for table output - Headless operation (connect, act, disconnect)
- AI agent-friendly design with structured JSON output
- Modular command architecture with plugin-friendly registry pattern