-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat: Unified Downloader + Taskbar Widget + Audio Visualizer #4350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
9e328a3
188b8cb
2274d04
0f8f005
948babb
231b47a
bc0152b
bea76ca
af83790
1afa844
a25cabf
59865a2
9a441a1
4fc110f
743dee8
7ff2d1a
9017f04
bb3f3af
bdc2131
876dbd7
28e6817
66cb0d7
a113d77
1676539
380e851
59a7dc1
1e654c0
1141eca
216d0b1
f3e0614
6f9770e
fa020fc
d35d00b
28e7b1c
f2004f0
79be979
38db9b7
8e7cd36
0c86df5
5b2e209
7c7daec
c72522a
52dec5a
28db3ca
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| node_modules | ||
| /dist | ||
| /pack | ||
| package-lock.json | ||
| .vscode/settings.json | ||
| .idea | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -89,6 +89,7 @@ | |
| "bgutils-js": "3.2.0", | ||
| "butterchurn": "3.0.0-beta.5", | ||
| "butterchurn-presets": "3.0.0-beta.4", | ||
| "chalk": "^5.6.2", | ||
| "chinese-conv": "^4.0.0", | ||
| "color": "5.0.3", | ||
| "conf": "15.1.0", | ||
|
|
@@ -145,6 +146,7 @@ | |
| "@playwright/test": "1.58.2", | ||
| "@stylistic/eslint-plugin": "5.7.1", | ||
| "@total-typescript/ts-reset": "0.6.1", | ||
| "@types/chalk": "^2.2.4", | ||
|
Comment on lines
146
to
+149
|
||
| "@types/electron-localshortcut": "3.1.3", | ||
| "@types/howler": "2.2.12", | ||
| "@types/html-to-text": "9.0.4", | ||
|
|
@@ -185,4 +187,4 @@ | |
| "unreleased": true, | ||
| "output": "changelog.md" | ||
| } | ||
| } | ||
| } | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new README header contains fork-specific instructions and links to a different repository (pear-devs/pear-desktop). This looks unrelated to the features in this PR and could confuse users of this repo. Consider moving fork maintenance notes to a separate document (or removing them) so README stays project-focused.