Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Flesch <[email protected]>
  • Loading branch information
jflesch committed Dec 4, 2016
1 parent 4ea7ca8 commit 3d9debb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
2016/12/04 - 1.0.6:
- Diagnostic: Limit the number of lines kept in memory (avoid running out of
memory in case of endless loop)
- Diagnostic: Log all the uncatched exceptions
- PDF import: When importing a big PDF, clearly show the progression of the
import
- Document list: Fix multiple selections behavior
- Multiple document selection: Fix the way Ctrl/Shift keys are handled (bug
was that multiple selection mode remained stuck sometimes)

2016/11/22 - 1.0.5:
- Setting the resolution on the scanner may not actually work. If it is not
Expand Down
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# * update the public key in
# src/paperwork/frontend/activation/__init__.py:check_activation_key()
# if required
version="1.0.5",
version="1.0.6",
description=(
"Using scanner and OCR to grep dead trees the easy way (Linux only)"
),
Expand Down Expand Up @@ -246,11 +246,11 @@
] + extra_deps
)

print ("============================================================")
print ("============================================================")
print ("|| IMPORTANT ||")
print ("|| Please run 'paperwork-shell chkdeps paperwork_backend' ||")
print ("|| and 'paperwork-shell chkdeps paperwork' ||")
print ("|| to find any missing dependency ||")
print ("============================================================")
print ("============================================================")
print("============================================================")
print("============================================================")
print("|| IMPORTANT ||")
print("|| Please run 'paperwork-shell chkdeps paperwork_backend' ||")
print("|| and 'paperwork-shell chkdeps paperwork' ||")
print("|| to find any missing dependency ||")
print("============================================================")
print("============================================================")

0 comments on commit 3d9debb

Please sign in to comment.