== 0.1.6 * Renamed fill_{,pos_}{rel,abs} to set_fill_{,pos}{rel,abs} for consistency * Implemented TextDescription#text_max == 0.1.5 * Fixed ImageDescription#set_border, which used the "right" argument for the "left" border * Make it possible to specify relations as integers * Added Description#inherit * Collection#script= resp ExecScriptProgram#script= now accept a filename, too == 0.1.4 * Added support for the various 'fill' properties in ImageDescription == 0.1.3 * Fixed generation of output filename if it's not given on the command line == 0.1.2 * Don't abort if embryo_cc generates warnings when compiling Embryo code * Delete the output file if it couldn't be written completely * image directory and font directory support has been added == 0.1.1 * Some new parameters are now settable: Description#aspect, Description#step, TextDescription#text_class, TextDescription#color_class * Symbols are now used instead of constants for tween modes and text effects * Added Relation#set_to, which allows you to set the part for relative placement for the x and y axis separately * EmitSignalProgram's emission_signal and emission_source are now properly initialized which fixes a potential crash in libedje. * ImageDescription#border_fill_middle has been added * Some bugs have been fixed