mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #421] [MERGED] Better clipboard support #1695
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1695
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/421
Author: @aome510
Created: 4/21/2024
Status: ✅ Merged
Merged: 4/21/2024
Merged by: @aome510
Base:
master← Head:better-clipboard-support📝 Commits (6)
003f6deremovecopy_commandandpaste_commandconfig options67451f2addwhichcratef85e213addevent::clipboardmodule8f57774integrate clipboard provider to handle copy/pastea15548badd window clipboard912d394fix lint for windows📊 Changes
8 files changed (+233 additions, -121 deletions)
View changed files
📝
Cargo.lock(+44 -0)📝
docs/config.md(+32 -40)📝
examples/app.toml(+0 -7)📝
spotify_player/Cargo.toml(+4 -0)📝
spotify_player/src/config/mod.rs(+13 -36)➕
spotify_player/src/event/clipboard.rs(+121 -0)📝
spotify_player/src/event/mod.rs(+8 -8)📝
spotify_player/src/event/popup.rs(+11 -30)📄 Description
Context for the PR: https://github.com/aome510/spotify-player/issues/393#issuecomment-2066613724
Breaking changes
copy_commandandpaste_commandconfig optionsChanges
whichcrate andclipboard-wincrate (for windows)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.