• 3.1.0 e404ecec61

    3.1.0 Stable

    kerem released this 2025-05-20 22:12:05 +03:00 | 168 commits to master since this release

    📅 Originally published on GitHub: Tue, 20 May 2025 19:20:03 GMT
    🏷️ Git tag created: Tue, 20 May 2025 19:12:05 GMT

    Added

    • wastebin-ctl command line tool to list all existing entries and purge expired ones.
    • /robots.txt disallowing any crawling.
    • Subtle button animations.
    • Toast message when a burned paste is read.
    • x86_64-apple-darwin, aarch64-apple-darwin, aarch64-unknown-linux-musl, riscv64gc-unknown-linux-gnu, x86_64-pc-windows-msvc, aarch64-pc-windows-msvc release binaries in addition to the existing x86_64-unknown-linux-musl ones.

    Changed

    • Enclose Markdown links in anchor tags to make them clickable. Thanks for preliminary work done in #85 by @FliegendeWurst.
    • Improve performance by avoiding unnecessary memory allocations.
    • Improve throughput by avoiding locks on the database. Thanks for preliminary work done in #156 by @mokurin000.
    • Improve mobile layout.

    Fixed

    • Content disposition header value was wrongly constructed.
    • Download appended txt extension even if paste was uploaded without an extension.

    Full Changelog

    https://github.com/matze/wastebin/compare/3.0.0...3.1.0

    Downloads