source: libcaca/branches/0.9/NEWS @ 405

Last change on this file since 405 was 362, checked in by Sam Hocevar, 19 years ago
  • 0.9 release.
  • Property svn:keywords set to Id
File size: 2.2 KB
Line 
1$Id: NEWS 362 2004-02-02 02:54:43Z sam $
2
3Changes between 0.8 and 0.9:
4----------------------------
5
6  * fix for a buffer overflow in the line rendering
7  * fixed resizing in the ncurses and slang drivers
8  * aspect ratio and finer zoom support in cacaview
9  * minor compilation fixes
10
11Changes between 0.7 and 0.8:
12----------------------------
13
14  * window resizing support
15  * native Win32 port
16  * autorepeat emulation in the ncurses and slang drivers
17  * support for more keycodes in the ncurses and slang drivers
18  * cacaplas, a plasma animation example
19  * cacamoir, a moiré circles animation example
20  * MSVC project file
21
22Changes between 0.6 and 0.7:
23----------------------------
24
25  * many bugfixes in the event handling
26  * cacaball, a metaball animation example
27
28Changes between 0.5 and 0.6:
29----------------------------
30
31  * 30% speed increase in the bitmap rendering routine
32  * mouse support and various speed optimisations in the X11 driver
33  * X11 is now the preferred driver
34  * improved documentation
35  * minor bugfixes
36
37Changes between 0.4 and 0.5:
38----------------------------
39
40  * palette optimisation for the S-Lang driver to work around the colour pair
41    shortage bug
42  * minor compilation fix
43
44Changes between 0.3 and 0.4:
45----------------------------
46
47  * preliminary X11 graphics driver
48  * support for simultaneously compiled-in drivers
49  * honour the CACA_DRIVER, CACA_GEOMETRY and CACA_FONT environment variables
50  * more documentation
51
52Changes between 0.2 and 0.3:
53----------------------------
54
55  * antialiasing support
56  * dithering, antialiasing and background mode can now be selected at
57    runtime or in the environment using the CACA_BACKGROUND, CACA_DITHERING
58    and CACA_ANTIALIASING variables
59  * alpha channel support in cacaview
60  * BMP loading support in cacaview even if Imlib2 is not present
61  * cacafire, a libcaca port of aafire
62
63Changes between 0.1 and 0.2:
64----------------------------
65
66  * rendering now uses 256 colour pairs instead of 16
67  * mouse support for ncurses
68  * ncurses is now the preferred backend
69  * arbitrary color depth and bitmasks in the bitmap renderer
70  * cacaview, an image viewer based on libcaca
71
72New in 0.1
73----------
74
75  * initial release
76  * slang, ncurses and conio drivers
77  * basic line, box, ellipse and triangle primitives
78  * colour bitmap blitting
79
Note: See TracBrowser for help on using the repository browser.