source: libcaca/branches/0.4/NEWS @ 2244

Last change on this file since 2244 was 274, checked in by Sam Hocevar, 19 years ago
  • src/graphics.c: + Replace CACA_WIDTH and CACA_HEIGHT with CACA_GEOMETRY.
  • src/caca.c: + Documented the CACA_GEOMETRY environment variable.
  • Property svn:keywords set to Id
File size: 1.1 KB
Line 
1$Id: NEWS 274 2003-12-24 15:43:45Z sam $
2
3Changes 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
11Changes 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
22Changes 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
32New 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
Note: See TracBrowser for help on using the repository browser.