This repository has been archived by the owner on May 10, 2024. It is now read-only.
Releases: Nukesor/sticker-finder
Releases · Nukesor/sticker-finder
v2.1.0
[2.1.0] - 2020-08-04
Changed
- SIGNIFICANTLY improve query speed by utilizing PTB's integrated cache.
- Migrate all long texts to a yaml and add a i18n library.
- Remove legacy telegram call wrapper
- Significantly improve error handling
- Switch to Sentry's new official sdk
Fixed
- A bug where fuzzy search didn't work, if no strict results were previously found.
- Refactoring errors that were introduced when convering a class to an enum.
v2.0.0
[2.0.0] - 2020-07-30
THIS RELEASE INTRODUCES BREAKING CHANGES
This is the first real release in quite a while.
The project really didn't follow semantical versioning and there weren't even real releases for the last versions.
The project will now stick to the semver standard and keep the changelog up-to-date.
Added
- Support for animated stickers.
- Flag that allows to run the bot in private mode.
- Flag to automatically accept new sticker sets.
- Flag to restrict inline search to authorized users.
Changed
- Use Black for code formatting.
Fixed
- Finally support new
file_id
andfile_unique_id
format recently introduced by Telegram. - Updated to new python-telegram-bot version.
- Fixed serial usage for unique sticker ids.