From 41f730a558c6edcdf636fe08b51d5730bea757b1 Mon Sep 17 00:00:00 2001 From: "beville@gmail.com" Date: Thu, 17 Jan 2013 00:05:09 +0000 Subject: [PATCH] Version update for 0.9.5 git-svn-id: http://comictagger.googlecode.com/svn/trunk@305 6c5673fe-1810-88d6-992b-cd32ca31540c --- ctversion.py | 2 +- release_notes.txt | 8 ++++++++ todo.txt | 27 +++++++++++++++++++++------ 3 files changed, 30 insertions(+), 7 deletions(-) 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 -----------------------------------------------------