Releases: celestix/gotgproto
Releases · celestix/gotgproto
GoTGProto v1.0.0-beta08
Full Changelog: anonyindian/gotgproto@v1.0.0-beta06...v1.0.0-beta08
GoTGProto v1.0.0-beta07
Full Changelog: anonyindian/gotgproto@v1.0.0-beta06...v1.0.0-beta07
GoTGProto v1.0.0-beta06
Full Changelog: anonyindian/gotgproto@v1.0.0-beta05...v1.0.0-beta06
v1.0.0-beta05
What's Changed
- Omit redundant control flow by @deepsource-autofix in https://github.com/anonyindian/gotgproto/pull/7
- Types of function parameters can be combined by @deepsource-autofix in https://github.com/anonyindian/gotgproto/pull/8
- Fix check for empty string by @deepsource-autofix in https://github.com/anonyindian/gotgproto/pull/9
- Unused parameter should be replaced by underscore by @deepsource-autofix in https://github.com/anonyindian/gotgproto/pull/10
- Fix unused method receiver by @deepsource-autofix in https://github.com/anonyindian/gotgproto/pull/11
New Contributors
- @deepsource-autofix made their first contribution in https://github.com/anonyindian/gotgproto/pull/7
Full Changelog: anonyindian/gotgproto@v1.0.0-beta04...v1.0.0-beta05
v1.0.0-beta04
GoTGProto v1.0.0-beta04
- fix nil message returned when message is sent at private chats
- add ChatMemberUpdated handler and filters
- fix PendingJoinRequests filters
- Add GetMessages helper function
Full Changelog: anonyindian/gotgproto@v1.0.0-beta03...v1.0.0-beta04
v1.0.0-beta03
GoTGProto v1.0.0-beta03
What's Changed
- fix compilation error while building source with handlers package imported
- add copyright header print
- allow to sign in through phone number as input if not provided
- fix a typo in readme
Full Changelog: anonyindian/gotgproto@v1.0.0-beta02...v1.0.0-beta03
v1.0.0-beta02
This release makes the helpers more easy to use and some more fixes and additions.
What's Changed
- Added regex filter for messages by @Nksama in https://github.com/anonyindian/gotgproto/pull/1
- Added New Mention function in parsemode helpers
- Send helpers now return tg.Message struct instead of tg.UpdatesClass
- New helper for editing a message
New Contributors
- @Nksama made their first contribution in https://github.com/anonyindian/gotgproto/pull/1
Full Changelog: anonyindian/gotgproto@v1.0.0-beta01...v1.0.0-beta02
First beta release
v1.0.0-beta01 Add readme and a few more changes