diff --git a/ctversion.py b/ctversion.py index 80dc6bd..1237eb8 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="0.9.3-beta" \ No newline at end of file +version="0.9.4-beta" \ No newline at end of file diff --git a/release_notes.txt b/release_notes.txt index 3bc265c..2239477 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,12 @@ + +--------------------------------- +0.9.4-beta - 7-Jan-2013 +--------------------------------- +Changes: + Better handling of non-ascii characters in filenames and data + Add CBL Transform to copy Web Link and Notes to comments + Minor bug fixes + --------------------------------- 0.9.3-beta - 19-Dec-2012 --------------------------------- diff --git a/todo.txt b/todo.txt index 83dda59..070c6b6 100644 --- a/todo.txt +++ b/todo.txt @@ -2,6 +2,15 @@ Features ----------------------------------------------------- +Multi-file: + Does the main UI need to have "View/Read Tag Style" and "Write Tag style" concept? + Create ComicArchiveListWidget + as item is added, new metadata object is attached (for each block??) + + How to add items to list? + recursive + drag and drop + ----------------------------------------------------- Bugs -----------------------------------------------------