1 | $Id: NEWS 274 2003-12-24 15:43:45Z sam $ |
---|
2 | |
---|
3 | Changes between 0.3 and 0.4: |
---|
4 | ---------------------------- |
---|
5 | |
---|
6 | * preliminary X11 graphics driver |
---|
7 | * support for simultaneously compiled-in drivers |
---|
8 | * honour the CACA_DRIVER, CACA_GEOMETRY and CACA_FONT environment variables |
---|
9 | * more documentation |
---|
10 | |
---|
11 | Changes between 0.2 and 0.3: |
---|
12 | ---------------------------- |
---|
13 | |
---|
14 | * antialiasing support |
---|
15 | * dithering, antialiasing and background mode can now be selected at |
---|
16 | runtime or in the environment using the CACA_BACKGROUND, CACA_DITHERING |
---|
17 | and CACA_ANTIALIASING variables |
---|
18 | * alpha channel support in cacaview |
---|
19 | * BMP loading support in cacaview even if Imlib2 is not present |
---|
20 | * cacafire, a libcaca port of aafire |
---|
21 | |
---|
22 | Changes between 0.1 and 0.2: |
---|
23 | ---------------------------- |
---|
24 | |
---|
25 | * rendering now uses 256 colour pairs instead of 16 |
---|
26 | * mouse support for ncurses |
---|
27 | * ncurses is now the preferred backend |
---|
28 | * arbitrary color depth and bitmasks in the bitmap renderer |
---|
29 | * cacaview, an image viewer based on libcaca |
---|
30 | |
---|
31 | |
---|
32 | New in 0.1 |
---|
33 | ---------- |
---|
34 | |
---|
35 | * initial release |
---|
36 | * slang, ncurses and conio drivers |
---|
37 | * basic line, box, ellipse and triangle primitives |
---|
38 | * colour bitmap blitting |
---|
39 | |
---|