• v3.3.78 abb1621a60

    Administrator released this 2026-06-19 02:20:33 +02:00 | 72 commits to master since this release

    Fix byse "ENOTFOUND sNNNN.filemoon" upload failures.

    Downloads
  • v3.3.77 f81f864314

    Administrator released this 2026-06-19 01:56:55 +02:00 | 75 commits to master since this release

    More stable byse.sx uploads: gateway hiccups no longer cascade.

    Downloads
  • v3.3.76 6f8c2dcb38

    Administrator released this 2026-06-17 13:42:19 +02:00 | 77 commits to master since this release

    Optional per-hoster toggle to turn off the "known size limit" pre-skip.

    Downloads
  • v3.3.75 9a933a9feb

    Administrator released this 2026-06-17 03:34:01 +02:00 | 80 commits to master since this release

    Fix: account rotation now keeps rotating across drip-fed uploads.

    Downloads
  • v3.3.74 950f103f99

    Administrator released this 2026-06-17 03:22:31 +02:00 | 82 commits to master since this release

    Opt-in per-hoster account rotation.

    Downloads
  • v3.3.73 b032dd6b3f

    Administrator released this 2026-06-16 00:44:39 +02:00 | 84 commits to master since this release

    Softens the byse suspect size-memo from the rotation feature so a single spurious 'Not video file format' can no longer pre-fail a whole batch of similar-sized files. The per-batch memo now arms only after the 2nd confirmed rejection on the same account, and only blocks STRICTLY LARGER files than the one that was rejected (a same-size file always still gets one real attempt). Still per-batch (reset every upload run).

    Downloads
  • v3.3.72 5d04ddced3

    Administrator released this 2026-06-15 21:45:28 +02:00 | 86 commits to master since this release

    Upload queue now re-renders correctly when you maximize the window (virtual-scroll viewport was only recomputed on scroll, so rows below the old viewport stayed blank until you scrolled). Einstellungen tab reorganized into clean sub-tabs (Allgemein / Automatik / Logs & Diagnose / Fernsteuerung / Backup) instead of four dense stacked panels. saveSettings hardened against ever silently overwriting a setting whose field is not currently visible.

    Downloads
  • v3.3.71 1e3f2ca51a

    Administrator released this 2026-06-15 01:32:55 +02:00 | 88 commits to master since this release

    Per-hoster Upload-Einstellungen are now reachable without expanding the hoster first. The settings section moved out of the collapsible accounts body to the hoster-group level, so the 'Upload-Einstellungen' toggle is always visible right under each hoster header (collapsed or not), for every hoster.

    Downloads
  • v3.3.70 867609c6a9

    Administrator released this 2026-06-15 01:13:43 +02:00 | 90 commits to master since this release

    Restore byse rotation fix (was accidentally dropped during the v3.3.66 credential-leak cleanup). Suspect byse rejections ('Not video file format' on large files, which is really an account size-tier error) no longer kill the file on the first account: the recovery poll runs again for suspect cases, and the upload manager now tries one alternate per remaining pool account (with per-batch size memo + known-good-account preference to avoid re-upload storms) instead of giving up. Rotation inner-loop hardening, cancel-mid-rotation reports 'aborted' not 'error', and the file-probe is stricter (mpeg-ts sync-byte periodicity, 512-byte head, GIF signature) so non-videos aren't mistaken for video. 12 restored tests, full suite 284 green.

    Downloads
  • v3.3.69 e2b0fab446

    Administrator released this 2026-06-15 01:05:16 +02:00 | 92 commits to master since this release

    Per-hoster upload settings moved into the Accounts tab. The Einstellungen tab no longer lists the per-hoster panels (Retries, Max Speed, Parallel Uploads, Restart-below, Interval, Max Size, log-to-file); instead each hoster group in the Accounts tab has a collapsible 'Upload-Einstellungen' section with those controls, so everything about a hoster lives in one place. The Einstellungen tab shows a pointer to where they moved. Per-hoster edits save independently and no longer trigger global-settings side effects.

    Downloads