source: libcaca/branches/0.5/NEWS @ 3153

Last change on this file since 3153 was 282, checked in by Sam Hocevar, 19 years ago
  • configure.ac NEWS debian/changelog: + New 0.5 release.
  • Property svn:keywords set to Id
File size: 1.3 KB
Line 
1$Id: NEWS 282 2003-12-25 21:36:52Z sam $
2
3Changes 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
10Changes between 0.3 and 0.4:
11----------------------------
12
13  * preliminary X11 graphics driver
14  * support for simultaneously compiled-in drivers
15  * honour the CACA_DRIVER, CACA_GEOMETRY and CACA_FONT environment variables
16  * more documentation
17
18Changes 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
29Changes between 0.1 and 0.2:
30----------------------------
31
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
39New in 0.1
40----------
41
42  * initial release
43  * slang, ncurses and conio drivers
44  * basic line, box, ellipse and triangle primitives
45  * colour bitmap blitting
46
Note: See TracBrowser for help on using the repository browser.