Releases: Code-Society-Lab/grace-framework
1.0.5-alpha
🚀 What's in this release:
- Improvement of the ORM by @PenguinBoi12 in #10
- Fix and improved application command syncing
Full Changelog: 0.10.8-alpha...1.0.5-alpha
⚠️ This release has only been tested on Linux. Compatibility issues may occur on macOS and Windows.
0.10.8-alpha
🚀 What's in this release:
- Added scheduler by @PenguinBoi12 in #8
- Fix pipes in cog and model file names causing crash on Windows by @PenguinBoi12 in #9
- Fix a typo in sync_commands with guild_id preventing syncing by @Mambo54321 in #11
🎉 New Contributors
- @Mambo54321 made their first contribution in #11
Full Changelog: 0.10.6-alpha...0.10.8-alpha
⚠️ This release has only been tested on Linux. Compatibility issues may occur on macOS and Windows.
0.10.6-alpha
🚀 What's in this release:
- Added Hot Reloading by @PenguinBoi12 in #7
.gitignoreandpyproject.tomlwhere added to the project template- Various other minor fixes and adjustments.
Full Changelog: 0.9.10-alpha...0.10.6-alpha
⚠️ This release has only been tested on Linux. Compatibility issues may occur on macOS and Windows.
0.9.10-alpha
🚀 What's in this release:
- Moved bot instantiation in a factor to avoid circular imports
- Added the possibility or overriding default bot's kwargs and pass additional ones.
- Fixed some minor errors with typing
Full Changelog: 0.9.4-alpha...0.9.10-alpha
⚠️ This release has only been tested on Linux. Compatibility issues may occur on macOS and Windows.
0.9.4-alpha - First Alpha Release
This is the first alpha release of the project. It represents a functional but not feature-complete version, intended for early testing and feedback.
🚀 What's in this release:
- Core functionality is now implemented and ready for use.
- Major features are in place and stable enough for initial testing.
- Unit Tests by @chrisdedman in #2
- Cog Generator by @PenguinBoi12 in #3
- Database commands by @PenguinBoi12 in #4
- Model generator by @PenguinBoi12 in #6
- Basic documentation and setup instructions are available.
⚠️ Known Limitations:
- Some edge cases may not be fully handled yet.
- Not all planned features are included in this alpha.
- Expect potential bugs—this release is for testing and feedback.
Note: This release has only been tested on Linux. Compatibility issues may occur on macOS and Windows.