Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions extensions/soundboard/.eslintrc.json

This file was deleted.

6 changes: 5 additions & 1 deletion extensions/soundboard/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ raycast-env.d.ts
.swiftpm
compiled_raycast_swift
compiled_raycast_rust

# Rust build artifacts
rust/target
# misc
.DS_Store

/.idea/
/.idea/
.vscode
7 changes: 7 additions & 0 deletions extensions/soundboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Soundboard Changelog

## [Enhancement] - {PR_MERGE_DATE}

- Add support for Windows platform using Rust
- Add Stop action for currently playing sounds
- Add icons for sound entries
- Bump all dependencies to the latest

## [Enhancement] - 2026-01-09

- Added "Close the Raycast window after triggering a sound" option to preferences
Expand Down
4 changes: 4 additions & 0 deletions extensions/soundboard/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { defineConfig } from "eslint/config";
import raycastConfig from "@raycast/eslint-config";

export default defineConfig([...raycastConfig]);
Loading
Loading