This shows you the differences between two versions of the page.
en:bearlibterminal:changelog [2017/01/09 01:41] cfyzium |
en:bearlibterminal:changelog [2017/03/13 03:23] (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.2 (2017-03-12) ==== | ||
+ | * Retrieve clipboard contents via ''terminal_get("clipboard")''. | ||
+ | * Fix bitmap tileset reverse codepage (sparse tileset) handling. | ||
+ | * ''input.cursor-blink-rate=0'' disables cursor blinking in ''terminal_read_str()''. | ||
+ | * Fix printing tab characters (configured by ''output.tab-width'' option). | ||
+ | * Fix app hanging on reopening terminal in macOS (see [[https://bitbucket.org/cfyzium/bearlibterminal/issues/23/reopening-a-closed-terminal-hangs-forever|issue #23]]). | ||
+ | |||
+ | ==== 0.15.1 (2017-01-18) ==== | ||
+ | * Change default hinting to font's native hinter. | ||
+ | * Add '''hinting''' TrueType font attribute. | ||
+ | * Make Python wrapper look for the library binary near the executable (should help packaging an application). | ||
+ | * Minor fix in the sample application. | ||
==== 0.15.0 (2017-01-09) ==== | ==== 0.15.0 (2017-01-09) ==== |