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.
 
 
 
 
 
 

185 lines
6.2 KiB

  1. /* $Id$ */ /** \page libcaca-news Libcaca news
  2. \section news0_99_beta13 Changes between 0.9.beta13 and 0.99.beta12
  3. - device-dependent cursor support
  4. - event API rewrite
  5. - minor API improvements and extensions
  6. - img2txt improvements
  7. - Ruby bindings
  8. - Massive C# bindings improvements
  9. - Python sample code
  10. - Visual Studio build solution
  11. \section news0_99_beta12 Changes between 0.9.beta12 and 0.99.beta11
  12. - support for 90-degree canvas rotation
  13. - better behaviour when trying to output Unicode on an ASCII terminal
  14. - the built-in font now supports the Geometric Shapes, Halfwidth and Fullwidth
  15. Forms and Miscellaneous Symbols Unicode blocks
  16. - new rotozoom effect in cacademo
  17. - Cocoa output driver for Mac OS X
  18. - preliminary .NET bindings
  19. - many bugfixes and documentation changes
  20. \section news0_99_beta11 Changes between 0.9.beta11 and 0.99.beta10
  21. - fixed compilation of the C++ bindings
  22. - fixed bugs in cucul_import_memory(), cucul_set_canvas_size()
  23. - implemented caca_set_display_title() for ncurses and S-Lang
  24. - minor bugfixes
  25. \section news0_99_beta10 Changes between 0.9.beta10 and 0.99.beta9
  26. - new debug mode
  27. - blitting canvases now makes use of the canvas' handle coordinates
  28. - import functions can read streamed data
  29. - attribute to colorspace transformations
  30. - added katakana and hiragana glyphs to the built-in font
  31. - many bugfixes and documentation changes
  32. \section news0_99_beta9 Changes between 0.9.beta9 and 0.99.beta8
  33. - support for blink, bold, italics and underline attributes
  34. - allow to import and export zero-sized canvases
  35. - fixed Imlib2 support in cacaview
  36. - fixed buffer overlows in the file importer
  37. - big documentation updates
  38. \section news0_99_beta8 Changes between 0.9.beta8 and 0.99.beta7
  39. - allow to build the X11 and GL drivers as separate plugins
  40. - support for fullwidth Unicode characters
  41. - improved cucul_flip() and cucul_rotate()
  42. - minor bugfixes and documentation updates
  43. \section news0_99_beta7 Changes between 0.9.beta7 and 0.99.beta6
  44. - transparency support in the UTF-8 importer and exporter
  45. - optimised triangle fill routine
  46. - updated C++ bindings
  47. \section news0_99_beta6 Changes between 0.9.beta6 and 0.99.beta5
  48. - ANSI importer now handles transparency and UTF-8
  49. - Unicode support was broken for about 10% of the set
  50. - various memory leaks were fixed
  51. \section news0_99_beta5 Changes between 0.9.beta5 and 0.99.beta4
  52. - implemented cucul_getchar() and cucul_get_color()
  53. - handle transparency in the IRC export
  54. - new cropping and expanding filters
  55. - full Unicode support in the OpenGL driver
  56. - portability fixes for 64-bit architectures, Win32 and MS-DOS
  57. - all demos except cacafire were merged into cacademo
  58. \section news0_99_beta4 Changes between 0.9.beta4 and 0.99.beta3
  59. - added a compatibility layer for pre-1.x libcaca applications
  60. - fixed manpage generation
  61. - minor bugfixes and documentation updates
  62. \section news0_99_beta3 Changes between 0.9.beta3 and 0.99.beta2
  63. - libcaca functions use errno for error reporting
  64. - updated C++ bindings
  65. - minor improvements, bugfixes and documentation updates
  66. \section news0_99_beta2 Changes between 0.9.beta2 and 0.99.beta1
  67. - ANSI importer
  68. - functions use errno for error reporting
  69. - updated C++ bindings
  70. - .NET bindings
  71. - cacadraw, an ANSI viewer that will evolve into an editor
  72. - Unicode input and output support for SLang and ncurses
  73. - built-in fonts work on Win32
  74. \section news0_99_beta1 Changes between 0.9 and 0.99.beta1
  75. - license switched to WTFPL
  76. - libcaca was split into libcucul, a standalone text manipulation backend,
  77. and libcaca, the display and user input frontend
  78. - Unicode support
  79. - TrueColor (more than 16 colours) support
  80. - Floyd-Steinberg dithering
  81. - gamma correction
  82. - export functions for HTML, IRC, ANSI, SVG, PostScript, TGA...
  83. - builtin fonts for device-independent bitmap output
  84. - various text transformation routines (rotation, horizontal flip...)
  85. - OpenGL renderer
  86. - kernel mode to build libcaca programs into a bootable x86 kernel
  87. - cacaserver, a telnet server that can be hooked to libcaca applications
  88. - img2irc, an image to IRC conversion utility
  89. \section news0_9 Changes between 0.8 and 0.9
  90. - fix for a buffer overflow in the line rendering
  91. - fixed resizing in the ncurses and slang drivers
  92. - aspect ratio and finer zoom support in cacaview
  93. - minor compilation fixes
  94. \section news0_8 Changes between 0.7 and 0.8
  95. - window resizing support
  96. - native Win32 port
  97. - autorepeat emulation in the ncurses and slang drivers
  98. - support for more keycodes in the ncurses and slang drivers
  99. - cacaplas, a plasma animation example
  100. - cacamoir, a moire circles animation example
  101. - MSVC project file
  102. \section news0_7 Changes between 0.6 and 0.7
  103. - many bugfixes in the event handling
  104. - cacaball, a metaball animation example
  105. \section news0_6 Changes between 0.5 and 0.6
  106. - 30% speed increase in the bitmap rendering routine
  107. - mouse support and various speed optimisations in the X11 driver
  108. - X11 is now the preferred driver
  109. - improved documentation
  110. - minor bugfixes
  111. \section news0_5 Changes between 0.4 and 0.5
  112. - palette optimisation for the S-Lang driver to work around the colour pair
  113. shortage bug
  114. - minor compilation fix
  115. \section news0_4 Changes between 0.3 and 0.4
  116. - preliminary X11 graphics driver
  117. - support for simultaneously compiled-in drivers
  118. - honour the CACA_DRIVER, CACA_GEOMETRY and CACA_FONT environment variables
  119. - more documentation
  120. \section news0_3 Changes between 0.2 and 0.3
  121. - antialiasing support
  122. - dithering, antialiasing and background mode can now be selected at
  123. runtime or in the environment using the CACA_BACKGROUND, CACA_DITHERING
  124. and CACA_ANTIALIASING variables
  125. - alpha channel support in cacaview
  126. - BMP loading support in cacaview even if Imlib2 is not present
  127. - cacafire, a libcaca port of aafire
  128. \section news0_2 Changes between 0.1 and 0.2
  129. - rendering now uses 256 colour pairs instead of 16
  130. - mouse support for ncurses
  131. - ncurses is now the preferred backend
  132. - arbitrary color depth and bitmasks in the bitmap renderer
  133. - cacaview, an image viewer based on libcaca
  134. \section news_0_1 New in 0.1
  135. - initial release
  136. - slang, ncurses and conio drivers
  137. - basic line, box, ellipse and triangle primitives
  138. - colour bitmap blitting
  139. */