File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.12.0 (2023-03-18)
2+
3+ ### Feat
4+
5+ - add ` /random choose `
6+ - ** opencollective** : sync opencollective metadata every 12h
7+ - add warn system
8+
9+ ### Fix
10+
11+ - ** anti-phishing** : use regex now...finally discord.gift won't be blocked lmao
12+ - ** warn** : limit amount of characters for the reason of a warn
13+
14+ ### Refactor
15+
16+ - ** translator** : remove debug print statement
17+ - ** license** : MIT -> custom license based on MIT
18+ - ** warnings** : sort warnings by date descending (latest is shown first)
19+ - ** i18n/group_name** : add all group names
20+ - ** anti-phishing** : temporarily remove the AntiPhishing cog
21+ - ** TakoBot** : move TakoBot class from ` TakoBot.py ` to ` main.py `
22+ - ** utils** : better typing
23+ - remove ` OLD_CHANGELOG.md `
24+ - ** permissions** : change permissions from checks to default permissions
25+ - ** config** : use tl.tako-bot.com as main translation api
26+
127## 1.11.0 (2023-02-28)
228
329### Feat
Original file line number Diff line number Diff line change 11[tool .commitizen ]
22name = " cz_conventional_commits"
3- version = " 1.11 .0"
3+ version = " 1.12 .0"
44tag_format = " $version"
55changelog_start_rev = " aa6eaaee2467fe8f2e26151fc930ec49cdea027b"
66update_changelog_on_bump = true
You can’t perform that action at this time.
0 commit comments