-
Notifications
You must be signed in to change notification settings - Fork 43
chore(ui): Add version 0.9.6 to changelog #997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughA new entry for version 0.9.6 was added to the changelog of the stream_video_flutter package. This documents the introduction of the handleCallInterruptionCallbacks method in the RtcMediaDeviceNotifier class, which manages system audio interruptions, and provides a link to related documentation. Changes
Possibly related PRs
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
packages/stream_video_flutter/CHANGELOG.md (2)
13-13
: Minor grammar improvement“handle system audio interruption like incoming calls” → “interruptions such as incoming calls” reads a bit more naturally.
-* Added `handleCallInterruptionCallbacks` method to `RtcMediaDeviceNotifier` that provides an option to handle system audio interruption like incoming calls, or other media playing. +* Added `handleCallInterruptionCallbacks` method to `RtcMediaDeviceNotifier`, providing an option to handle system-audio interruptions such as incoming calls or other media playback.
16-17
: Spelling & punctuation fixes“qualit” is missing a “y”, and adding a comma improves readability.
- * (iOS) Added overlay with participant name, microphone indicator and connection qualit indicator. + * (iOS) Added overlay with participant name, microphone indicator, and connection quality indicator.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
packages/stream_video_flutter/CHANGELOG.md
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (8)
- GitHub Check: stream_video
- GitHub Check: stream_video_push_notification
- GitHub Check: stream_video_flutter
- GitHub Check: stream_video_noise_cancellation
- GitHub Check: stream_video_screen_sharing
- GitHub Check: build
- GitHub Check: analyze
- GitHub Check: analyze_legacy_version
🔇 Additional comments (1)
packages/stream_video_flutter/CHANGELOG.md (1)
10-14
: Changelog section added as intended – ✅The new
0.9.6
section clearly separates previously unreleased content and matches the PR’s objective.
No structural issues spotted.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #997 +/- ##
=====================================
Coverage 3.14% 3.14%
=====================================
Files 572 572
Lines 38553 38553
=====================================
Hits 1214 1214
Misses 37339 37339 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🎯 Goal
Fix changelog
🛠 Implementation details
0.9.6 is missing, so everything that's actually unreleased is now separated from 0.9.6
☑️Contributor Checklist
General
☑️Reviewer Checklist
Summary by CodeRabbit