Skip to content

fix: use arboard for clipboard#7

Merged
atrtde merged 3 commits intomainfrom
staging
Feb 9, 2026
Merged

fix: use arboard for clipboard#7
atrtde merged 3 commits intomainfrom
staging

Conversation

@atrtde
Copy link
Copy Markdown
Owner

@atrtde atrtde commented Feb 9, 2026

No description provided.

@atrtde atrtde self-assigned this Feb 9, 2026
Copilot AI review requested due to automatic review settings February 9, 2026 15:29
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Feb 9, 2026

Warning

Rate limit exceeded

@atrtde has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 5 minutes and 39 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch staging

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR switches the project’s clipboard implementation from the clipboard crate to arboard, updating the clipboard write call accordingly and recording the change in the changelog.

Changes:

  • Replaced clipboard dependency with arboard in Cargo dependencies.
  • Updated copy_to_clipboard to use arboard::Clipboard and set_text.
  • Added a new changelog entry describing the dependency swap.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

File Description
src/clipboard.rs Migrates clipboard write implementation to arboard.
Cargo.toml Swaps the clipboard dependency from clipboard to arboard.
Cargo.lock Updates lockfile to reflect the new dependency graph.
CHANGELOG.md Documents the clipboard backend dependency change.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md

All notable changes to this project will be documented in this file.

## 1.7.2 - 2026-02-09
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CHANGELOG introduces a 1.7.2 entry, but Cargo.toml still declares package version 1.7.1. This will make the crate version and changelog diverge; bump the Cargo.toml version (or adjust the changelog entry) so they stay in sync.

Suggested change
## 1.7.2 - 2026-02-09
## Unreleased

Copilot uses AI. Check for mistakes.
Comment thread CHANGELOG.md
@atrtde atrtde merged commit 35506d5 into main Feb 9, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants