Skip to content

Commit 5e2cc3d

Browse files
authored
Merge pull request #29 from liner-exe/v0.8.4-preparations
v0.8.4
2 parents 37feeea + bfd3987 commit 5e2cc3d

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Discord Commands Bot - Changelog
22

3+
## [v0.8.4](https://github.com/r-liner/discord-commands-bot/releases/tag/v0.8.4) (2024-10-04)
4+
5+
[Full Changelog](https://github.com/r-liner/discord-commands-bot/compare/v0.8.3...v0.8.4)
6+
7+
### Features
8+
- **feat:** changed fetching changelog principle (#25 by @Nazar1ky)
9+
10+
### Dependencies
11+
- **deps:** dependencies updated (#27 by @Nazar1ky)
12+
- **deps:** dependencies updated (#28 by @Nazar1ky)
13+
14+
### Docs
15+
- **README.md:** fixed a typo (#26 by @Nazar1ky)
16+
317
## [v0.8.3](https://github.com/r-liner/discord-commands-bot/releases/tag/v0.8.3) (2024-04-07)
418

519
[Full Changelog](https://github.com/r-liner/discord-commands-bot/compare/v0.8.2...v0.8.3)
@@ -129,4 +143,4 @@
129143
- **main.py:** switched to slash commands
130144
- **main.py:** translated one comment
131145
- **tweak:** `start_win.bat` for better setup the bot
132-
- **tweak:** changed `config.ini.sample`
146+
- **tweak:** changed `config.ini.sample`

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# 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)
2-
![GitHub Release](https://img.shields.io/badge/release-v0.8.3-blue.svg?logo=github&logoColor=ffffff&style=for-the-badge&color=efa94a)
2+
![GitHub Release](https://img.shields.io/badge/release-v0.8.4-blue.svg?logo=github&logoColor=ffffff&style=for-the-badge&color=efa94a)
33
![GitHub issues](https://img.shields.io/github/issues-raw/r-liner/discord-commands-bot?style=for-the-badge)
44
[![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/)
55
[![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/)
66
![GitHub License](https://img.shields.io/github/license/r-liner/discord-commands-bot?style=for-the-badge&color=blue)
77

88
# Description
9-
An another yet Discord multipurposal bot written in Python.
9+
An yet another Discord multipurposal bot written in Python.
1010

1111
## Table of Contents
1212
- [Discord Commands Bot](#discord-commands-bot-code-factor)
@@ -102,7 +102,7 @@ During run the bot you must see:
102102
* Count of bot servers.
103103

104104
## Roadmap
105-
**Q2:**
105+
**Q4 2024 - Q1 2025:**
106106
- Code simplify.
107107
- Add i18n
108108

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.3
1+
0.8.4

0 commit comments

Comments
 (0)