[PR #308] [MERGED] Pre release v0.16.0 #1651

Closed
opened 2026-03-14 15:25:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/308
Author: @aome510
Created: 12/3/2023
Status: Merged
Merged: 12/3/2023
Merged by: @aome510

Base: masterHead: pre-release-0.16.0


📝 Commits (7)

📊 Changes

11 files changed (+899 additions, -544 deletions)

View changed files

📝 .dir-locals.el (+1 -1)
📝 .github/workflows/ci.yml (+1 -1)
📝 Cargo.lock (+863 -518)
📝 README.md (+7 -2)
📝 spotify_player/Cargo.toml (+15 -14)
📝 spotify_player/src/client/mod.rs (+1 -0)
📝 spotify_player/src/command.rs (+2 -0)
📝 spotify_player/src/config/keymap.rs (+1 -0)
📝 spotify_player/src/event/mod.rs (+5 -2)
📝 spotify_player/src/main.rs (+2 -4)
📝 spotify_player/src/ui/mod.rs (+1 -2)

📄 Description

  • update dependencies
  • bump app's version to 0.16.0
  • add clipboard feature
  • replace unmaintained clipboard crate with copypasta crate

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/308 **Author:** [@aome510](https://github.com/aome510) **Created:** 12/3/2023 **Status:** ✅ Merged **Merged:** 12/3/2023 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `pre-release-0.16.0` --- ### 📝 Commits (7) - [`0832f87`](https://github.com/aome510/spotify-player/commit/0832f873edf1f91d2c019e80cf849b0542644c59) update dependencies - [`ea34e8d`](https://github.com/aome510/spotify-player/commit/ea34e8df4aedcba0e4d774b921e3d8b9d5079a4c) bump app's version to 0.16.0 - [`c79f19b`](https://github.com/aome510/spotify-player/commit/c79f19bf6f1f7874c406c33ecf2b6e3da5363043) add `clipboard` feature - [`4f300bb`](https://github.com/aome510/spotify-player/commit/4f300bb0459049daae221b42101cce5ca0087eda) update README - [`b59f453`](https://github.com/aome510/spotify-player/commit/b59f4537309c39060ad02e46872c3ca1ee54d30d) update `ci` - [`3aa4821`](https://github.com/aome510/spotify-player/commit/3aa48211eaf8ea0ef65b314e7f1f515aa1cda283) use `copypasta` crate to replace `clipboard` - [`45d189d`](https://github.com/aome510/spotify-player/commit/45d189d695fb20fa5590491ae4966677c4fa2022) downgrade `windows` to `0.44.0` ### 📊 Changes **11 files changed** (+899 additions, -544 deletions) <details> <summary>View changed files</summary> 📝 `.dir-locals.el` (+1 -1) 📝 `.github/workflows/ci.yml` (+1 -1) 📝 `Cargo.lock` (+863 -518) 📝 `README.md` (+7 -2) 📝 `spotify_player/Cargo.toml` (+15 -14) 📝 `spotify_player/src/client/mod.rs` (+1 -0) 📝 `spotify_player/src/command.rs` (+2 -0) 📝 `spotify_player/src/config/keymap.rs` (+1 -0) 📝 `spotify_player/src/event/mod.rs` (+5 -2) 📝 `spotify_player/src/main.rs` (+2 -4) 📝 `spotify_player/src/ui/mod.rs` (+1 -2) </details> ### 📄 Description - update dependencies - bump app's version to `0.16.0` - add `clipboard` feature - replace unmaintained `clipboard` crate with `copypasta` crate --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:25:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#1651
No description provided.