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