This repository was archived by the owner on Dec 18, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed
Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 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
8102016/11/22 - 1.0.5:
911- Setting the resolution on the scanner may not actually work. If it is not
Original file line number Diff line number Diff line change 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 ),
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 ("============================================================" )
You can’t perform that action at this time.
0 commit comments