Skip to content

Version 0.4.0

Latest
Compare
Choose a tag to compare
@m-haisham m-haisham released this 24 Feb 15:26
· 1 commit to master since this release

This is a major rework of qrshare.

UI

  • Client side completely reworked

    • client side now resembles a material app with views: home, search, qr, and more
  • Added ability to search for routes using

    • query string
    • extension
    • route type is_file is_dir
    • limit
  • Custom Error page

    • redirects to home in 5 second timeout

CLI

  • Serving files have been changed to qrshare serve

  • You can now create qrshare shortcut in commandline

    • qrshare config --sendto
  • Global password added

    • global password takes less precedence over password passed to command serve

other

  • Logout functionality added