Removed RCS-style IDs.
[redact.git] / NEWS
1 == 0.1.5
2
3 * Fixed ImageDescription#set_border, which used the "right" argument
4   for the "left" border
5 * Make it possible to specify relations as integers
6 * Added Description#inherit
7 * Collection#script= resp ExecScriptProgram#script= now accept a
8   filename, too
9
10 == 0.1.4
11
12 * Added support for the various 'fill' properties in ImageDescription
13
14 == 0.1.3
15
16 * Fixed generation of output filename if it's not given on the command line
17
18 == 0.1.2
19
20 * Don't abort if embryo_cc generates warnings when compiling Embryo code
21 * Delete the output file if it couldn't be written completely
22 * image directory and font directory support has been added
23
24 == 0.1.1
25
26 * Some new parameters are now settable:
27   Description#aspect, Description#step, TextDescription#text_class,
28   TextDescription#color_class
29 * Symbols are now used instead of constants for tween modes and
30   text effects
31 * Added Relation#set_to, which allows you to set the part for relative
32   placement for the x and y axis separately
33 * EmitSignalProgram's emission_signal and emission_source are now
34   properly initialized which fixes a potential crash in libedje.
35 * ImageDescription#border_fill_middle has been added
36 * Some bugs have been fixed