v1.4
this release brings one wanted feature from pyzule: "support for manually modified dylibs"
this just means that names like @executable_path/libsubstrate.dylib
are now automatically fixed to the correct form: @rpath/CydiaSubstrate.framework/CydiaSubstrate
this fixes #6. the code wasn't worsened much here, actually, i think it's fine, and at least definitely better than pyzule
changelog: