Added release note to ChangeLog.
[redact.git] / NEWS
1 --
2 $Id: NEWS 63 2005-07-17 08:13:07Z tilman $
3 ++
4
5 == 0.1.4
6
7 * Added support for the various 'fill' properties in ImageDescription
8
9 == 0.1.3
10
11 * Fixed generation of output filename if it's not given on the command line
12
13 == 0.1.2
14
15 * Don't abort if embryo_cc generates warnings when compiling Embryo code
16 * Delete the output file if it couldn't be written completely
17 * image directory and font directory support has been added
18
19 == 0.1.1
20
21 * Some new parameters are now settable:
22   Description#aspect, Description#step, TextDescription#text_class,
23   TextDescription#color_class
24 * Symbols are now used instead of constants for tween modes and
25   text effects
26 * Added Relation#set_to, which allows you to set the part for relative
27   placement for the x and y axis separately
28 * EmitSignalProgram's emission_signal and emission_source are now
29   properly initialized which fixes a potential crash in libedje.
30 * ImageDescription#border_fill_middle has been added
31 * Some bugs have been fixed