Version 0.6.6
==============

Improvements
-------------

* Remove Debian directory from MANIFEST.in so it won't get into the tarball
* Add AUTHORS file
* Update copyright to include ODFPy
* Update description in Debian's control file (thanks to Alberto Garcia)
* Install locale files under /usr/share/locale (thanks to Alberto Garcia)

Bug Fixes
----------

* Fix failure when recognizing document with OCRFeeder's DAR algorithm

New and Updated Translations
-----------------------------

* Marek Cernocky [cs]
* Mario Blättermann [de]
* Jorge González [es_ES]
* Matej Urbančič [sl]


Version 0.6.5
==============

Improvements
-------------

* Import PDF files faster
* Add option to detect and include system-wide OCR engines on OCR engines manager dialog
* Show option to include the detected system-wide OCR engines when the application is started with no engines
* Better integration with intltool
* Miscellaneous string fixes (thanks to Philip Withnall)
* Add man pages
* Make translators for about dialog dependent from the translation (thanks to Claudio Saavedra)
* Improve Debian package generation (thanks to Alberto Garcia)
* Fix Debian packages dependencies
* Allow multiple selection of selection areas
* Add Ctrl+a shortcut to select all areas
* Add "recognize selected areas" action

Bug Fixes
----------

* Remove PDF files' extension from the images generated from them
* Sort images when adding them from a folder
* Select selection area after creating it
* Fix problem when quitting the application


New and Updated Translations
-----------------------------

* Marek Cernocky [cs]
* Mario Blättermann [de]
* Philip Withnall [en_GB]
* Jorge González [es_ES]
* Kjartan Maraas [nb]
* Matej Urbančič [sl]
* Daniel Nylander [sv_SV]


Version 0.6.1
==============

New Features
-------------

* Add zoom control from mouse wheel

Improvements
-------------

* Show error dialogs when not able to open messages
* Make i18n more compliant with intltool
* Add the format to the default engines' arguments
* Change zoom factor and fixed allowed zoom levels
* Improve Debian package (thanks to Alberto Garcia)

Bug Fixes
----------

* Fix encoding problem (gc#8)
* Fix getting the engine name (gc#10)


Version 0.6
============

Improvements
-------------

* Several code improvements
* Hide import pdf and unpaper menus if the respective commands are not available
* Removed Studio from the application name
* Removed unneeded engines folder
* Updated copyright notice on the about dialog
* Lowered the package name font case

Bug Fixes
----------

* Added missing dependencies to debian/control (gc#5)

New and Updated Translations
-----------------------------

* Daniel Nylander [sv_SV]


Version 0.5
============

New Features
-------------

* Detect Tesseract, Ocrad and GOCR from the system when no engines are configured

Improvements
-------------

* Code improvements
* Add verifications to prevent failure when engines' files don't exist
* Replace usage of minidom by ElementTree in the feeder module
* Add compilemessages and generatepot command to Makefile.

Bug Fixes
----------

* Correct Philippe Normand's name
* Correct boxes allowed limits when dragging
* Lower the images' border to 5 pixels

New and Updated Translations
-----------------------------

* 刘洪德 (Hongde Liu) [zh_CN]


Version 0.4
============

New Features
-------------

* Add the debian package generation
* Add Tesseract's example configuration file
* Add pot file
* Development setup possible by using the local folder
  instead of only accepting the system's resources one
  when the latter does not exist (thanks to P. Christeas)

Improvements
-------------

* Code improvements
* The background color of the page area is now equal to
  the system's normal state's background color
* The page now shows a frame around it, for a better
  visualization
* Continue the execution even if an engine fails to be
  recognized (thanks to P. Christeas)

Bug Fixes
----------

* Fix MANIFEST.in to include missing files

New and Updated Translations
-----------------------------

* Andrea Grandi [it]
* Andrés Gómez [es]
* Philippe Normand [fr]
* Xabier Rodríguez Calvar [gl]


Version 0.3
============

New Features
-------------

* Add a setup.py script that makes installation easier
* Add the zoom fit option to the zoom options and apply
  it when an image is loaded

Improvements
-------------

* Code improvements
* Align label to the left on the OCR engine's settings
  dialog
* Tesseract OCR engine can now be more successfully
  used
* Better desktop integration by using an application
  icon a desktop file
* Update README instructions

New and Updated Translations
-----------------------------

* Renard Voß [de]

Bug Fixes
----------

* Correct a few issues in the OCR engines manager dialog
* Correct engine name access
* Fix project being cleared whether a new project is
  successfully loaded or not
* Correct actions availability depending on the existence
  of images
