Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #29 from liner-exe/v0.8.4-preparations
Browse files Browse the repository at this point in the history
v0.8.4
  • Loading branch information
liner-exe authored Oct 4, 2024
2 parents 37feeea + bfd3987 commit 5e2cc3d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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`
- **tweak:** changed `config.ini.sample`
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.3
0.8.4

0 comments on commit 5e2cc3d

Please sign in to comment.