Skip to content

Releases: cobaltdisco/torrid-releases

Torrid 0.1.3

Choose a tag to compare

@cobaltdisco cobaltdisco released this 13 Sep 14:15

Torrid 0.1.3

Copies cleanup.

Torrid 0.1.3 (简体中文)

文案修改。

Torrid 0.1.2

Choose a tag to compare

@cobaltdisco cobaltdisco released this 13 Sep 13:40

Torrid 0.1.2

A small fix:

  • BitTorrent: Torrid now identifies itself to peers and trackers as Torrid (client code “TO”).

Torrid 0.1.2 (简体中文)

修复:

  • BT 下载:Torrid 现在以自己的身份 (客户端代号“TO”) 向其他节点和 tracker 报告。

Torrid 0.1.1

Choose a tag to compare

@cobaltdisco cobaltdisco released this 13 Sep 12:38
a24eafa

Torrid 0.1.1

New:

  • Removing a task: Add shortcuts. ⌫ to remove the task and keeps the files, ⌘ + ⌫ moves the files to the Trash.
  • Pause and Resume in the toolbar also stop and start seeding for finished torrents.
  • New app icon.

Fixes:

  • Speed limit: More stable.
  • HTTP/2, HTTP/3 download: Multiple connections adjusted.
  • The list shows real file icons, a fixed-width speed column with direction arrows.

Torrid 0.1.1 (简体中文)

新增:

  • 删除任务:增加快捷键。⌫ 移除任务,⌘ + ⌫ 移除本删除文件。
  • 工具栏的“暂停”、“继续”按钮:可以对BT下载停止做种、开始做种。
  • 新的 App 图标。

修复:

  • 下载限速:限速更加平稳。
  • HTTP/2、HTTP/3 下载:连接多开。
  • 列表显示实际文件图标、定宽带箭头的速度列。

Torrid 0.1.0

Choose a tag to compare

@cobaltdisco cobaltdisco released this 11 Sep 20:39
a24eafa

Torrid 0.1.0

First release:

  • Downloads: Supports HTTP, BitTorrent and streaming media (non-DRM ones).
  • Requires macOS 26. Runs natively on Apple Silicon and Intel Macs.
  • Free software under GPL-3.0-or-later.

Torrid 0.1.0 (简体中文)

首个版本:

  • 下载:支持 HTTP、BT、非版权流媒体内容下载
  • 需要 macOS 26,Apple Silicon、Intel 原生运行。
  • 免费,GPL-3.0。

qjs 0.16.2 (QuickJS-NG, universal)

Choose a tag to compare

@cobaltdisco cobaltdisco released this 11 Sep 20:19
a24eafa

Script runtime for Torrid's video tool, downloaded by the app on request. Built unmodified from https://github.com/quickjs-ng/quickjs v0.16.2 (MIT) with vendor/quickjs-ng/build.sh, universal (arm64 + x86_64), signed with Torrid's Developer ID. Its SHA-256 is pinned inside Torrid; the app refuses anything else.

FFmpeg 9.0.1 source (LGPL build shipped in Torrid)

Choose a tag to compare

@cobaltdisco cobaltdisco released this 11 Sep 20:19
a24eafa

FFmpeg 9.0.1 source for the build shipped inside Torrid.app/Contents/Helpers/ffmpeg (LGPL-2.1-or-later).

ffmpeg-9.0.1.tar.xz unmodified upstream source (https://ffmpeg.org/releases/); .asc is the upstream signature
configure-args.txt the complete configure options used (LGPL-only: no --enable-gpl / version3 / nonfree)
ffmpeg-version.txt ffmpeg -version of the shipped binary
build.sh the build script (arm64 + x86_64, lipo, strip); no patches are applied

Torrid runs ffmpeg as a separate process; you may replace the bundled binary with your own build.