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

Commit 3d9debb

Browse files
committed
1.0.6
Signed-off-by: Jerome Flesch <[email protected]>
1 parent 4ea7ca8 commit 3d9debb

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

ChangeLog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
2016/12/04 - 1.0.6:
12
- Diagnostic: Limit the number of lines kept in memory (avoid running out of
23
memory in case of endless loop)
34
- Diagnostic: Log all the uncatched exceptions
45
- PDF import: When importing a big PDF, clearly show the progression of the
56
import
6-
- Document list: Fix multiple selections behavior
7+
- Multiple document selection: Fix the way Ctrl/Shift keys are handled (bug
8+
was that multiple selection mode remained stuck sometimes)
79

810
2016/11/22 - 1.0.5:
911
- Setting the resolution on the scanner may not actually work. If it is not

setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# * update the public key in
2525
# src/paperwork/frontend/activation/__init__.py:check_activation_key()
2626
# if required
27-
version="1.0.5",
27+
version="1.0.6",
2828
description=(
2929
"Using scanner and OCR to grep dead trees the easy way (Linux only)"
3030
),
@@ -246,11 +246,11 @@
246246
] + extra_deps
247247
)
248248

249-
print ("============================================================")
250-
print ("============================================================")
251-
print ("|| IMPORTANT ||")
252-
print ("|| Please run 'paperwork-shell chkdeps paperwork_backend' ||")
253-
print ("|| and 'paperwork-shell chkdeps paperwork' ||")
254-
print ("|| to find any missing dependency ||")
255-
print ("============================================================")
256-
print ("============================================================")
249+
print("============================================================")
250+
print("============================================================")
251+
print("|| IMPORTANT ||")
252+
print("|| Please run 'paperwork-shell chkdeps paperwork_backend' ||")
253+
print("|| and 'paperwork-shell chkdeps paperwork' ||")
254+
print("|| to find any missing dependency ||")
255+
print("============================================================")
256+
print("============================================================")

0 commit comments

Comments
 (0)