midjourney_client 0.3.3-alpha
midjourney_client: ^0.3.3-alpha copied to clipboard
Unofficial midjourney client that gives you possibility to generates images! Now, it utilizes the Discord API to communicate with the bot.
Midjourney Client Changelog #
Format - ## {version} (YYYY-MM-DD)
0.3.3-alpha - 2023-06-29 #
- Moved initialization logic to
initmethod ofMidjourney - Transformed
Midjourneyto singleton - Added
closemethod toMidjourney - Updated ws library to 0.0.7-dev
0.3.2-dev.7 - 2023-06-28 #
- Updated ws library
0.3.2-dev.6 - 2023-06-28 #
- Added Proxy Support
0.3.2-dev.3 - 2023-06-26 #
- Fixed failures with rate limiter and interactions
0.3.2-dev.2 - 2023-06-25 #
- Created interface for websocket
0.3.2-dev.1 - 2023-06-25 #
- Fixed embed structure
0.3.2-dev.0 - 2023-06-25 #
- Redesigned RateLimiter
- Created tests for RateLimiter
- Created general structure for tests
0.3.1-dev.0 - 2023-06-24 #
- Added unique identifiers to
MidjourneyMessage - Renamed
idtomessageId
0.3.0-dev.1 - 2023-06-20 #
- Created README
- Improved examples
0.3.0-dev.0 - 2023-06-19 #
- Implemented
imaginecommand. - Fixed bug when overloaded with concurrent jobs.
0.2.0-dev.3 - 2023-06-18 #
- Removed useless dependencies
0.2.0-dev.2 - 2023-06-18 #
- Stick to dart line length 80
0.2.0-dev.1 - 2023-06-18 #
- Implemented
variationcommand. - Added init method
0.1.0-dev.0 - 2023-06-09 #
- Implemented models for interaction with API.
- Implemented
imaginecommand.
0.0.1 - 2023-06-08 #
- Initial version.