Skip to content

Commit 29006ba

Browse files
committed
mark release 2.0 (and 1.0)
1 parent 4a9dd70 commit 29006ba

File tree

3 files changed

+28
-13
lines changed

3 files changed

+28
-13
lines changed

compress.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ <h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMi
2626
<input type="hidden" id="download" name="download" value="codemirror-compressed.js"/>
2727
<p>Version: <select id="version" onchange="setVersion(this);" style="padding: 1px">
2828
<option value="http://codemirror.net/2/">HEAD</option>
29+
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.0;f=">2.0</option>
2930
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=beta2;f=">beta2</option>
3031
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=beta1;f=">beta1</option>
3132
</select></p>

index.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,20 @@ <h2>Make a donation</h2>
145145

146146
<h2>Releases:</h2>
147147

148+
<p class="rel">28-03-2011: <a href="http://codemirror.net/codemirror-2.0.zip">Version 2.0</a>:</p>
149+
<p class="rel-note">CodeMirror 2 is a complete rewrite that's
150+
faster, smaller, simpler to use, and less dependent on browser
151+
quirks. See <a href="internals.html">this</a>
152+
and <a href="http://groups.google.com/group/codemirror/browse_thread/thread/5a8e894024a9f580">this</a>
153+
for more information.</a>
154+
155+
<p class="rel">28-03-2011: <a href="http://codemirror.net/codemirror-1.0.zip">Version 1.0</a>:</p>
156+
<ul class="rel-note">
157+
<li>Fix error when debug history overflows.</li>
158+
<li>Refine handling of C# verbatim strings.</li>
159+
<li>Fix some issues with JavaScript indentation.</li>
160+
</ul>
161+
148162
<p class="rel">22-02-2011: <a href="https://github.com/marijnh/codemirror2/tree/beta2">Version 2.0 beta 2</a>:</p>
149163
<p class="rel-note">Somewhate more mature API, lots of bugs shaken out.</a>
150164

@@ -194,19 +208,6 @@ <h2>Releases:</h2>
194208
<li>Make sub-modes of <a href="mixedtest.html">HTML mixed</a> mode configurable.</li>
195209
</ul>
196210

197-
<p class="rel">02-10-2010: <a
198-
href="http://codemirror.net/codemirror-0.9.zip">Version 0.9</a>:</p>
199-
<ul class="rel-note">
200-
<li>Add support for searching backwards.</li>
201-
<li>There are now parsers for <a href="contrib/scheme/index.html">Scheme</a>, <a href="contrib/xquery/index.html">XQuery</a>, and <a href="contrib/ometa/index.html">OmetaJS</a>.</li>
202-
<li>Makes <code>height: "dynamic"</code> more robust.</li>
203-
<li>Fixes bug where paste did not work on OS X.</li>
204-
<li>Add a <code>enterMode</code> and <code>electricChars</code> options to make indentation even more customizable.</li>
205-
<li>Add <code>firstLineNumber</code> option.</li>
206-
<li>Fix bad handling of <code>@media</code> rules by the CSS parser.</li>
207-
<li>Take a new, more robust approach to working around the invisible-last-line bug in WebKit.</li>
208-
</ul>
209-
210211
<p><a href="oldrelease.html">Older releases...</a></p>
211212

212213
</div></div>

oldrelease.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ <h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMi
1515

1616
</pre>
1717

18+
<p class="rel">02-10-2010: <a
19+
href="http://codemirror.net/codemirror-0.9.zip">Version 0.9</a>:</p>
20+
<ul class="rel-note">
21+
<li>Add support for searching backwards.</li>
22+
<li>There are now parsers for <a href="contrib/scheme/index.html">Scheme</a>, <a href="contrib/xquery/index.html">XQuery</a>, and <a href="contrib/ometa/index.html">OmetaJS</a>.</li>
23+
<li>Makes <code>height: "dynamic"</code> more robust.</li>
24+
<li>Fixes bug where paste did not work on OS X.</li>
25+
<li>Add a <code>enterMode</code> and <code>electricChars</code> options to make indentation even more customizable.</li>
26+
<li>Add <code>firstLineNumber</code> option.</li>
27+
<li>Fix bad handling of <code>@media</code> rules by the CSS parser.</li>
28+
<li>Take a new, more robust approach to working around the invisible-last-line bug in WebKit.</li>
29+
</ul>
30+
1831
<p class="rel">22-07-2010: <a
1932
href="http://codemirror.net/codemirror-0.8.zip">Version 0.8</a>:</p>
2033
<ul class="rel-note">

0 commit comments

Comments
 (0)