• v0.7.0 1c786d4e6a

    v0.7.0
    All checks were successful
    release / release (push) Successful in 16s
    Stable

    Ghost released this 2026-07-02 17:27:08 +00:00 | 18 commits to main since this release

    Fixed

    • Directory sizes now show on the main listing. 0.6.0 only wired folder sizes into the /routeros/
      directory-index + arch pages; the root "All versions" and channel pages (the ones you actually land on)
      still showed "—". Their version rows now carry the folder total too.

    Added

    • More performance tuning.
      • Host (sysctl): BBR congestion control + fq qdisc (big throughput win on lossy/high-latency
        WAN links; enabled only if the kernel provides bbr, and persisted across reboots), vm.swappiness = 0
        (keep hot firmware in page cache on a dedicated box), and faster conntrack teardown timeouts.
      • Caddy: immutable Cache-Control headers on firmware artifacts (*.npk/.zip/.tar.gz/.ova/…) so
        routers/proxies/CDNs skip re-downloads (index pages stay uncached); plus an opt-in
        web.performance.compress
        that gzip/zstd-compresses TEXT responses only (firmware is excluded).
    Downloads