Releases: robertwayne/cogwatch
Releases · robertwayne/cogwatch
v3.3.0
v3.2.0
v3.1.0
v3.0.1
v3.0.0
[3.0.0] -- 2022-25-06
This release drops support for Python 3.7.
This release does NOT have support for discord.py v2 yet. PRs welcome!
Added
- Terminal output now supports colorized messages. The argument
colors
can be used to disable it. - Explicit error messages for certain actions (NoEntryPoint, ExtensionNotLoaded).
Changed
v3.0.0a
[3.0.0a] -- 2022-27-03
This release drops support for Python 3.7.
Added
- Terminal output now supports colorized messages. The argument
colors
can be used to disable it. - Explicit error messages for certain actions (NoEntryPoint, ExtensionNotLoaded).
Changed
v2.1.0
[2.1.0] -- 2021-15-02
Added
- The subclassed bot can now be run via a poetry script
poetry run example
. - The
examples
directory now includes a sample command directory & cog file to
demonstrate the expected tree and code structure. (#9)
Changed
- Fixed a bug with the logger that was broken in v2.0.0.
v2.0.0
[2.0.0] -- 2021-30-01
Changed
- BREAKING: The
cogs_path
parameter is now justpath
. This was done for simplicity and to
closer match the general naming convention. - Updated
watchgod
dependency to latest version for performance improvements.
v1.1.8
v1.1.7
[1.1.6 -- 1.1.7] -- 2020-12-02
Changed
- Fixed a bug where nested project structures would break internal path resolution.
- A
ValueError
will now be raised if the user uses invalid input delimiters on
thecogs_path
parameter.
Added
- Migrated to the Poetry package & dependency manager.
- New dev dependency for testing:
pytest
. - Included several test cases on
get_dotted_cog_path
andget_cog_name
ensuring they are returning usable values.
Removed
- Removed setup.py, requirements.txt, build.ps1 in favor of the Poetry ecosystem.