You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

120 line
3.9 KiB

  1. /* $Id$ */ /** \page news News
  2. \section news0_99_beta5 Changes between 0.9.beta5 and 0.99.beta4
  3. - implemented cucul_getchar() and cucul_get_color()
  4. - handle transparency in the IRC export
  5. - new cropping and expanding filters
  6. - full Unicode support in the OpenGL driver
  7. - portability fixes for 64-bit architectures, Win32 and MS-DOS
  8. - all demos except cacafire were merged into cacademo
  9. \section news0_99_beta4 Changes between 0.9.beta4 and 0.99.beta3
  10. - added a compatibility layer for pre-1.x libcaca applications
  11. - fixed manpage generation
  12. - minor bugfixes and documentation updates
  13. \section news0_99_beta3 Changes between 0.9.beta3 and 0.99.beta2
  14. - libcaca functions use errno for error reporting
  15. - updated C++ bindings
  16. - minor improvements, bugfixes and documentation updates
  17. \section news0_99_beta2 Changes between 0.9.beta2 and 0.99.beta1
  18. - ANSI importer
  19. - functions use errno for error reporting
  20. - updated C++ bindings
  21. - .NET bindings
  22. - cacadraw, an ANSI viewer that will evolve into an editor
  23. - Unicode input and output support for SLang and ncurses
  24. - built-in fonts work on Win32
  25. \section news0_99_beta1 Changes between 0.9 and 0.99.beta1
  26. - license switched to WTFPL
  27. - libcaca was split into libcucul, a standalone text manipulation backend,
  28. and libcaca, the display and user input frontend
  29. - Unicode support
  30. - TrueColor (more than 16 colours) support
  31. - Floyd-Steinberg dithering
  32. - gamma correction
  33. - export functions for HTML, IRC, ANSI, SVG, PostScript, TGA...
  34. - builtin fonts for device-independent bitmap output
  35. - various text transformation routines (rotation, horizontal flip...)
  36. - OpenGL renderer
  37. - kernel mode to build libcaca programs into a bootable x86 kernel
  38. - cacaserver, a telnet server that can be hooked to libcaca applications
  39. - img2irc, an image to IRC conversion utility
  40. \section news0_9 Changes between 0.8 and 0.9
  41. - fix for a buffer overflow in the line rendering
  42. - fixed resizing in the ncurses and slang drivers
  43. - aspect ratio and finer zoom support in cacaview
  44. - minor compilation fixes
  45. \section news0_8 Changes between 0.7 and 0.8
  46. - window resizing support
  47. - native Win32 port
  48. - autorepeat emulation in the ncurses and slang drivers
  49. - support for more keycodes in the ncurses and slang drivers
  50. - cacaplas, a plasma animation example
  51. - cacamoir, a moiré circles animation example
  52. - MSVC project file
  53. \section news0_7 Changes between 0.6 and 0.7
  54. - many bugfixes in the event handling
  55. - cacaball, a metaball animation example
  56. \section news0_6 Changes between 0.5 and 0.6
  57. - 30% speed increase in the bitmap rendering routine
  58. - mouse support and various speed optimisations in the X11 driver
  59. - X11 is now the preferred driver
  60. - improved documentation
  61. - minor bugfixes
  62. \section news0_5 Changes between 0.4 and 0.5
  63. - palette optimisation for the S-Lang driver to work around the colour pair
  64. shortage bug
  65. - minor compilation fix
  66. \section news0_4 Changes between 0.3 and 0.4
  67. - preliminary X11 graphics driver
  68. - support for simultaneously compiled-in drivers
  69. - honour the CACA_DRIVER, CACA_GEOMETRY and CACA_FONT environment variables
  70. - more documentation
  71. \section news0_3 Changes between 0.2 and 0.3
  72. - antialiasing support
  73. - dithering, antialiasing and background mode can now be selected at
  74. runtime or in the environment using the CACA_BACKGROUND, CACA_DITHERING
  75. and CACA_ANTIALIASING variables
  76. - alpha channel support in cacaview
  77. - BMP loading support in cacaview even if Imlib2 is not present
  78. - cacafire, a libcaca port of aafire
  79. \section news0_2 Changes between 0.1 and 0.2
  80. - rendering now uses 256 colour pairs instead of 16
  81. - mouse support for ncurses
  82. - ncurses is now the preferred backend
  83. - arbitrary color depth and bitmasks in the bitmap renderer
  84. - cacaview, an image viewer based on libcaca
  85. \section news_0_1 New in 0.1
  86. - initial release
  87. - slang, ncurses and conio drivers
  88. - basic line, box, ellipse and triangle primitives
  89. - colour bitmap blitting
  90. */