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

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: jflesch <[email protected]>
  • Loading branch information
jflesch committed Feb 15, 2016
1 parent a0b8282 commit d6fc92e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2016/02/15 - 0.3.0:
* Whole GUI redesigned
* Added: dialog to make advanced searches
* New dependency: simplebayes
* Removed dependencies:
- scikit* (replaced by simplebayes)
- numpy* (replaced by simplesbayes)
- gir1.2-gladeui (obsolete)


2015/11/25 - 0.2.5:
* Scanner support: Fujitsu scanners: handle options 'page-height' and
'page-width'
Expand All @@ -12,9 +22,11 @@
* Fix: With Pillow >= 3.x, calls to Image.rotate() must specify expand=True
* Fix: At startup, when updating the index, prevent infinite loop


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.
Expand Down
1 change: 1 addition & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Github can automatically provides .tar.gz and .zip files if required. However,
they are not required to install Paperwork. They are indicated here as a
convenience for package maintainers.

* [Paperwork 0.3.0](https://github.com/jflesch/paperwork/archive/0.3.0.tar.gz)
* [Paperwork 0.2.5](https://github.com/jflesch/paperwork/archive/0.2.5.tar.gz)
* [Paperwork 0.2.4](https://github.com/jflesch/paperwork/archive/0.2.4.tar.gz)
* [Paperwork 0.2.3](https://github.com/jflesch/paperwork/archive/0.2.3.tar.gz)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# * change it also in
# src/paperwork/frontend/aboutdialog/aboutdialog.glade
# * update the archive list in the README
version="0.3-testing",
version="0.3.0",
description="Grep for dead trees",
long_description="""
Paperwork is a tool to make papers searchable.
Expand Down
2 changes: 1 addition & 1 deletion src/paperwork/frontend/aboutdialog/aboutdialog.glade
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<property name="destroy_with_parent">True</property>
<property name="type_hint">dialog</property>
<property name="program_name">Paperwork</property>
<property name="version">0.3-git</property>
<property name="version">0.3.0</property>
<property name="copyright" translatable="yes">
</property>
<property name="comments" translatable="yes">Grep for Dead Trees</property>
Expand Down

0 comments on commit d6fc92e

Please sign in to comment.