v0.8.4 (2024-10-04)
- feat: changed fetching changelog principle (#25 by @Nazar1ky)
- deps: dependencies updated (#27 by @Nazar1ky)
- deps: dependencies updated (#28 by @Nazar1ky)
- README.md: fixed a typo (#26 by @Nazar1ky)
v0.8.3 (2024-04-07)
- Added
/random color
command - Made
/random
void - Made
number
asrandom
subcommand - cogs/utils/dependencies.py: Changed dependencies installation principle
- cogs/utils/decorators.py: Config reading transfered to
is_weather_active
(method)
- cogs/utils/urls.py: New method
url_encode
- cogs/utils/colors.py: New methods
generate_random_color
,hex_to_rgb
,rgb_to_hex
,rgb_to_hex_color
v0.8.2 (2024-02-18)
- bug.yml: Labels updated
- feature.yml: Labels updated
- README.md: Adjusted
v0.8.1 (2024-02-17)
- Added
/cogs list
command
- cogs/discord.py: Added docstring to
/avatar
command - README.md: Roadmap updated
- bug.yml: Fixed indent, added
Discord Commands Bot
version input - feature.yml: Added feature request template
v0.8.0 (2024-02-14)
- Slash commands migration!
- main.py: added dependency checker, added update notifier
- cogs/fun.py@Fun:weather: command is inactive if no openweather token
- cogs/utils/
- __init__.py
- decorators.py
- dependecies.py
- github.py
- version.py
- .gitignore
- cogs/*.py: added docstrings to all functions
- version.txt: version bumped to 0.8.0
- README.md: fixed typo
- main.py: fixed typo
- requirements.txt: updated dependencies
v0.7.8 (2024-02-13)
- README.md: fixed typos. Added link to changelog
- config.yml: added emoji to
name
- version.txt: version bumber to 0.7.8
- CHANGELOG.md: added v0.7.7 release notes, changelog adjusted
- start_win.bat: compatibility with new Python version. Minor correction
- config.ini.sample: removed useless info
- main.py: moved universal exception handling to the end of the try-except block
v0.7.7 (2024-02-12)
- pull_request_template.md: new pr template
- CHANGELOG.md: added changelog file
- LICENSE: 2022-2023 -> 2022-2024
- .version: version bumped to 0.7.7
- bug.yml: added bug template
- config.yml: added question template
- README.md: readme 2.0 (re-built)
- misc(file): added new screenshots
- misc(file): deleted old READMEs
v0.7.6 (2024-01-19)
- change: comments translated in
moderation.py
v0.7.5 (2023-10-01)
- main.py: Added
if name main
construction
newfile: setup.py
for better setup the bot
- main.py: switched to slash commands
- main.py: translated one comment
- tweak:
start_win.bat
for better setup the bot - tweak: changed
config.ini.sample