diff --git a/ctversion.py b/ctversion.py index 1237eb8..bea2bbc 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.4-beta" \ No newline at end of file +version="0.9.5-beta" \ No newline at end of file diff --git a/release_notes.txt b/release_notes.txt index 2239477..1802c43 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,4 +1,12 @@ +--------------------------------- +0.9.5-beta - 16-Jan-2013 +--------------------------------- +Changes: + Added CLI option to search by comicvine issue ID + Some image loading optimizations + Bug Fix: Some CBL fields that should have been ints were written as strings + --------------------------------- 0.9.4-beta - 7-Jan-2013 --------------------------------- diff --git a/todo.txt b/todo.txt index 070c6b6..340fa35 100644 --- a/todo.txt +++ b/todo.txt @@ -4,13 +4,28 @@ 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 + Edit functions on list: select, select all, delete, + + Batch Functions: + Auto-Select + Start/Options Dialog + Progress Dialog - maybe reuse + Interactive dialog at end + Rename + Start dialog with preview + maybe table with checkboxes? + + Copy Block + Verify overwrites + + Turn off drop accept for edit lines/boxes + Drop on app goes to list and selects it + Accept multiple files on file open dialog + Warn on moving selection list away from modified form + + + ComicArchive: cache each metadata block? Need to make sure cache is cleared on file modify ----------------------------------------------------- Bugs -----------------------------------------------------