25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

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