mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-03-03 08:41:23 +01:00
95 lines
4.0 KiB
HTML
95 lines
4.0 KiB
HTML
---
|
|
layout: markdown
|
|
title: Release History
|
|
---
|
|
|
|
# Release History
|
|
|
|
So far, there were these stable releases:
|
|
|
|
<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>
|
|
<th class="hidden-xs">Remark</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a href="{{ site.baseurl}}{% post_url 2021-04-18-boxes-v2.1.0-released %}">2.1.0</a></td>
|
|
<td>April 18, 2021</td>
|
|
<td><a href="https://github.com/{{ site.github }}/tree/v2.1.0">link</a></td>
|
|
<td><a href="https://github.com/{{ site.github }}/releases/tag/v2.1.0">link</a></td>
|
|
<td class="hidden-xs">many new features</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="{{ site.baseurl}}{% post_url 2021-02-15-boxes-v2.0.0-released %}">2.0.0</a></td>
|
|
<td>February 15, 2021</td>
|
|
<td><a href="https://github.com/{{ site.github }}/tree/v2.0.0">link</a></td>
|
|
<td><a href="https://github.com/{{ site.github }}/releases/tag/v2.0.0">link</a></td>
|
|
<td class="hidden-xs">major update</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="{{ site.baseurl}}{% post_url 2019-02-21-boxes-v1.3-released %}">1.3</a></td>
|
|
<td>February 21, 2019</td>
|
|
<td><a href="https://github.com/{{ site.github }}/tree/v1.3">link</a></td>
|
|
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.3">link</a></td>
|
|
<td class="hidden-xs">minor update</td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="{{ site.baseurl}}{% post_url 2017-03-16-boxes-v1.2-released %}">1.2</a></td>
|
|
<td>March 16, 2017</td>
|
|
<td><a href="https://github.com/{{ site.github }}/tree/v1.2">link</a></td>
|
|
<td><a href="https://github.com/{{ site.github }}/releases/tag/v1.2">link</a></td>
|
|
<td class="hidden-xs"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="{{ site.baseurl}}{% post_url 2015-01-16-boxes-v1.1.2-released %}">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>
|
|
<td class="hidden-xs"> </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>
|
|
<td class="hidden-xs"> </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>
|
|
<td class="hidden-xs">new features</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>
|
|
<td class="hidden-xs">important maintenance</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>
|
|
<td class="hidden-xs"> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
Sources and binaries for these releases are available from the above table.
|
|
|
|
Note that you can always copy the [latest box designs](https://github.com/{{ site.github }}/blob/master/boxes-config)
|
|
from GitHub to replace your older *boxes-config* (Unix) or *boxes.cfg* (Windows) - the designs
|
|
are backwards compatible.
|