diff --git a/ctversion.py b/ctversion.py index 41c4e60..7a045a2 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="1.0.4-beta" +version="1.1.0-beta" diff --git a/release_notes.txt b/release_notes.txt index 9b0ef8b..d3b5720 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,13 +1,14 @@ - --------------------------------- -1.0.4-beta - 06-Feb-2013 +1.1.0-beta - 06-Feb-2013 --------------------------------- Changes: - * Enhanced identification process to use alternate covers from ComicVine + * Enhanced identification process to use alternative covers from ComicVine * Post auto-tag manual matching now includes single low-confidence matches (CLI & GUI) * Page and cover view mini-browser available throughout app. Most images can be - double-clicked for embiggened view - * Misc GUI & CLI Tweaks + double-clicked for embiggened view + * Export-to-zip in CLI (very handy in scripts!) + * More rename template variables + * Misc GUI & CLI Tweaks --------------------------------- 1.0.3-beta - 31-Jan-2013 diff --git a/todo.txt b/todo.txt index 9bffb79..02993cc 100644 --- a/todo.txt +++ b/todo.txt @@ -10,18 +10,10 @@ Docs: Auto-Tagging Tips: Multiple Passes with different options -CLI export: - -z, --export-to-zip export RAR archive to Zip format - --delete-rar-after-export delete original RAR archive after successful export to Zip - --delete-rar-after-export delete original RAR archive after successful export to Zip - --no-export-if-name-conflict about export to Zip if intended filename exists - -Add beautiful soup (python-bs4) to wiki requirements ----------------------------------------------------- Bugs ----------------------------------------------------- -Rar flakes out when a space is at the front of the subfolder in the archive. Zip flakes out when filename differs from index (or whatever) i.e "\" vs "/". Python issue -----------------------------------------------------