2c7fbfbe71c5

clojure-lanterna: Update site.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 15 Jul 2012 00:49:18 -0400
parents 31c97df30a5f
children 9c983cbfec17
branches/tags (none)
files clojure-lanterna/changelog/index.html clojure-lanterna/installation/index.html

Changes

--- a/clojure-lanterna/changelog/index.html	Thu Jul 12 22:44:18 2012 -0400
+++ b/clojure-lanterna/changelog/index.html	Sun Jul 15 00:49:18 2012 -0400
@@ -3,7 +3,11 @@
         <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="v091">v0.9.1</h2>
+<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>
--- a/clojure-lanterna/installation/index.html	Thu Jul 12 22:44:18 2012 -0400
+++ b/clojure-lanterna/installation/index.html	Sun Jul 15 00:49:18 2012 -0400
@@ -6,7 +6,7 @@
 versions, but I make no guarantees.</p>
 <p>It has no other dependencies (aside from Lanterna itself, of course).</p>
 <p>Add this to your <code>project.clj</code>:</p>
-<div class="codehilite"><pre><span class="p">[</span><span class="n">clojure</span><span class="o">-</span><span class="n">lanterna</span> "0<span class="p">.</span>9<span class="p">.</span>1"<span class="p">]</span>
+<div class="codehilite"><pre><span class="p">[</span><span class="n">clojure</span><span class="o">-</span><span class="n">lanterna</span> "0<span class="p">.</span>9<span class="p">.</span>2"<span class="p">]</span>
 </pre></div>