clojure-lanterna/changelog/index.html @ be9b7c8cdbbc

clojure-lanterna: Update site.
author Steve Losh <steve@stevelosh.com>
date Sat, 05 Nov 2016 20:43:58 +0000
parents d987361dcfda
children (none)
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8"/>
        <title>Changelog / clojure-lanterna</title>
        <link rel="stylesheet" href="../_dmedia/tango.css"/>
        <link rel="stylesheet/less" type="text/css" href="../_dmedia/style.less"/>
        <script src="../_dmedia/less.js" type="text/javascript">
        </script>
    </head>
    <body class="content">
        <div class="wrap">
            <header><h1><a href="..">clojure-lanterna</a></h1></header>
                <div class="markdown">
<h1 id="changelog"><a href="">Changelog</a></h1><p>Here's the list of changes in each released version.</p>
<h2 id="v096">v0.9.6</h2>
<ul>
<li>Added <code>screen/get-cursor</code>.</li>
<li>Add a new arity to <code>screen/move-cursor</code> to let it take a vector.</li>
</ul>
<h2 id="v095">v0.9.5</h2>
<ul>
<li>Relies on Lanterna <code>2.1.7</code> to get some bugfixes.</li>
<li>Fixed the style setting functions.</li>
</ul>
<h2 id="v094">v0.9.4</h2>
<ul>
<li>Relies on Lanterna <code>2.1.5</code> to get some bugfixes.</li>
</ul>
<h2 id="v093">v0.9.3</h2>
<ul>
<li><code>get-key-blocking</code> now accepts optional arguments for timeout and interval.</li>
<li>Added <code>remove-resize-listener</code> functions for Screens and Terminals.</li>
</ul>
<h2 id="v092">v0.9.2</h2>
<ul>
<li>Added an experimental <code>put-sheet</code> function for screens.  Don't rely on this
  yet -- it's subject to change.</li>
<li>Relies on a stable release of Lanterna once more.</li>
</ul>
<h2 id="v091">v0.9.1</h2>
<ul>
<li>Added the <code>clear</code> functions for terminals and screens.</li>
<li>Added the <code>get-size</code> functions for terminals and screens.</li>
<li>Relies on a snapshot release of Lanterna so may not be stable.</li>
</ul>
<h2 id="v090">v0.9.0</h2>
<p>Initial prerelease.  The architecture won't change but the API might.  Until
version <code>1.0.0</code> I reserve the right to break things indiscriminately.</p>
                </div>
            <footer><p>Created by <a href="http://stevelosh.com">Steve Losh</a>.
Documentation created with <a href="http://sjl.bitbucket.org/d/">d</a>.</p>
<p><br/><a id="rochester-made" href="http://rochestermade.com" title="Rochester Made"><img src="http://rochestermade.com/media/images/rochester-made-dark-on-light.png" alt="Rochester Made" title="Rochester Made"/></a></p>
<script type="text/javascript">
  var _gauges = _gauges || [];
  (function() {
    var t   = document.createElement('script');
    t.type  = 'text/javascript';
    t.async = true;
    t.id    = 'gauges-tracker';
    t.setAttribute('data-site-id', '4f843f8c613f5d65280000e6');
    t.src = '//secure.gaug.es/track.js';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(t, s);
  })();
</script></footer>
        </div>
    </body>
</html>