Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:bearlibterminal:changelog [2017/03/13 03:23]
cfyzium
en:bearlibterminal:changelog [2022/12/06 07:05] (current)
cfyzium
Line 1: Line 1:
 <​html><​h2><​a href="/​en:​bearlibterminal"​ style="​color:​ red;">​BearLibTerminal</​a>​ / Changelog</​h2></​html>​ <​html><​h2><​a href="/​en:​bearlibterminal"​ style="​color:​ red;">​BearLibTerminal</​a>​ / Changelog</​h2></​html>​
 ===== ===== ===== =====
 +
 +==== 0.15.8 (2022-12-06) ====
 +
 +  * Add support for drawing NumPy structured arrays.
 +
 +==== 0.15.7 (2017-11-20) ====
 +
 +  * Relax restriction on maximum terminal size from 256x256 to 1024x1024 cells.
 +  * Add output.texture-filter option (value is linear or nearest).
 +  * Make output.texture-filter toggleable at runtime, e. g. by Alt+F.
 +
 +==== 0.15.5 (2017-11-13) ====
 +
 +  * Fix background color for tiles with spacing bigger than 1x1.
 +  * Fix char type signedness (resolves issue #47).
 +  * Add missing include to sample'​s Main.cpp (resolves issue #48).
 +
 +==== 0.15.4 (2017-06-30) ====
 +
 +  * Fix Alt key being stuck after regaining focus (e. g. after Alt-Tab).
 +  * Fix blank line height/​spacing in print (resolves issue #41).
 +  * Fix memory leak in Cocoa event processing (resolves issue #44).
 +  * Fix crashing when being opened after SDL (e. g. after libtcod import in Python, see issue #42).
 +
 +==== 0.15.3 (2017-05-14) ====
 +
 +  * Fix adding sprite tiles to an atlas (closes issue #30).
 +  * Fix excess generation of '​character replacement'​ tiles.
 +  * Fix dynamic tile generation (individual to a font, closes issue #32).
 +  * Fix configuring several fonts in one set() call (closes issue #34).
 +  * Add font() function (select the current font by name, closes issue #33).
  
 ==== 0.15.2 (2017-03-12) ==== ==== 0.15.2 (2017-03-12) ====