4.9 KiB
4.9 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.7.3] - 2021-04-19
Changed
- Fixed issue (hopefully) where sometimes the name of the torrent would change.
[1.7.2] - 2021-04-14
Changed
- Fixed issue where sometimes the content path is not recognized by Sonarr.
- Fixed reporting errors when a RD torrent errors.
[1.7.1] - 2021-04-01
Added
- Add Update.ps1 to automatically download the latest version from Github for Windows users.
[1.7.0] - 2021-04-01
Added
- Add automatic retry functionality for downloads. It will retry downloading a file after an error 3 times.
Changed
- Fixed an issue downloads sometimes getting added multiple times.
[1.6.3] - 2021-03-15
Changed
- Fixed a bug where it sometimes could add a download multiple times when the RD torrent was in a certain state.
[1.6.2] - 2021-03-13
Added
- Add a retry button in the interface. Giving the possibility to re-download the torrent in RealDebrid or re-download the files locally.
Changed
- Fixed some issues with deleting files and the files being in use.
- Fixed an issue with some torrents not downloading when finished.
Removed
- Removed the "Download" and "Unpack" buttons from the interface.
[1.6.1] - 2021-03-12
Changed
- Fixed a bug in the torrent runner where it could download the same file multiple times.
[1.6.0] - 2021-03-10
Added
- Add an option to see which files are available on Real-Debrid on the add torrent modal.
Changed
- Update the unrestrict process to only unrestrict links when a download is started instead of when the torrent is added.
Removed
- Removed the "Auto download" and "Auto unpack" options, they are now always enabled by default.
[1.5.6] - 2021-02-14
Changed
- Updated all packages
- Updated the multi downloader, this should fix the insufficient disk space issue.
1.5.5 - 2021-02-12
Added
- You can now enable debug logging through the setting modal. Debug will give you a lot of information, but also the best picture of what's going on. Default log level is warning to avoid creating big log files.
Changed
- Fixed the bug where the unpack process would halt if there were downloads pending.
1.5.4 - 2021-02-11
Changed
- Fixed an issue where auto extracting wasn't working.
1.5.3 - 2021-02-10
Changed
- Fixed issue with selecting files when all files were filtered out.
1.5.2 - 2021-02-09
Added
- Add ProxyServer to the Multipart download settings.
Changed
- Fixed issue with RealDebrid API not returning a proper list of available files.
1.5.1 - 2021-02-06
Changed
- Fixed bug with the OnlyDownloadAvailable files setting not showing correctly enabled in the setting modal.
1.5.0 - 2021-02-05
Added
- Added a new setting to only download files that have been downloaded on Real Debrid, this will make downloading relevant files faster.
- Re-added the service-install.bat and service-remove.bat files to whoever wants to run as a service.
1.4.0 - 2021-01-13
Added
- This release will now support the Docker image. You can still run it as a service as before.
Changed
- Lots of changes, but the most notable is that the database is stored an a persistent storage on your host, configured through the docker file. This does mean that any torrents you are currently running will be removed from RDT.
- Sonarr and Radarr support have been greatly improved, especially the version 3 releases.
- The download/unpack queue process has been rewritten to be more robust.
1.3.0 - 2020-12-01
Changed
- Sonarr and Radarr compatibility broke due to the missing files endpint, thank you @alexmckenley for adding the endpoint!
1.2.0 - 2020-10-05
Changed
- Fixed small issues when adding torrents and not loading meta data.
1.1.0 - 2020-05-16
Changed
- Small bug fixes
Changed
- test
Removed
- nothing
1.0.0 - 2020-04-11
Added
- First release
- Add unraring progress and default auto download / auto remove options.