Releases: celestix/gotgproto
GoTGProto v1.0.0-beta20
What's Changed
- updated gotd to latest version
- fixed login errors from v1.0.0-beta19
- fixes #79 by @dev-freelance-ru in #80
- feat: add arguments in SendMedia example . by @AshokShau in #88
- Fix: 2fa auth flow hooks by @HoracePeng in #91
- fix forwardmessages by @gautamajay52 in #93
- feat(ext): DeleteMessages support private chats by @Jisin0 in #100
New Contributors
- @dev-freelance-ru made their first contribution in #80
- @AshokShau made their first contribution in #88
- @HoracePeng made their first contribution in #91
- @gautamajay52 made their first contribution in #93
- @Jisin0 made their first contribution in #100
Full Changelog: v1.0.0-beta18...v1.0.0-beta20
GoTGProto v1.0.0-beta19
What's Changed
- fixes #79 by @dev-freelance-ru in #80
- feat: add arguments in SendMedia example . by @AshokShau in #88
- Fix: 2fa auth flow hooks by @HoracePeng in #91
- fix forwardmessages by @gautamajay52 in #93
- feat(ext): DeleteMessages support private chats by @Jisin0 in #100
- feat: improve session / peer storate & refactor auth flow by @Davincible in #97
- feat: bump up gotd to latest version
New Contributors
- @dev-freelance-ru made their first contribution in #80
- @AshokShau made their first contribution in #88
- @HoracePeng made their first contribution in #91
- @gautamajay52 made their first contribution in #93
- @Jisin0 made their first contribution in #100
- @Davincible made their first contribution in #97
Full Changelog: v1.0.0-beta18...v1.0.0-beta19
GoTGProto v1.0.0-beta18
fix: nil effective user for private chats
fix: instable peer caching and handling
fix invalid implementation of RetryPassword hook
feat: auth status events and retry mechanism for phone and otp input
feat: add filter.Message.ChatType
add a flag to disable automatic auth flow
fix: default empty session file name for string session constructors
optimize web auth api example for concurrent auths
add an interface for client type
bump up gotd
fix: bot login not working
Full Changelog: v1.0.0-beta17...v1.0.0-beta18
GoTGProto v1.0.0-beta17
What's Changed
- Add support for logging in using tdesktop session data (TDATA) in #58
- fix:
FILE_REFERENCE_EXPIRED
in ctx.DownloadMedia by @TeaDove in #62 - Add support for using any SQL dialector (Now you can use database of your choice like postgres, sqlite, etc)
- fix: EffectiveUser not getting populated for update types other than message.
Full Changelog: v1.0.0-beta16...v1.0.0-beta17
GoTGProto v1.0.0-beta16
What's Changed
- add web auth example by @Emanxu in #49
- Fixed ctx random seed to nanosecond to prevent the randomID generated… by @DukeAnn in #50
- Docs: add floodwaiter example by @TeaDove in #51
- support single styling.StyledTextOption by @CoiaPrant233 in #52
New Contributors
- @Emanxu made their first contribution in #49
- @DukeAnn made their first contribution in #50
- @TeaDove made their first contribution in #51
- @CoiaPrant233 made their first contribution in #52
Full Changelog: v1.0.0-beta15...v1.0.0-beta16
GoTGProto v1.0.0-beta15
What's Changed
- Fix
client.ExportStringSession()
and addRunMiddleware
field to client. by @KoNekoD in #41 - Add an optional field to specify custom Context by @KoNekoD in #44
- Bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #47
- Add an interface for AuthConversation by @celestix in #46
- Add missing fields to
gotgproto.Client
fromtelegram.Client
by @celestix in #48
Full Changelog: v1.0.0-beta14...v1.0.0-beta15
GoTGProto v1.0.0-beta14
What's Changed
- Wrap session.Session around session data before exporting by @KoNekoD in #33
- fix: ability to use dc resolver by @KoNekoD in #35
- Update markdown.go by @jimpo26 in #36
- Fix bug in retrieving replyTo messages and added flag to retrieve entire reply chain by @jimpo26 in #37
- Redesign session initialization system by @celestix in #38
- use pure go sqlite driver by @EverythingSuckz in #40
New Contributors
- @jimpo26 made their first contribution in #36
- @EverythingSuckz made their first contribution in #40
Full Changelog: v1.0.0-beta13...v1.0.0-beta14
GoTGProto v1.0.0-beta13
- Updated to GoTD to v0.88.0 (Layer 164)
- Redesigned session initialization (Now supports logging in with just string session in memory as well as session file)
- Added
Middlewares
andDevice
fields toClientOpts
ForwardMediaGroup
won't omit error now
Full Changelog: v1.0.0-beta10...v1.0.0-beta13
GoTGProto v1.0.0-beta12
What's Changed
Full Changelog: v1.0.0-beta11...v1.0.0-beta12
GoTGProto v1.0.0-beta11
What's Changed
- [ImgBot] Optimize images (#1) by @annihilatorrrr in #24
- improved sessionName + NewClient + InMemorySessionName by @KoNekoD in #30
New Contributors
- @annihilatorrrr made their first contribution in #24
- @KoNekoD made their first contribution in #30
Full Changelog: v1.0.0-beta10...v1.0.0-beta11