Skip to content

Releases: KiraLT/torrent-stream-server

v1.9.0 release - google drive & zip support

14 Sep 17:31
Compare
Choose a tag to compare

Summary

  • Download as zip #202
  • Upload To Google Drive Directly #171

v1.8.2 release - speed limitations

24 Jul 19:46
Compare
Choose a tag to compare

Summary

  • Limit download/upload speed #15

v1.8.1 release - helm bugfix

30 Jun 19:19
Compare
Choose a tag to compare

Summary

  • Kubernetes helm configuration fix related to chart version.

v1.8.0 release - global torrent search

30 Jun 18:41
Compare
Choose a tag to compare

Summary

  • Global search - search by multiple torrent providers #180.
  • Kubernetes deployment with helm - docs.
  • Okteto one-click deployment.

v1.7.2 release

07 Jun 20:56
Compare
Choose a tag to compare

Summary

  • API query parameters validation fix
  • Fixed browser when can't select all categories #164
  • Thepiratebay handle no results response

v1.7.1 release

06 Jun 21:09
Compare
Choose a tag to compare

Summary

  • Fixed API key usage - docs.
  • Configuration improvements and better ENV variable support - docs.

1.7.0 release

01 Jun 08:35
Compare
Choose a tag to compare

Summary

  • Graceful shutdown support #61
  • Chromecast support #90
  • Notifications when a new version is available
  • Codebase improvements, better error handling and other small fixes

1.6.0 release - new design & playlist support

04 Dec 21:06
Compare
Choose a tag to compare

New design - _with dark theme support

play

Frontend just got a new fresh look based on black-dashboard theme. It supports both light & dark themes (which can be toggle with a navigation button). The goal for this was not only to have a nicer UI (and dark theme) but also to work well on all devices (including mobile). There are still some places to improve the responsive design, but it should work nicely at the moment.

m3u playlist support

playlist-white

Playlist supports let's easily watch media using the external media player (like VLC). Just click on "Downlaod playlist" button and open the file with the media player. It's especially useful when the torrent has multiple media files. Then you can choose which file to stream inside the media player.

1.5.2 release - improvements

13 Nov 15:51
Compare
Choose a tag to compare

Summary

  • 1337x.to provider
  • Stream API link change: /stream?torrent=magnet > /stream/magnet (previous URL redirects to the new one) #19
  • Better Heroku support with one click install
  • Full gitpod support
  • Docker fixes
  • Code refactoring

1.5.1 release - NPM fix

07 Nov 17:16
Compare
Choose a tag to compare

Summary

  • postinstall install frontend only if it has src folder (published package shouldn't install frontend).
  • Moved merged bin & main script: execute CLI if index.js is a parent.