[PR #46] [MERGED] 0.8.0 pre release updates #598

Closed
opened 2026-03-02 23:48:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/46
Author: @aome510
Created: 6/1/2022
Status: Merged
Merged: 6/1/2022
Merged by: @aome510

Base: masterHead: 0.8.0-pre-release


📝 Commits (4)

  • a9be3d7 update the default keybindings
  • d8d51b0 update error messages when retrieving the page state
  • a2774c5 add more info (such as artist, owner, etc) to some Spotify items
  • 63ef001 update dependencies

📊 Changes

10 files changed (+285 additions, -285 deletions)

View changed files

📝 Cargo.lock (+220 -222)
📝 README.md (+3 -3)
📝 spotify_player/Cargo.toml (+6 -6)
📝 spotify_player/src/auth.rs (+13 -7)
📝 spotify_player/src/config/keymap.rs (+3 -3)
📝 spotify_player/src/state/model.rs (+14 -13)
📝 spotify_player/src/streaming.rs (+1 -1)
📝 spotify_player/src/ui/mod.rs (+2 -7)
📝 spotify_player/src/ui/page.rs (+19 -19)
📝 spotify_player/src/ui/popup.rs (+4 -4)

📄 Description

Changes

  • updated dependencies
  • added more information when rendering Spotify items
    • added owner for playlist
    • added artists for album
  • small UI tweaks

Breaking changes

  • modified the default shortcuts for SelectNextOrScrollDown, SelectPreviousOrScrollUp, and PreviousPage commands

🔄 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/46 **Author:** [@aome510](https://github.com/aome510) **Created:** 6/1/2022 **Status:** ✅ Merged **Merged:** 6/1/2022 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `0.8.0-pre-release` --- ### 📝 Commits (4) - [`a9be3d7`](https://github.com/aome510/spotify-player/commit/a9be3d708e27f40d845081fea51afdf45676deb2) update the default keybindings - [`d8d51b0`](https://github.com/aome510/spotify-player/commit/d8d51b04dda5aae89ceaea2452d1948e2632ed6c) update error messages when retrieving the page state - [`a2774c5`](https://github.com/aome510/spotify-player/commit/a2774c52bd67dd9a9c43c7244cedbbb9257b9ba2) add more info (such as artist, owner, etc) to some Spotify items - [`63ef001`](https://github.com/aome510/spotify-player/commit/63ef001cf013c4a94332038e66a406706c4d5ca2) update dependencies ### 📊 Changes **10 files changed** (+285 additions, -285 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+220 -222) 📝 `README.md` (+3 -3) 📝 `spotify_player/Cargo.toml` (+6 -6) 📝 `spotify_player/src/auth.rs` (+13 -7) 📝 `spotify_player/src/config/keymap.rs` (+3 -3) 📝 `spotify_player/src/state/model.rs` (+14 -13) 📝 `spotify_player/src/streaming.rs` (+1 -1) 📝 `spotify_player/src/ui/mod.rs` (+2 -7) 📝 `spotify_player/src/ui/page.rs` (+19 -19) 📝 `spotify_player/src/ui/popup.rs` (+4 -4) </details> ### 📄 Description ## Changes - updated dependencies - added more information when rendering Spotify items + added `owner` for `playlist` + added `artists` for `album` - small UI tweaks ## Breaking changes - modified the default shortcuts for `SelectNextOrScrollDown`, `SelectPreviousOrScrollUp`, and `PreviousPage` commands --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:48:58 +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#598
No description provided.