forked from openpaperwork/paperwork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
71 lines (58 loc) · 2.53 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
2015/04/21 - 0.2.4:
* Fix python-whoosh 2.7 support
2015/04/03 - 0.2.3:
* Whenever possible, page orientation detection is now done using OCR tool
feature (Tesseract >= 3.3.0). It's much faster and reliable.
* Fix doc indexation: last and first words of each lines weren't split
correctly
2015/01/11 - 0.2.2:
* PDF + OCR: text wasn't indexed correctly
* Img doc: indexed text contains extra and useless data. As a side-effect,
label prediction accuracy was strongly reduced.
Rebuilding your index is strongly recommended
("rm -rf ~/.local/share/paperwork" + restarting Paperwork)
2014/12/19 - 0.2.1:
* Settings window : add help links
* Install process :
- Extra dependencies are now detected by another script than setup.py
- More missing dependencies are detected (aspell, tesseract, language
packs, etc)
* Bug fixes :
- Button 'open parent directory' doesn't remain stuck anymore when using
the file manager Thunar
- Settings window : Fix the way the file chooser is used (avoid
selecting the wrong work directory by mistake)
- Scanners support : Make it possible to use scanners even if some basic
options are missing (source, resolution, etc)
- When starting, don't remove empty directories anymore
- Searching : Make sure diacritics characters are not a problem anymore
- Import : accept file path containing spaces
2014/09/21 - 0.2:
* Improved search : whoosh.FuzzyTerm is now used
* Label look has been improved
* Menubar has been removed and replaced by an application menu
* Label prediction : when a new document is scanned, predicted labels are
automatically set on it
* Pages are not displayed separately anymore
* New settings: scan source, number of orientations to try, OCR can be
disabled
* Scans are displayed in real time
2013/12/29 - 0.1.2:
- Improve scanner support: option names and values cases are not always the
same on all the scanners
- Multiscan: fix multiscan end
- Translations: add german translations
- Settings window: display correctly Tesseract languages like 'deu-frak'
2013/10/03 - 0.1.1:
- Page list: fix display of page list longer than 100 pages
- Scanner support:
- Fix support of scanners returning the supported resolutions as a range
instead of an array
- Fix: Always make sure the scan area is as big as it can be
- Fix: When OCR is disabled, fix scan and page editing
- Fix "no scanner found" popup (partial backport only, still slightly buggy)
- Scripts:
- Add script scripts/obfuscate.py
- Fix/Improve the output of scripts/stats.py
2013/08/08 - 0.1:
- Initial release