Release 2026 beta jun - #324
Conversation
📝 WalkthroughWalkthroughContextMenuPlugin now calls Changes0.2.0 Release - UI Fixes and Flatpak Infrastructure
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@packages/app/package.json`:
- Line 6: The Flatpak distribution metadata is out of sync with the version bump
from 0.1.3 to 0.2.0 in package.json. Update the release version in
app.deepink.Deepink.metainfo.xml from "0.1.3-preview.1" to "0.2.0" in the
release element. In app.deepink.Deepink.yaml, update the source URL from the
v0.1.3 release artifact to the corresponding v0.2.0 release artifact path
(changing "v0.1.3/deepink-linux-x64-0.1.3.zip" to the v0.2.0 equivalent), and
update the sha256 checksum to match the new v0.2.0 release archive. These
changes ensure the Flatpak builder will fetch and build against the correct
version.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: d0ddf719-3908-4456-8de7-df71467ff636
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (3)
packages/app/package.jsonpackages/app/src/features/NoteEditor/RichEditor/plugins/ContextMenu/ContextMenuPlugin.tsxpackages/app/src/features/NoteEditor/RichEditor/plugins/ContextMenu/components/ObjectPropertiesEditor.tsx
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@packages/app/scripts/flathub/Makefile`:
- Around line 39-42: The rclone copy command on line 42 only adds or updates
files from the remote to the local repository but does not remove stale local
files that are no longer in the remote. This causes the subsequent rclone sync
operation on line 34 to republish these stale local artifacts back to the
remote, drifting the remote state. Replace rclone copy with rclone sync on line
42 to ensure the local repository exactly matches the remote state, removing any
stale files before the later sync operation pushes to remote.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 9a54e95d-ec4d-4f8d-ab79-55539a3d5b7a
📒 Files selected for processing (4)
packages/app/scripts/flathub/Makefilepackages/app/scripts/flathub/README.mdpackages/app/scripts/flathub/app.deepink.Deepink.metainfo.xmlpackages/app/scripts/flathub/app.deepink.Deepink.yaml
✅ Files skipped from review due to trivial changes (3)
- packages/app/scripts/flathub/README.md
- packages/app/scripts/flathub/app.deepink.Deepink.yaml
- packages/app/scripts/flathub/app.deepink.Deepink.metainfo.xml
Summary by CodeRabbit