Releases: ycj3/agora-chat-cli
Releases · ycj3/agora-chat-cli
v0.6.0
What's Changed
- feat(CLI): Support for APNs and FCM Push Notifications by @ycj3 in #16
- feat(CLI): Support for querying group details by @ycj3 in #17
Full Changelog: v0.5.2...v0.6.0
v0.5.2
What's Changed
- refactor: Add logic to handle the response from FCM/APNs by @ycj3 in #15
Full Changelog: v0.5.1...v0.5.2
v0.5.0
What's Changed
- feat: Add support to allow create an app with the env token by @ycj3 in #13
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Add support to test push directly on FCM by @ycj3 in #11
- feat: add text, command, location, custom message implementation by @ycj3 in #12
Full Changelog: v0.3.3...v0.4.0
v0.3.2
What's Changed
- refactor: Make Client used at CLI level
- fix: Handle client error
v0.1.0
Features
- feat/token builder by @CarlsonYuan in #1
- feat/push notification by @CarlsonYuan in #2
- feat: query user online statuses by @CarlsonYuan in #3
- feat: add log upload command by @CarlsonYuan in #5
- refactor: abstract the
Client
struct into an interface by @CarlsonYuan in #7
- add tests by @CarlsonYuan in #8
- feat: add support for generating application tokens by @ycj3 in #9