-
Notifications
You must be signed in to change notification settings - Fork 1k
0.3.82 changelog #1353
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
0.3.82 changelog #1353
Conversation
WalkthroughAdds a new changelog entry describing editor updates: segments gain a Speed option (changing speed currently mutes audio), a revamped Crop UI/area selection, and bug fixes for macOS recording errors and editor audio distortion. Changes
Sequence Diagram(s)sequenceDiagram
participant User as User
participant Editor as Editor UI
participant Segment as Clip Segment
participant Audio as Audio Engine
rect rgba(135,206,235,0.12)
Note right of Editor: New Speed control in segment inspector
end
User->>Editor: Open clip segment
Editor->>Segment: Show properties (including Speed)
User->>Segment: Adjust Speed
Segment->>Audio: send speed change event
Audio-->>Segment: (currently) mute audio on speed change
Segment-->>Editor: update timeline render
sequenceDiagram
participant User as User
participant AreaSelect as Area Select UI
participant CropEditor as Crop Editor
rect rgba(144,238,144,0.12)
Note right of AreaSelect: Redesigned, smoother interactions
end
User->>AreaSelect: Drag/select crop area
AreaSelect->>CropEditor: emit area coordinates
CropEditor->>Editor: apply crop preview and commit
Editor-->>User: updated preview and handles
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
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. Comment |
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: 1
🧹 Nitpick comments (1)
apps/web/content/changelog/81.mdx (1)
4-4: Use ISO 8601 date format for consistency.The date format
"2025-11-5"is non-standard. Use"2025-11-05"to match ISO 8601 conventions and avoid potential parsing inconsistencies.-publishedAt: "2025-11-5" +publishedAt: "2025-11-05"
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
apps/web/content/changelog/81.mdx(1 hunks)
🧰 Additional context used
🪛 LanguageTool
apps/web/content/changelog/81.mdx
[grammar] ~11-~11: Ensure spelling is correct
Context: ...d some recordings should no longer look distored in the Editor
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Analyze (rust)
🔇 Additional comments (1)
apps/web/content/changelog/81.mdx (1)
6-6: Clarify the empty image field.The
image:field is empty. Confirm whether this is intentional or if an image asset should be referenced for this changelog entry.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Summary by CodeRabbit
New Features
Bug Fixes