-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Update cider extension - updated changelog - feat: update endpoints to follow new API and add commands (issue #15910) - Initial commit * updated package-lock and gitignore * Update show-queue.tsx --------- Co-authored-by: Per Nielsen Tikær <per@raycast.com>
- Loading branch information
1 parent
2c6af7b
commit 177b28d
Showing
16 changed files
with
2,705 additions
and
642 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
.idea/ | ||
node_modules/ | ||
package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
# Cider Changelog | ||
|
||
## [New Features & Fixes] - 2025-01-14 | ||
- Fixed all endpoints to follow new API | ||
- Added queue command | ||
- Added favourite command | ||
- Added synced-lyrics command | ||
- Added toasts for better understanding of the situation | ||
- Fixed various bugs | ||
|
||
## [Minor Fix] - 2023-11-22 | ||
- Fixed an invisible error | ||
- Added emojis to the Now Playing command | ||
|
||
## [Initial Version] - 2023-10-23 | ||
## [Initial Version] - 2023-10-23 |
Oops, something went wrong.