Skip to content

Releases: m-haisham/qrshare

Version 0.4.0

24 Feb 15:26
Compare
Choose a tag to compare

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

Version v0.3.4 - Jinja2

18 Feb 12:04
Compare
Choose a tag to compare

Changes

  • Auto generate SECRET_KEY 9b3ffb0
  • Commandline now have two grouped commands aac20ca
    • serve the previous default command, it serves the provided paths
    • config display or change current configuration

Version 0.3.3

19 Nov 17:24
dbc94c2
Compare
Choose a tag to compare

Version 0.3,2

16 Nov 11:38
Compare
Choose a tag to compare

Changes

  • Added session based authentication 4e7471f

Version 0.3.1

15 Nov 23:42
Compare
Choose a tag to compare

Changes

  • Included static files to package data

Version 0.3.0

15 Nov 22:03
57d7160
Compare
Choose a tag to compare

Rewrote the program to support a friendlier ui

Additions

  • support for folder navigation
  • support for zipping folders
  • qr-code on the website