Skip to content

Commit 6a99ea9

Browse files
Merge pull request #37 from iamsrikanthnani/release/v0.1.3
Release/v0.1.3 - Fixes
2 parents 50180b5 + aea6669 commit 6a99ea9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2442
-617
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: 🐛 Bug Report
2+
description: Report a bug or unexpected behavior
3+
title: "[BUG] "
4+
labels: ["bug"]
5+
assignees: "iamsrikanthnani"
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
## 🐛 Bug Report
11+
12+
**Before submitting:**
13+
- [x] I have searched for similar issues and didn't find a duplicate
14+
- [x] I have tried the latest version of Pluely
15+
16+
- type: dropdown
17+
id: platform
18+
attributes:
19+
label: Platform
20+
description: Which operating system are you using?
21+
options:
22+
- macOS
23+
- Windows
24+
- Linux
25+
validations:
26+
required: true
27+
28+
- type: input
29+
id: version
30+
attributes:
31+
label: Pluely Version
32+
description: What version of Pluely are you using?
33+
placeholder: "e.g., 0.1.3"
34+
validations:
35+
required: true
36+
37+
- type: textarea
38+
id: description
39+
attributes:
40+
label: Description
41+
description: Please describe the bug in detail
42+
placeholder: "Describe the issue you're experiencing..."
43+
validations:
44+
required: true
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: ✨ Feature Request
2+
description: Suggest a new feature or enhancement
3+
title: "[FEATURE] "
4+
labels: ["enhancement"]
5+
assignees: "iamsrikanthnani"
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
## ✨ Feature Request
11+
12+
**Before submitting:**
13+
- [x] I have searched for similar feature requests and didn't find a duplicate
14+
- [x] This feature would benefit other users, not just me
15+
- [x] I understand this is a suggestion and may not be implemented
16+
17+
- type: dropdown
18+
id: priority
19+
attributes:
20+
label: Priority
21+
description: How important is this feature to you?
22+
options:
23+
- Nice to have
24+
- Would be helpful
25+
- Important for my workflow
26+
- Critical for my use case
27+
- Game-changing / must-have
28+
validations:
29+
required: true
30+
31+
- type: textarea
32+
id: description
33+
attributes:
34+
label: Description
35+
description: Please describe the feature request in detail
36+
placeholder: "Describe the feature you'd like to see..."
37+
validations:
38+
required: true
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: ❓ General Issue
2+
description: For questions, discussions, or issues that don't fit other categories
3+
title: "[GENERAL] "
4+
labels: ["question"]
5+
assignees: "iamsrikanthnani"
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
## ❓ General Issue
11+
12+
**Before submitting:**
13+
- [x] I have searched for similar issues and didn't find a duplicate
14+
- [x] I have read the README and documentation
15+
- [x] I have searched for similar questions/issues
16+
17+
- type: textarea
18+
id: description
19+
attributes:
20+
label: Description
21+
description: Please describe your question or issue
22+
placeholder: "Describe what you need help with..."
23+
validations:
24+
required: true

README.md

Lines changed: 253 additions & 304 deletions
Large diffs are not rendered by default.

SYSTEM_AUDIO_SETUP.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ Your operating system doesn't allow applications to directly capture "system aud
2121

2222
---
2323

24+
## 📋 Prerequisites & Dependencies
25+
26+
**Important**: Before setting up audio capture, ensure all required system dependencies are installed for your platform:
27+
28+
👉 **[Tauri Prerequisites & Dependencies](https://v2.tauri.app/start/prerequisites/)**
29+
30+
This includes essential packages like WebKitGTK (Linux), system libraries, and other dependencies required for Tauri applications to run properly on your operating system.
31+
32+
---
33+
2434
## 🍎 macOS Setup
2535

2636
### Install BlackHole (Recommended)

images/always-on-top.gif

4.83 MB
Loading

images/app-img.gif

1.88 MB
Loading

images/app-img.png

-165 KB
Binary file not shown.

images/claude-setup.gif

3.02 MB
Loading

images/claude.GIF

-3.77 MB
Binary file not shown.

0 commit comments

Comments
 (0)