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