mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-08 22:00:36 +01:00
62 lines
2.3 KiB
HTML
62 lines
2.3 KiB
HTML
---
|
|
layout: default
|
|
title: Release History
|
|
---
|
|
|
|
{% capture includedMarkdown %}{% include boxes/docs/releases.md %}{% endcapture %}
|
|
<div class="bxpage well">
|
|
<h1 id="release-history">Release History</h1>
|
|
|
|
<p>So far, there were these stable releases:</p>
|
|
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th class="hidden-xs">Release</th>
|
|
<th class="visible-xs">Rel.</th>
|
|
<th>Date</th>
|
|
<th class="hidden-xs">Sources</th>
|
|
<th class="visible-xs">Src</th>
|
|
<th class="hidden-xs">Binaries</th>
|
|
<th class="visible-xs">Bin</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.1.2">1.1.2</a></td>
|
|
<td>January 16, 2015</td>
|
|
<td><a href="https://github.com/{{ site.github }}/tree/v1.1.2">link</a></td>
|
|
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.1.2">link</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.1.1">1.1.1</a></td>
|
|
<td>October 19, 2012</td>
|
|
<td><a href="https://github.com/{{ site.github }}/tree/release_1.1.1">link</a></td>
|
|
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.1.1">link</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.1">1.1</a></td>
|
|
<td>July 23, 2006</td>
|
|
<td><a href="https://github.com/{{ site.github }}/tree/release_1.1">link</a></td>
|
|
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.1">link</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.0.1">1.0.1</a></td>
|
|
<td>March 18, 2000</td>
|
|
<td><a href="https://github.com/{{ site.github }}/tree/release_1.0.1">link</a></td>
|
|
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.0.1">link</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.0">1.0</a></td>
|
|
<td>August 22, 1999</td>
|
|
<td><a href="https://github.com/{{ site.github }}/tree/release_1.0">link</a></td>
|
|
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.0">link</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<p>Sources and binaries for these releases are available from the above table.</p>
|
|
|
|
{{ includedMarkdown | markdownify }}
|
|
</div>
|