diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e48ed3..9d50b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Discord Commands Bot - Changelog +## [v0.8.4](https://github.com/r-liner/discord-commands-bot/releases/tag/v0.8.4) (2024-10-04) + +[Full Changelog](https://github.com/r-liner/discord-commands-bot/compare/v0.8.3...v0.8.4) + +### Features +- **feat:** changed fetching changelog principle (#25 by @Nazar1ky) + +### Dependencies +- **deps:** dependencies updated (#27 by @Nazar1ky) +- **deps:** dependencies updated (#28 by @Nazar1ky) + +### Docs +- **README.md:** fixed a typo (#26 by @Nazar1ky) + ## [v0.8.3](https://github.com/r-liner/discord-commands-bot/releases/tag/v0.8.3) (2024-04-07) [Full Changelog](https://github.com/r-liner/discord-commands-bot/compare/v0.8.2...v0.8.3) @@ -129,4 +143,4 @@ - **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` \ No newline at end of file +- **tweak:** changed `config.ini.sample` diff --git a/README.md b/README.md index 586449e..1ce0b9f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Discord Commands Bot [![Code Factor](https://www.codefactor.io/repository/github/r-liner/discord-commands-bot/badge)](https://www.codefactor.io/repository/github/r-liner/discord-commands-bot) -![GitHub Release](https://img.shields.io/badge/release-v0.8.3-blue.svg?logo=github&logoColor=ffffff&style=for-the-badge&color=efa94a) +![GitHub Release](https://img.shields.io/badge/release-v0.8.4-blue.svg?logo=github&logoColor=ffffff&style=for-the-badge&color=efa94a) ![GitHub issues](https://img.shields.io/github/issues-raw/r-liner/discord-commands-bot?style=for-the-badge) [![Python Version](https://img.shields.io/badge/python-3.8+-blue.svg?logo=python&logoColor=ffffff&style=for-the-badge)](https://www.python.org/downloads/) [![Nextcord Version](https://img.shields.io/badge/nextcord-2.4.2+-blue.svg?logo=pypi&logoColor=ffffff&style=for-the-badge)](https://pypi.org/project/nextcord/) ![GitHub License](https://img.shields.io/github/license/r-liner/discord-commands-bot?style=for-the-badge&color=blue) # Description -An another yet Discord multipurposal bot written in Python. +An yet another Discord multipurposal bot written in Python. ## Table of Contents - [Discord Commands Bot](#discord-commands-bot-code-factor) @@ -102,7 +102,7 @@ During run the bot you must see: * Count of bot servers. ## Roadmap -**Q2:** +**Q4 2024 - Q1 2025:** - Code simplify. - Add i18n diff --git a/version.txt b/version.txt index fab77af..b60d719 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.8.3 \ No newline at end of file +0.8.4