|
- $Id$
-
- Changes between 0.2 and 0.3:
- ----------------------------
-
- * antialiasing support
- * dithering, antialiasing and background mode can now be selected at
- runtime or in the environment using the CACA_BACKGROUND, CACA_DITHERING
- and CACA_ANTIALIASING variables
- * alpha channel support in cacaview
- * BMP loading support in cacaview even if Imlib2 is not present
- * cacafire, a libcaca port of aafire
-
- Changes between 0.1 and 0.2:
- ----------------------------
-
- * rendering now uses 256 colour pairs instead of 16
- * mouse support for ncurses
- * ncurses is now the preferred backend
- * arbitrary color depth and bitmasks in the bitmap renderer
- * cacaview, an image viewer based on libcaca
-
-
- New in 0.1
- ----------
-
- * initial release
- * slang, ncurses and conio drivers
- * basic line, box, ellipse and triangle primitives
- * colour bitmap blitting
|