diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2022-08-07 15:11:07 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2022-08-07 15:11:12 +0200 |
commit | 6fd11e6e63e14a24d237e7df3313c66f1fa524c4 (patch) | |
tree | 3344ad10f645f9572572bbb9cac31f5c7554b238 | |
parent | get base url from settings (diff) | |
download | scout-subs-6fd11e6e63e14a24d237e7df3313c66f1fa524c4.tar.gz scout-subs-6fd11e6e63e14a24d237e7df3313c66f1fa524c4.zip |
changelog for 0.6
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | version.txt | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a59998..9bed5fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0.6 (7 aug 2022) +- Merge the two pages for approving documents (bulk and uploading signature) +- Add QR code and barcodes to printed pdf approval document +- QR code/barcode scanner to approve documents faster +- Fix Chrome bug showing white pages +- Multiple user/user switcher +- New tips for enduser to approve document and go back to home page +- Fix data export problems and add user group to CSV export +- Quick filters for groups on document list + # 0.5 (21 jan 2022) - Bug: users of other groups also visible in user list - Show warning if some account fields are empty diff --git a/version.txt b/version.txt index e019395..855ca61 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ version=0.5 -rev=41 +rev=42 |