diff --git a/ctversion.py b/ctversion.py index fa46283..f741958 100644 --- a/ctversion.py +++ b/ctversion.py @@ -1,3 +1,3 @@ # This file should contan only these comments, and the line below. # Used by packaging makefiles and app -version="1.0.0-beta" +version="1.0.1-beta" diff --git a/issueidentifier.py b/issueidentifier.py index fe03ffa..8d52375 100644 --- a/issueidentifier.py +++ b/issueidentifier.py @@ -202,7 +202,7 @@ class IssueIdentifier: @staticmethod def defaultWriteOutput( text ): - sys.stdout.write(text) + sys.stdout.write(text.encode( errors='replace') ) sys.stdout.flush() def log_msg( self, msg , newline=True ): diff --git a/release_notes.txt b/release_notes.txt index a1878df..1e7c55a 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,4 +1,11 @@ +--------------------------------- +1.0.1-beta - 24-Jan-2013 +--------------------------------- + +Bug Fix: + Fixed an issue where unicode strings can't be printed to OS Console + --------------------------------- 1.0.0-beta - 23-Jan-2013 --------------------------------- diff --git a/taggerwindow.py b/taggerwindow.py index 2575eb4..124b9e8 100644 --- a/taggerwindow.py +++ b/taggerwindow.py @@ -1515,8 +1515,8 @@ class TaggerWindow( QtGui.QMainWindow): def myoutput( text ): IssueIdentifier.defaultWriteOutput( text ) - self.atprogdialog.textEdit.ensureCursorVisible() self.atprogdialog.textEdit.insertPlainText(text) + self.atprogdialog.textEdit.ensureCursorVisible() QtCore.QCoreApplication.processEvents() QtCore.QCoreApplication.processEvents() QtCore.QCoreApplication.processEvents() diff --git a/todo.txt b/todo.txt index 996421c..039bfb6 100644 --- a/todo.txt +++ b/todo.txt @@ -1,10 +1,6 @@ ----------------------------------------------------- Features ----------------------------------------------------- - - -New menu graphics - open folder vs file Multi-file: @@ -17,17 +13,12 @@ Multi-file: check-box for rows? manual edit the preview? -Docs: - Explain the style comboboxes - Basics of Batch operations - Define Manual Search - Manual - vs Auto-Identify - Uses form, doesn't save - vs Auto-Tag - Doesn't use form, saves - Screen shots + ----------------------------------------------------- Bugs +spider-man 678 .... ascii print problem. grrrr ----------------------------------------------------- RAR Password -- childrens crusade 3