[ocrfeeder] Update for release 0.8



commit 336e6e737b3880e741f1476f088fac15341e961f
Author: Joaquim Rocha <me joaquimrocha com>
Date:   Mon Aug 4 23:14:53 2014 +0200

    Update for release 0.8

 NEWS         |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 50 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2894028..643400a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,52 @@
+Version 0.8
+============
+
+New Features
+-------------
+
+* Add support for multiple image TIFFs
+
+Bug Fixes
+----------
+
+* Fix PIL importation
+* Fix error when exporting a PDF with empty text areas
+* Fix PDF output options in ocrfeeder-cli
+* Fix getting engine name in ocrfeeder-cli
+* Fix the use of newer versions of Unpaper
+* Fix text in the pages icon view
+* Fix reordering pages in the icon view
+* Fix issues when no locale is set
+* Fix loading project with more than one page
+* Fix updating the OCR engines in the BoxEditor
+
+Improvements
+-------------
+
+* Port the application to GObject Introspection
+* Scan with 300 DPI and in color mode
+* Use the last visited directory when adding a new image
+* Warn when no OCR engines are found on startup or when
+  performing the recognition
+* Update the box editor's OCR controls sensitiveness
+  according to the existence of OCR engines
+
+New and Updated Translations
+-----------------------------
+
+* Marek Černocký [cz]
+* Daniel Mustieles [es]
+* Fran Diéguez [gl]
+* Dimitris Spingos [el]
+* Aharon Don [he]
+* Attila Hammer, Gabor Kelemen [hu]
+* Rafael Ferreira [pt_BR]
+* Martin Srebotnjak [sl]
+* Мирослав Николић [sr]
+* Piotr Drąg [uk]
+* Wylmer Wang [zh_CN]
+
+
 Version 0.7.11
 ==============
 
diff --git a/configure.ac b/configure.ac
index f3fa3e9..55b8909 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.63])
 AC_INIT([ocrfeeder],
-        [0.7.11],
+        [0.8],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=ocrfeeder],
         [ocrfeeder])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]