- Apr 18, 2026
- Date parsed from source:Apr 18, 2026
- First seen by Releasebot:Apr 18, 2026
decypharr v2.2
decypharr shares the full changelog for v2.1 to v2.2.
Full Changelog: v2.1...v2.2
Original source - Apr 15, 2026
- Date parsed from source:Apr 15, 2026
- First seen by Releasebot:Apr 16, 2026
decypharr v2.1
decypharr releases improved dashboard stability and download handling, adds file-based filter types for custom folders, and brings Torbox multipart downloads. It also includes qBittorrent delete handling fixes and other backend refinements.
What's Changed
- fix: prevent NaN/Inf progress values from breaking the dashboard by @ioeldev in #220
- Add file-based filter types for custom folders by @mash2k3 in #228
- fix(qbit): return 200 on delete of unknown torrent hash by @ioeldev in #223
- fix: improve torbox downloads and stability by @QuinsZouls in #239
- Revert "fix: improve torbox downloads and stability" by @sirrobot01 in #242
- Feat/torbox multipart download by @sirrobot01 in #243
New Contributors
- @ioeldev made their first contribution in #220
- @mash2k3 made their first contribution in #228
- @QuinsZouls made their first contribution in #239
Full Changelog: v2.0...v2.1
Original source All of your release notes in one feed
Join Releasebot and get updates from sirrobot01 and hundreds of other software products.
- Apr 10, 2026
- Date parsed from source:Apr 10, 2026
- First seen by Releasebot:Apr 11, 2026
decypharr v2.0
decypharr ships v2.0 with hybrid Debrid and Usenet support, a new DFS stack, a rebuilt storage and repair architecture, expanded server and UI features, broader mount options, improved cross-platform builds, and a refreshed docs site, plus major stability and performance work.
Decypharr v2.0
Highlights
Added true hybrid Debrid + Usenet support, including direct NNTP streaming, NZB parsing/assembly, and a Sabnzbd-compatible API alongside the existing qBittorrent-compatible flow for Arr apps.
Introduced the new DFS stack: a custom Decypharr VFS with adaptive downloaders, chunked disk caching, range tracking, sequential-read optimization, and better playback/start behavior.
Reworked the core manager/storage architecture, replacing large parts of the legacy flow with a unified manager layer and new storage backend.
Added automatic migration from legacy cache JSON data into the new unified storage system.
Rebuilt the repair pipeline with repair v2, queue-based imports, better browse-driven repair actions, and stronger handling for broken or expired links.
Expanded the server and UI significantly with a first-run setup wizard, browse page, global stats, revamped config/download/repair pages, richer APIs, and better auth handling.
Expanded mount options with dfs, embedded rclone, external_rclone, and none, plus stronger Windows/macOS/Linux support.
Reworked release packaging and Docker/build flows for multi-arch releases and bare-metal binaries.
Rebuilt the docs site on Astro/Starlight with updated guides for setup, Arr integration, DFS/Rclone/WebDAV mounting, Usenet, repair, API usage, troubleshooting, and FAQs.
Landed a long stretch of stability and performance work across imports, VFS playback, downloader hiccups, cache sizing/eviction, account switching, RAR/NZB handling, torrent refreshes, and Docker/runtime behavior.
Upgrade Notes
Existing cache JSON data is migrated automatically into the new unified storage layer on startup.
First-run configuration now uses the setup wizard and requires at least one Debrid or Usenet provider.
DFS on Windows now requires WinFsp.
/debug endpoints are now protected when auth is enabled, and the skip-auth flow has extra guardrails.
If you use mounts, review the new mount.type options: dfs, rclone, external_rclone, or none.
Selected Commits
54742ba Finalize the Fenrir work: DFS foundation, Usenet support, major rewrite, and the v2 direction.
45b04ac Wrap up the basic DFS implementation.
70d50dd Implement lightning stream.
0f37686 Add downloader support and duplicate checks.
726f97e Rewrite Arr storage, improve restart behavior, add bw_limit, and support skipping multi-season.
30b2db0 Rewrite account switching.
700d00b Fix setup issues, Arr credential handling, and add file link invalidation.
3dd8009 Start repair v2.
481f9d5 Rework VFS locking, improve repairs and browse, add cross-platform binaries, and update release builds.
820c129 Re-architect DFS for multi-arch/backend support.
a52e56d Fix DFS hangs and add queueing for all imports.
43d811c Wrap up DFS/Usenet implementation.
68a1c38 Rewrite repair implementation and expand browse/stats.
c992e15 Add global stats and fix downloader issues.
afddc46 Harden auth for /debug, guard skip-auth, and improve VFS downloader performance.
24db948 Update docs and fix issues uncovered by the new docs.
Merged PRs / Community Work
- #99 Remove torrent tracker URLs for private tracker downloads.
- #100 Torbox provider improvements.
- #97 AllDebrid WebDAV compatibility and uncached download fixes.
- #98 Allow deleting all bad items in one action.
- #162 Fix WebDAV file removal regression.
- #163 Update version badge link format.
Full History
Full compare: v1.1.6...v2.0
Release tag: https://github.com/sirrobot01/decypharr/releases/tag/v2.0
Original source - Apr 9, 2026
- Date parsed from source:Apr 9, 2026
- First seen by Releasebot:Apr 10, 2026
decypharr v2.0
decypharr ships v2.0 with a full changelog entry.
Full Changelog: v1.1.6...v2.0
Original source - Oct 27, 2025
- Date parsed from source:Oct 27, 2025
- First seen by Releasebot:Mar 14, 2026
v1.1.6
sirrobot01 releases a changelog noting a new torrent tracker URL removal feature for private trackers plus fixes.
Changelog
7af90eb Add feature to remove torrent tracker URLs from torrents for private tracker downloads (#99)
ad394c8 Merge branch 'beta' of github.com:sirrobot01/decypharr into beta
7032cc3 Update version badge link format (#163)
9f9a85d fix gh workflow
207d43b fix issuses with rclone on windows
f21f5ca fix regression in webdav file removal logic (#162)
2712315 hotfix: downloader deleting files with multi-season
7db79e9 minor fixes
1f384ba remove ci/cd test
- Oct 16, 2025
- Date parsed from source:Oct 16, 2025
- First seen by Releasebot:Mar 14, 2026
v1.1.5
sirrobot01 highlights a maintenance-focused changelog with setup, auth, download, and config fixes signaling ongoing stability updates.
Changelog
700d00b - Fix issues with new setup - Fix arr setup getting thr wrong crendentials - Add file link invalidator - Other minor bug fixes
2a4f09c Delete failed download link for next retry
df7979c Fix some minor issues with authentication and qbit auth
726f97e chore: - Rewrite arr storage to fix issues with repair - Fix issues with restarts taking longer than expected - Add bw_limit to rclone config - Add support for skipping multi-season - Other minor bug fixes
b1b6353 fix download_uncached bug
ab485ad hotfix
f93d1a5 minor cleanup
- Oct 1, 2025
- Date parsed from source:Oct 1, 2025
- First seen by Releasebot:Mar 14, 2026
v1.1.4
sirrobot01 unveils a release focused on stability and performance with multi-season imports, memory footprint reductions, enhanced rclone support, batch repairs, a new account-open check worker, post-processing callback URL, and refined download and account switching fixes for smoother operation.
Changelog
- 618eb73 - Add support for multi-season imports - Improve in-memoery storage, whic reduces memory usage - Fix issues with rclone integration
- b0a698f - Imporve memeoery footprint - Add batch processing for arr repairs
- 22dae9e Add a new worker that checks if an account is opened
- 8305848 Add callback URL for post-processing
- f866793 Add more rclone flags, fix minor issues
- aff12c2 Fix Added bug in torrent
- 267cc2d Fix issues with account swutching
- 76f5b85 Fix issues with dir-cache-time, umask and wrongly set gid,uid, add extra vfs options
- eefe8a3 Hotfix for download link generation and account switching
- 85cd37f Revert former beta chnages
- 30b2db0 Rewrote account switching, fix some minor bugs here and there
- d76ca03 hotfix config update
- 8bb786c hotfix nil downloadLink
- 3f0870c torbox: fix pagination bug, fix download uncached bug
- Aug 19, 2025
- Date parsed from source:Aug 19, 2025
- First seen by Releasebot:Mar 14, 2026
v1.1.3
sirrobot01 highlights a hotfix addressing rclone logging flags and a file log fix in the latest changelog.
- Aug 18, 2025
- Date parsed from source:Aug 18, 2025
- First seen by Releasebot:Mar 14, 2026
v1.1.2
sirrobot01 announces a release with expanded rclone support, a new rclone log viewer, enhanced Stats page, and bug fixes including mounting.
Changelog
8696db4 - Add more rclone supports - Add rclone log viewer - Add more stats to Stats page - Fix some minor bugs
e3a249a Fix issues with rclone mounting
- Aug 12, 2025
- Date parsed from source:Aug 12, 2025
- First seen by Releasebot:Mar 14, 2026
v1.1.1
sirrobot01 announces a release with fixes for cache directory issues, navbars responsiveness, non-root user entry support and other minor fixes.
Changelog
- 742d8fb - Fix issues with cache dir - Fix responsiveness issue with navbars - Support user entry for users running as non-root - Other minor fixes
- Aug 10, 2025
- Date parsed from source:Aug 10, 2025
- First seen by Releasebot:Mar 14, 2026
v1.1.0
sirrobot01 delivers a sweeping update introducing mounting support, a new Stats page, qbittorent middleware auth, vfs cache polling, UI refinements, and tailwind-build migration plus rclone updates. Includes numerous bug fixes and stability tweaks for headers, config, and login flows.
Changelog
- 139249a - Add mounting support - Fix minor issues
- afe577b - Fix repair bugs - Minor html/js bugs from new template - Other minor issues
- 1d243dd Add Stats page
- 6c8949b Add auth to qbittorent middleware
- b8b9e76 Add seeders, add Remove selected from debrid button
- c620ba3 Add vfs cache poll interval
- 01615cb Cleanup mounts
- b901bd5 Feature/torbox provider improvements (#100)
- 0dd1efb Final bug fixes
- cb63fc6 Final fix for writeheader
- 9c31ad2 Fix config.html
- a60d936 Fix config.html
- 74615a8 Fix config.js
- 6fb54d3 Fix dockerignore
- a0e9f7f Fix issues with exit code on windows, fix gh-docs
- 40755fb Fix issues with headers
- d0ae839 Fix issues with headers
- b4efa22 Fix issues with no gobal config
- eba24c9 Fix issues with rclone setup
- 7c8156e Fix nil map
- 8c56e59 Fix some UI bugs; colors etc
- ce97277 Fix superflous header issue
- 3d2fcf5 Fix superflous header, other minor bugs
- 4be4f6b Merge branch 'beta'
- 6f9fafd Migrate to full rclone rcd
- cf61546 Move to tailwind-build instead of CDNs
- c72867f Testing a new UI
- 3aeb806 Wrap up 1.1.0
- d8a963f fix failed cache dir
- 27e7bc8 fix failed cache dir
- 6044022 hotfix login and registration
- fab3a7e minor fixes, change help text
- Jul 9, 2025
- Date parsed from source:Jul 9, 2025
- First seen by Releasebot:Mar 14, 2026
v1.0.5
sirrobot01 releases a changelog with bug fixes, a new repair strategy, and a single button to delete all bad items, signaling functional updates.
Changelog
- c0aa4ea Fix modtime bug
- c7b0713 Fix repair bug
- fa6920f Merge branch 'beta'
- 8d09261 Update stream client; Add repair strategy
- f656b7e feat: Allow deleting all bad with a single button (#98)
- 2c90e51 fix playback issues
- dba5604 fix refresh rclone http client
- dec7d93 fix streaming
- a4ee097 fix: AllDebrid webdav compatibility, and uncached downloads (#97)
- Jun 26, 2025
- Date parsed from source:Jun 26, 2025
- First seen by Releasebot:Mar 14, 2026
v1.0.4
sirrobot01 announces a release featuring repair and download rate limit, per-torrent repair improvements and hotfixes.
Changelog
- a3e698e Add repair and download rate limit
- e123a2f Hotfix issues with 1.0.3
- ab12610 Merge branch 'beta'
- 8170515 Move to per-torrent repair; Fix issues issues with adding torrents
- cee0e20 hotfix repair and download rate limit
- 1d19be9 hotfix repair html table
- Jun 23, 2025
- Date parsed from source:Jun 23, 2025
- First seen by Releasebot:Mar 14, 2026
v1.0.3
sirrobot01 rolls out a fresh update with deeper stats and new torrent ingest endpoints, issue templates, removal of stalled torrents, multi-download API tokens, a revamped architecture, health checks, queueing, Debrid support, and notable repairs and fixes for reliability and performance.
Changelog
1cd0923 - Add more indepth stats like number of torrents, profile details etc - Add torrent ingest endpoints - Add issue template
8d87c60 - Add remove stalled torrent - Few cleanup
3efda45 - IMplement multi-download api tokens - Move things around a bit
9c6c44d - Revamp decypharr arch - Add callback_ur, download_folder to addContent API - Fix few bugs - More declarative UI keywords - Speed up repairs - Few other improvements/bug fixes
a539aa5 - Speed up repairs when checking links - Remove run on start for repairs since it causes issues - Add support for arr-specific debrid - Support for queuing system - Support for no-op when sending torrents to debrid
30a1dd7 Add Basic healtcheck
1b98b99 Add size to arr ContentFile
605d5b8 Fix duration bug in config
b2e9958 Fix issues with repair, move to a different streaming option
06096c3 Hotfix empty arr setup
086aa3b Improve Arr integerations
705de2d Merge branch 'beta'
fbd6cd5 Random access for RARed RealDebrid torrents (#61)
84603b0 Some improvements to beta
5bf1dab Torrent Queuing for Botched torrent (#83)
f9c49cb Torrent list context menu (#40)
54c421a Update Docs
7474011 Update repair tool
c15e9d8 Updste repair
5661b05 added CET timezone
b7226b2 added CET timezone
22280f1 cleanup torrent cache
dfcf870 final prep for 1.0.3
349a134 fix cloudflare, maybe?
f041ef4 fix cloudflare, probably?
7cf25f5 hotfix
60b8d87 hotfix rar PR
This is the end. You've seen all the release notes in this feed!