Skip to content

Releases: sexnine/downcat

v0.3.2

14 May 21:40
Compare
Choose a tag to compare

✨ Changes

  • Added the ability to search files by name in the current directory
  • Allowed multiple files to be uploaded at once
    • You can do this by selecting multiple files or dragging multiple files into the file picker.
  • Added confirmation to let you know when it's done uploading
  • Files selector will be cleared after it has finished uploading

v0.3.1

03 May 15:27
Compare
Choose a tag to compare

✨ Changes

  • Make password field automatically get selected
  • Sorting by size now sorts properly
    • Now sorts properly by ranking unknown size lower than 0bytes
  • Add MacOS build

v0.3.0

01 May 17:05
Compare
Choose a tag to compare

✨ Changes

  • Added support for uploading files
    You can now upload files (one at a time). Files will be uploaded with their original filename in the directory you are in.

v0.2.0

27 Apr 08:04
Compare
Choose a tag to compare

✨ Changes

  • Added support for SSL/TLS
    Run downcat with --ssl and downcat will generate a self-signed certificate and enable HTTPS.
  • Added update checker
    Downcat will automatically check for updates on startup. This can be disabled with --disable-update-check
  • Added Updater
    Run downcat update and downcat will update itself. Make sure it has the necessary permissions to overwrite itself.

v0.1.0 - Initial Release

25 Apr 13:02
Compare
Choose a tag to compare

This version is still incomplete and missing some essential features such as HTTPS and uploading files and may be a bit buggy.