Skip to content

Commit

Permalink
Polish Audio Device extension (raycast#10574)
Browse files Browse the repository at this point in the history
* Audio Device: Migrate API to latest

* Audio Device: Polish list items and actions

* Audio Device: Disable lesser used commands by default

* Audio Device: Switch to utils

* Audio Device: Add new version to changelog

* Audio Device: Fix lint issues
  • Loading branch information
thomaspaulmann authored Feb 6, 2024
1 parent 5a89a8c commit 0031f69
Show file tree
Hide file tree
Showing 7 changed files with 255 additions and 447 deletions.
4 changes: 4 additions & 0 deletions extensions/audio-device/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

.raycast-swift-build
.swiftpm
compiled_raycast_swift
7 changes: 7 additions & 0 deletions extensions/audio-device/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Audio Device Changelog

## [Update] - 2024-02-05

- Added green tint color for icon of current input/output device
- Shortened action and toast titles for better readability
- Added icons for all actions
- Disabled some lesser used commands by default

## [Update] - 2023-07-04

- Added the option to create quick-links from audio-devices
Expand Down
Loading

0 comments on commit 0031f69

Please sign in to comment.