Skip to content

v0.8.4

Compare
Choose a tag to compare
@orhun orhun released this 31 Jan 18:23
· 319 commits to master since this release
ce51c18

Added

  • Allow downloading files via ?download=true parameter
    • If you specify this for a file (e.g. <server_address>/file?download=true), rustypaste will override the MIME type to application/octet-stream and this will force your browser to download the file.
    • This is useful when e.g. you want to be able to share the link to a file that would play in the browser (like .mp4) but also share a link that will auto-download as well.