• v1.3.7 0aa8d648ec

    serrebi released this 2026-07-26 15:58:08 -07:00 | 38 commits to main since this release

    Adds a full Windows diagnostic collector for cases where RequestCast responds internally but no browser can reach it. Every normal startup records request-level traffic and automatically creates RequestCast-Diagnostics.zip. The package also includes Collect RequestCast Diagnostics.cmd for an on-demand test. The ZIP captures repeated Python, curl.exe, PowerShell, socket, listener, proxy, Winsock, route, adapter, firewall, antivirus, AppX browser, process, and event-log evidence. It excludes passwords, hashes, salts, API keys, session secrets, cookies, form contents, and Deezer ARL values.

    Downloads
  • v1.3.6 14ab6926c0

    serrebi released this 2026-07-26 15:36:57 -07:00 | 40 commits to main since this release

    Fixes cases where /healthz worked but no browser could display RequestCast. Startup now follows the real root-page redirect and verifies RequestCast HTML instead of testing only the health endpoint. On Windows it opens a separate Edge, Chrome, Brave, or Vivaldi profile with proxies, extensions, and automatic HTTPS upgrades disabled, avoiding Store-browser loopback restrictions and forced proxy settings. The startup log now records the complete real-page probe and the exact clean browser executable used.

    Downloads
  • v1.3.5 c3b01dd931

    serrebi released this 2026-07-26 15:24:05 -07:00 | 42 commits to main since this release

    Fixes browser startup for Microsoft Store and MSIX browsers such as Firefox Nightly. RequestCast no longer launches the browser executable path found in the registry, which could start Firefox without opening the RequestCast page. It now waits for the verified /healthz endpoint and asks Windows to open http://127.0.0.1:8797/ through the registered HTTP URL association, with ShellExecuteW, FileProtocolHandler, Internet shortcut, and Explorer fallbacks.

    Downloads
  • v1.3.4 6ffc3fdc72

    serrebi released this 2026-07-26 15:13:57 -07:00 | 44 commits to main since this release

    Reworks Windows startup instead of merely handing a URL to the shell. RequestCast now starts Waitress on a dedicated server thread, verifies the real /healthz endpoint, launches the registered browser executable directly from the main thread, and falls back through Windows shell handlers. It also detects an already-running RequestCast instance, creates an Open RequestCast.url shortcut, writes requestcast-startup.log, and guarantees an IPv4 listener even when an older configuration uses an IPv6 wildcard bind.

    Downloads
  • v1.3.3 90b7941a55

    serrebi released this 2026-07-26 14:59:38 -07:00 | 46 commits to main since this release

    Fixes the Windows browser not opening automatically. RequestCast now waits until the local web server is accepting connections, then opens http://127.0.0.1:8797/ through the Windows default-browser handler with multiple fallbacks. Both localhost and 127.0.0.1 remain available. Also includes the loopback and Requests dependency fixes from 1.3.2.

    Downloads
  • v1.3.2 d9e4e6b50f

    serrebi released this 2026-07-26 14:48:59 -07:00 | 48 commits to main since this release

    Restores Windows web interface access through both http://localhost:8797/ and http://127.0.0.1:8797/. Loopback mode now listens on IPv4 and IPv6 when available, and older settings can no longer force Secure session cookies over plain local HTTP. Also includes the Requests dependency warning fix from 1.3.1.

    Downloads
  • v1.3.1 74f9a01d13

    serrebi released this 2026-07-26 14:39:50 -07:00 | 53 commits to main since this release

    Fixes the RequestsDependencyWarning shown at startup by upgrading Requests and pinning compatible urllib3, charset-normalizer, and chardet versions. The Windows build now fails automatically if this dependency warning returns.

    Downloads
  • v1.3.0 96bdfcf713

    serrebi released this 2026-07-26 14:35:01 -07:00 | 55 commits to main since this release

    Adds direct YouTube playlist and channel URL support. Playlist links, video links containing a playlist, @handle channels, /channel/, /c/, and /user/ channel URLs can now be queued and downloaded through yt-dlp.

    Downloads
  • v1.2.1 c9832ac162

    serrebi released this 2026-07-26 13:25:37 -07:00 | 79 commits to main since this release

    Fixes the Windows startup crash caused by an incompatible bundled NumPy dependency.

    Downloads
  • v1.2.0 97e3f54cf8

    serrebi released this 2026-07-26 12:57:12 -07:00 | 81 commits to main since this release

    Adds admin-protected Preferences for every setup option. New installs must choose both listener and admin passwords. Older installs can set an admin password after listener login. SHA-256: 4810D1AC08FAF6C40308B1528D0C96089D8BEA88B09EC8D2874A05164616F42E

    Downloads