diff --git a/ctversion.py b/ctversion.py index 62b46f8..491711e 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.1-beta" \ No newline at end of file +version="0.9.2-beta" \ No newline at end of file diff --git a/release_notes.txt b/release_notes.txt index 257e74f..e9fe555 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,11 @@ +--------------------------------- +0.9.2-beta - 13-Dec-2012 +--------------------------------- + Page List/Type editing in GUI + File globbing for windows CLI (i.e. use of wildcards like '*.cbz') + Fixed RAR writing bug on windows + Minor bug and crash fixes + --------------------------------- 0.9.1-beta - 07-Dec-2012 --------------------------------- diff --git a/todo.txt b/todo.txt index 5b1aa03..23e4d8c 100644 --- a/todo.txt +++ b/todo.txt @@ -1,16 +1,12 @@ - ----------------------------------------------------- Features ----------------------------------------------------- - -CLI batch save, keep log of failures -CLI batch save, interactive at end - - -TaggerWindow entry fields - Special tabbed Dialog needed for: - Pages Info - maybe a custom painted widget - + +File rename + renamer class + -Dialog + formatting with missing pieces. "Smart Clean-up" + ----------------------------------------------------- Bugs ----------------------------------------------------- @@ -18,43 +14,40 @@ Bugs Auto-select failure when year is off by one. Maybe check with a wider radius?? ----------------------------------------------------- -Future +Big Future Features ----------------------------------------------------- -Add license info to About Dialog - -Style sheets for windows/mac/linux - -File rename - -Dialog?? - formatting with missing pieces. - -CLI - explicit metadata settings option format - -- figure out how to add CBI "tags" - -- delete CBI "tags" - write a log for multiple file processing - interactive for choices option? - --- or defer choices to end, by keeping special log of match option for each file +GUI to handle mutliple files or folders Scrape alternate Covers from ComicVine issue pages -GCD scraper or DB reader - -Overlay tags, maybe more, on online search - -GUI to handle mutliple files or folders - Auto search: Searching w/o issue #? -Wizard for converting between tag styles +GCD scraper or DB reader -App option to covert RAR to ZIP +pyComicMetaThis CBI features +----------------------------------------------------- +Small(er) Future Feature +----------------------------------------------------- + +Style sheets for windows/mac/linux + +Setting/Option to copy Characters and others to CBL "Tags" + CLI "--cbl_opts" + GUI settings, or buttons?? + Maybe CV setting + +CLI + explicit metadata settings option format + -- figure out how to add CBI "tags" + -- delete CBI "tags" + -- set primary credit flags + -- set frontcover and others? + write a log for multiple file processing + Archive function to detect tag blocks out of sync -app tour? - Settings Add setting to dis-allow writing CBI to RAR Overwrite or overlay @@ -63,25 +56,27 @@ Google App engine to store hashes Content Hashes, Image hashes, who knows? Filename parsing: - Rework how series name is separated from issue - -Support marvel's "AU" issues... - Mostly done, gotta wait and see what CV does - ------------------------------------------------------ -Config Mgmt check list ------------------------------------------------------ - -Release Process - Optionally, make screen shots, upload to wiki - Update release notes and wiki - Update ctversion.py - Build packages - Make exe on Windows - Make dmg on Mac - Make zip on Mac or Linux - Tag the repository - Upload packages + Rework how series name is separated from issue + +Support marvel's "AU" issues... + Mostly done, gotta wait and see what CV does + +Internal GenericMetadata - Make Characters, Genre lists? + +----------------------------------------------------- +Config Mgmt check list +----------------------------------------------------- + +Release Process + Optionally, make screen shots, upload to wiki + Update release notes and wiki + Update ctversion.py + Build packages + Make exe on Windows + Make dmg on Mac + Make zip on Mac or Linux + Tag the repository + Upload packages ----------------------------------------------