Update + new Version numbers
This commit is contained in:
parent
a01cf2018c
commit
2bbb3e6443
16
CHANGELOG.md
16
CHANGELOG.md
@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
Versions before `v1.9.4` still use old version names and changelog.
|
Versions before `v1.0.0` still use old version names and changelog.
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
### `v1.9.4`
|
### `v1.0.0`
|
||||||
#### Added
|
#### Added
|
||||||
- Added `/clear` command ([#20](https://github.com/ElBe-Development/discord.py-bot-template/issues/20))
|
- Added `/clear` command ([#20](https://github.com/ElBe-Development/discord.py-bot-template/issues/20))
|
||||||
- Added cog system ([#24](https://github.com/ElBe-Development/discord.py-bot-template/issues/24))
|
- Added cog system ([#24](https://github.com/ElBe-Development/discord.py-bot-template/issues/24))
|
||||||
@ -17,23 +17,25 @@ Versions before `v1.9.4` still use old version names and changelog.
|
|||||||
- Changed `token` variable to be real constant by removing it ([#46](https://github.com/ElBe-Development/discord.py-bot-template/issues/46))
|
- Changed `token` variable to be real constant by removing it ([#46](https://github.com/ElBe-Development/discord.py-bot-template/issues/46))
|
||||||
- Switched to `commands V2` system ([#46](https://github.com/ElBe-Development/discord.py-bot-template/issues/46))
|
- Switched to `commands V2` system ([#46](https://github.com/ElBe-Development/discord.py-bot-template/issues/46))
|
||||||
|
|
||||||
## `v1.9.4 alpha16` (Private)
|
## `v.1.0.0 alpha17` (Private)
|
||||||
|
|
||||||
|
## `v1.0.0 alpha16` (Private)
|
||||||
### Deprecated
|
### Deprecated
|
||||||
- Functions are deprecated now and will be put into its own `utils` folder ([#46](https://github.com/ElBe-Development/discord.py-bot-template/issues/46))
|
- Functions are deprecated now and will be put into its own `utils` folder ([#46](https://github.com/ElBe-Development/discord.py-bot-template/issues/46))
|
||||||
|
|
||||||
## [`v1.9.3`](https://github.com/ElBe-Development/discord.py-bot-template/releases/tag/v1.9.3-final)
|
## [`v0.9.3`](https://github.com/ElBe-Development/discord.py-bot-template/releases/tag/v1.9.3-final)
|
||||||
- Bugfixes
|
- Bugfixes
|
||||||
- Added welcome/goodbye feature manager ([#11](https://github.com/ElBe-Development/discord.py-bot-template/issues/11))
|
- Added welcome/goodbye feature manager ([#11](https://github.com/ElBe-Development/discord.py-bot-template/issues/11))
|
||||||
- Added role customisation
|
- Added role customisation
|
||||||
|
|
||||||
## [`v1.9.2`](https://github.com/ElBe-Development/discord.py-bot-template/releases/tag/v0.1.9.2-final)
|
## [`v0.9.2`](https://github.com/ElBe-Development/discord.py-bot-template/releases/tag/v0.1.9.2-final)
|
||||||
- Bugfixes
|
- Bugfixes
|
||||||
- Rewrote replit port ([#1](https://github.com/ElBe-Development/discord.py-bot-template/issues/1), [#8](https://github.com/ElBe-Development/discord.py-bot-template/issues/8))
|
- Rewrote replit port ([#1](https://github.com/ElBe-Development/discord.py-bot-template/issues/1), [#8](https://github.com/ElBe-Development/discord.py-bot-template/issues/8))
|
||||||
- Added error handler ([#10](https://github.com/ElBe-Development/discord.py-bot-template/issues/10))
|
- Added error handler ([#10](https://github.com/ElBe-Development/discord.py-bot-template/issues/10))
|
||||||
|
|
||||||
## [`v1.9.1`](https://github.com/ElBe-Development/discord.py-bot-template/releases/tag/v0.1.9.1-final)
|
## [`v0.9.1`](https://github.com/ElBe-Development/discord.py-bot-template/releases/tag/v0.1.9.1-final)
|
||||||
- Added feature manager ([#4](https://github.com/ElBe-Development/discord.py-bot-template/issues/4))
|
- Added feature manager ([#4](https://github.com/ElBe-Development/discord.py-bot-template/issues/4))
|
||||||
- Added stop command to command creator
|
- Added stop command to command creator
|
||||||
|
|
||||||
## < `v1.9.1` (Private)
|
## < `v0.9.1` (Private)
|
||||||
Copied code from the private [Plaq](https://skyflamme.de) discord bot.
|
Copied code from the private [Plaq](https://skyflamme.de) discord bot.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user