From 39990fc2b44bffda331578b0b9a10ec738a92493 Mon Sep 17 00:00:00 2001 From: "beville@gmail.com" Date: Fri, 12 Apr 2013 17:56:15 +0000 Subject: [PATCH] Updated todo and release notes git-svn-id: http://comictagger.googlecode.com/svn/trunk@599 6c5673fe-1810-88d6-992b-cd32ca31540c --- release_notes.txt | 12 +++++++++++- todo.txt | 20 +++++++++++--------- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/release_notes.txt b/release_notes.txt index 889f40f..f23583f 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,8 +1,18 @@ +--------------------------------- +1.1.7-beta - 12-Apr-2013 +--------------------------------- + * Added description and cover date to issue selection dialogs + * Added notification of new version + * Added setting to attempt to parse scan info from file name + * Last sorted column in the file list is now remembered + * Added CLI option ('-1') to assume issue #1 if not found/parsed + * Misc bug fixes + --------------------------------- 1.1.6-beta - 3-Apr-2013 --------------------------------- * More ComicVine API-related fixes - * More efficent automated search using new CV API issue filters + * More efficient automated search using new CV API issue filters * Minor bug fixes --------------------------------- diff --git a/todo.txt b/todo.txt index 7953a7e..9316d06 100644 --- a/todo.txt +++ b/todo.txt @@ -4,23 +4,24 @@ Features Rename dialog: check-box for rows? manual edit the preview? + +Feature Requests: + Move CBR to other folder after conversion to ZIP + + NO - AUto-rename on auto-tag + NO- Re-zip (to remove compression) + Docs: Auto-Tagging Tips: - Multiple Passes with different options - -Feature Requests: - Remember last sorted column in file list - Re-zip (to remove compression) - Move CBR to other folder after conversion to ZIP - AUto-rename on auto-tag + Multiple Passes with different options ----------------------------------------------------- Bugs ----------------------------------------------------- Non-numeric issues?? Filename parsing... can we only rely on '#'?? -Unicode search on mac doesn't work + Zip flakes out when filename differs from index (or whatever) i.e "\" vs "/". Python issue @@ -57,7 +58,7 @@ Google App engine to store hashes Filename parsing: Rework how series name is separated from issue -s + Internal GenericMetadata - Make Characters, Genre into lists? ----------------------------------------------------- @@ -76,6 +77,7 @@ Release Process Upload packages Announce on Forum and Main Page and Twitter MacUpdate + Update appspot value ----------------------------------------------