- Migrate to postgres
- many minor updates
- few fixes
What's Changed
- Cancel user warns by @daler14 in #104
- Add html quote by @Lamroy95 in #107
- Fix parse comment in
cmd_warn
by @Desiders in #108 - Add using chat type filters and new handlers for private by @Desiders in #109
- Fix unhandle handlers and check target user permissions by @Desiders in #110
- Add missing char in ban text by @Desiders in #111
- Add possible ignore hidden admins in report cmd by @Desiders in #112
- Add shuffle admins in
get_mentions_admins
by @Desiders in #113 - Add report service by @Lamroy95 in #118
- Fix callback filter by @Lamroy95 in #120
- Fix delete warn trigger by @Lamroy95 in #122
- Check karma settings before reward by @Lamroy95 in #124
- Add pre commit hooks by @Lamroy95 in #123
- Move models by @Lamroy95 in #125
- add admin url to report message by @bomzheg in #132
- Add chat repo by @Lamroy95 in #133
- Resolve linked reports by @Lamroy95 in #136
- Delete report karma award message by @Desiders in #134
- Fix database lock in middleware by @Lamroy95 in #144
- Fix deploy docs by @Lamroy95 in #140
- Fix topic message reply target by @Lamroy95 in #143
- Add user repo by @Lamroy95 in #145
- Add reports award settings by @Lamroy95 in #139
- Update documentation and change help command by @Desiders in #147
- Delete
xy
command if reply not found by @Desiders in #150 - Pass
created_time
to models asmessage.date
instead of usingdatetime.utcnow()
by @Desiders in #148 - Update
.pre-commit-config.yaml
repos to the latest versions by @Desiders in #153 - Use config
time_to_remove_temp_messages
instead of const time by @Desiders in #156 - Warning if use
!top
with chat ID in groups, handling chat not found exception by @Desiders in #154 - uses pyproject.toml by @bomzheg in #155
- Fix dependencies installation by @Lamroy95 in #162
- Refactoring/chat settings by @Lamroy95 in #161
- Bump tj-actions/changed-files from 39 to 41 in /.github/workflows by @dependabot in #164
- migrate to Postgres by @bomzheg in #165
New Contributors
Full Changelog: 1.6.1...1.7.0