Bumped version

git-svn-id: http://comictagger.googlecode.com/svn/trunk@434 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
beville 2013-02-06 05:59:08 +00:00
parent 50909962d3
commit 2ade08aa89
3 changed files with 7 additions and 14 deletions

View File

@ -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"

View File

@ -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

View File

@ -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
-----------------------------------------------------