Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
68e1e3c
feat(ui): add smooth blinking cursor and remove preview SVGs
pseudoshell Aug 10, 2026
07ef9a5
1.9.1
pseudoshell Aug 11, 2026
34f9c93
fix(package): normalize bin script path to avoid npm publish warning
pseudoshell Aug 11, 2026
d328b90
feat(notifications): add native OS desktop alerts on download completion
pseudoshell Aug 11, 2026
dab9726
fix(notifications): encode powershell script and use registered AppID…
pseudoshell Aug 11, 2026
ccd6cc8
feat(notifications): add native macOS and Linux notification support …
pseudoshell Aug 11, 2026
a31b4df
fix(notifications): sanitize XML special characters and parentheses f…
pseudoshell Aug 11, 2026
1e8e4c1
feat(cli): add notify-test subcommand for instant cross-platform desk…
pseudoshell Aug 11, 2026
3e5cc1b
fix(notifications): use System.Windows.Forms NotifyIcon balloon tip a…
pseudoshell Aug 11, 2026
3834caf
fix(notifications): spawn notification processes detached so short-li…
pseudoshell Aug 11, 2026
2404e64
feat(notifications): trigger desktop notifications on download start …
pseudoshell Aug 11, 2026
bb5c59f
fix(notifications): use Windows.SystemToast.Notification AppID for re…
pseudoshell Aug 11, 2026
d3a774d
feat(ui): add retro loader animations (Retro Cassette, CRT Scanline, …
pseudoshell Aug 11, 2026
ae6a6d2
feat(ui): add Retro Pac-Man spinner, keep CRT Scanline, and remove ca…
pseudoshell Aug 11, 2026
222fca2
feat(ui): update Pac-Man loader to stationary chomper eating incoming…
pseudoshell Aug 11, 2026
b52788e
feat(ui): update Dot Matrix LED spinner with a 25-dot wave animation …
pseudoshell Aug 11, 2026
3484f3b
fix(test): update test assertion for matrix-dot preset
pseudoshell Aug 11, 2026
0a85745
fix(ui): remove matrix-dot preset; keep CRT Scanline and classic retr…
pseudoshell Aug 11, 2026
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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "torhunt",
"version": "1.9.0",
"version": "1.9.1",
"description": "A sleek, zero-setup torrent finder and downloader that lives right in your terminal.",
"type": "module",
"bin": {
"torhunt": "./dist/cli.cjs"
"torhunt": "dist/cli.cjs"
},
"files": [
"dist",
"preview",
"scripts/ensure-webrtc.cjs"
],
"engines": {
Expand Down
125 changes: 0 additions & 125 deletions preview/browse.svg

This file was deleted.

Loading
Loading