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 existingx86_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.