diff --git a/comictaggerlib/ctversion.py b/comictaggerlib/ctversion.py index 16c82d8..2d394d7 100644 --- a/comictaggerlib/ctversion.py +++ b/comictaggerlib/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.1.2a-beta" +version="1.1.3-beta" diff --git a/release_notes.txt b/release_notes.txt index 7d67874..c1e3c8c 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,13 @@ +--------------------------------- +1.1.3-beta - 25-Feb-2013 +--------------------------------- +Bug Fixes: + * Fixed a bug when renaming on non-English systems + * Fixed issue when saving settings on non-English systems + * Fixed a bug when comic contains non-RGB images + * Fixed a rare crash when comic image is not-RGB format + * Fixed sequence order of ComicInfo.xml items + --------------------------------- 1.1.2-beta - 14-Feb-2013 ---------------------------------