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