From 9b3f080dbf811c94c92309181362749f1b59b10b Mon Sep 17 00:00:00 2001 From: SAPikachu Date: Sun, 27 Oct 2013 19:03:06 +0800 Subject: [PATCH] Version bump --- README.rst | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 299d71e..0ac1b4d 100644 --- a/README.rst +++ b/README.rst @@ -31,6 +31,9 @@ To use it, first use `BDedit `_ to extrac igstopng your.mnu +Note: As of 0.9.3, ``igstopng`` supports directly exporting from M2TS file. +The speed is slower, but sometimes ``BDedit`` exports corrupted menu file and you may get correct result from direct export. + All menu pages will be exported alongside the menu file. For every page, 6 states (normal/selected/activated multiplied with start/stop) of buttons will be exported to 6 different page images. (This may be changed in the future since it is rather messed up and unnecessary) Note: If the command above doesn't work on Windows, try this:: diff --git a/setup.py b/setup.py index 603e4f5..1c2fb97 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( name="igstools", - version="0.9.2", + version="0.9.3", description="Tools for parsing bluray IGS menus", long_description=long_description, author="Joe Hu (SAPikachu)",