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