[ocrfeeder] Update for release 0.7



commit 7f1796d397acccda941991b1a06f0da9ab2ab190
Author: Joaquim Rocha <jrocha igalia com>
Date:   Fri Jul 30 15:35:37 2010 +0200

    Update for release 0.7

 NEWS              |   40 ++++++++++++++++++++++++++++++++++++++++
 debian/changelog  |    6 ++++++
 util/constants.py |    2 +-
 3 files changed, 47 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2539e4b..a7c7e81 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+Version 0.7
+============
+
+Improvements
+-------------
+
+* Add the deskew images action
+* Add Unpaper to optionally clean images before they are added
+* Drag-n-drop images to add them (thanks to Stefan Löffler)
+* Use the mouse-wheel to scroll the windows horizontally
+  (thanks to Stefan Löffler)
+* Add text cleaning option to remove fake newlines
+* Add action to automatically recognize only the selected content boxes
+* Add navigation through the content boxes
+* Improve the content boxes' size
+* Improve the a11y of the whole application
+* Fix mnemonic keys and shortcuts
+* Make the recognition of documents parallel (so it doesn't block the UI)
+
+Bug Fixes
+----------
+
+* Fix boxes creation (gb#24793)
+* Fix documents creation with duplicated boxes
+
+New and Updated Translations
+-----------------------------
+
+* Marek Cernocky [cs]
+
+* Mario Blättermann [de]
+* Matej UrbanÄ?iÄ? [sl]
+* Jorge González [es_ES]
+* Francisco Diéguez [gl]
+* Claude Paroz [fr]
+* Joe Hansen, Kenneth Nielsen [da]
+* Chao-Hsiung Liao [zh_HK, zh_TW]
+* Petr Kovar [cs]
+
+
 Version 0.6.6
 ==============
 
diff --git a/debian/changelog b/debian/changelog
index c61469f..fd0d760 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocrfeeder (0.7-1) UNRELEASED; urgency=low
+
+  * Version 0.7
+
+ -- Joaquim Rocha <jrocha igalia com>  Fri, 30 August 2010 12:00:00 +0200
+
 ocrfeeder (0.6.6-1) UNRELEASED; urgency=low
 
   * Version 0.6.6
diff --git a/util/constants.py b/util/constants.py
index b9cb10c..29cd912 100644
--- a/util/constants.py
+++ b/util/constants.py
@@ -23,7 +23,7 @@ import os
 
 OCRFEEDER_STUDIO_NAME = 'OCRFeeder'
 OCRFEEDER_COMPACT_NAME = 'ocrfeeder'
-OCRFEEDER_STUDIO_VERSION = '0.6.6'
+OCRFEEDER_STUDIO_VERSION = '0.7'
 OCRFEEDER_STUDIO_AUTHORS = ['Joaquim Rocha <joaquimrocha1 gmail com>']
 OCRFEEDER_STUDIO_ARTISTS = ['Joaquim Rocha <joaquimrocha1 gmail com>']
 OCRFEEDER_COPYRIGHT = 'Copyright © 2008-2010 Joaquim Rocha\n' \



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