-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ [ 3 files changed ] - Using new versioning scheme
* Bumps version to v3.0.1 * Versioning scheme now `major.minor.patch` (major: 3, minor: 0, patch: 1) * Check changelog to see all the changes
- Loading branch information
Showing
3 changed files
with
30 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,37 @@ | ||
# 3.0.1 (Hotfix) | ||
|
||
- [**Fixed**] `1m spam` parsed as `1m s` and `pam` instead of `1m` and `spam` | ||
- [**Improved**] You can now check required perms to execute a command inside | ||
help command | ||
- [**New**] Added `>command mode` and `>command modes` to check custom command | ||
current mode and all different modes for custom command | ||
|
||
# 3.0.0 (Overhaul) | ||
|
||
- [**Rename**] `cogs/` -> `exts/` | ||
- [**New**] Command priority [0: Built-in, 1: Custom] | ||
- [**New**] Use databases to handle SQL (Edit `exts/utils/dbQuery.py` if you're planning to use other SQL instead of `sqlite`!) | ||
- [**New**] Use databases to handle SQL (Edit `exts/utils/dbQuery.py` if you're | ||
planning to use other SQL instead of `sqlite`!) | ||
- [**Rename**] `ziBot` -> `Z3R0` | ||
- [**New**] Mascot, named `Z3R0` | ||
- [**Relicense**] `GPL-3.0` -> `MPL-2.0` | ||
- [**BugFix**] Priority doesn't work on user-based input (string, int, etc) | ||
- [**Fixed**] Priority doesn't work on user-based input (string, int, etc) | ||
- [**New**] "Colour Information" command | ||
- [**New**] `Timer` ext | ||
- [**Improved**] Temporary ban using the new `Timer` ext | ||
- [**Improved**] Guild data will countdown up to 30 days before deleting when the bot leave the guild instead of instantly deleting the data | ||
- [**Improved**] Prefixes now separated to custom and built-in/default (bot mention and `>` by default) | ||
- [**Changed**] Split greeting, now its possible to have farewell and welcome message in separate channel | ||
- [**Improved**] `>command disable` and `>command enable` will now try to disable/enable built-in command by default if you're a guild moderator | ||
- [**Improved**] Changed POSIX-style flags `--channel #channel-mention` to Discord-style flags `channel: #channel-mention`, following dpy v2.0 flag behaviour | ||
- [**Improved**] Guild data will countdown up to 30 days before deleting when | ||
the bot leave the guild instead of instantly deleting the data | ||
- [**Improved**] Prefixes now separated to custom and built-in/default (bot | ||
mention and `>` by default) | ||
- [**Changed**] Split greeting, now its possible to have farewell and welcome | ||
message in separate channel | ||
- [**Improved**] `>command disable` and `>command enable` will now try to | ||
disable/enable built-in command by default if you're a guild moderator | ||
- [**Improved**] Changed POSIX-style flags `--channel #channel-mention` to | ||
Discord-style flags `channel: #channel-mention`, following dpy v2.0 flag | ||
behaviour | ||
- [**Improved**] Temporary mute using the new `Timer` ext | ||
- [**Improved**] Translate's destination language now adjustable instead of hardcoded to `en` (source language are detectable, but you can specify it by writing `ja->id`) | ||
- [**Improved**] Translate's destination language now adjustable instead of | ||
hardcoded to `en` (source language are detectable, but you can specify it by | ||
writing `ja->id`) | ||
- [**Improved**] **Behind the scene**: Better roll dice handling |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters