Version update for 0.9.5

git-svn-id: http://comictagger.googlecode.com/svn/trunk@305 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
beville@gmail.com 2013-01-17 00:05:09 +00:00
parent 550b84361c
commit 41f730a558
3 changed files with 30 additions and 7 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="0.9.4-beta"
version="0.9.5-beta"

View File

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

View File

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