boxes/pages/releases.md
Thomas Jensen c049484e4c
Update website design
- Updated frameworks for better browser support
- Improved responsive design
- Versioned documentation
- Better social media support via the Jekyll SEO plugin
- New looks, fwiw
- Start page has some more relevant info
- Documentation sorted to be more easily accessible
- Internally upgraded from plain CSS to SASS
2021-05-26 21:13:21 +02:00

101 lines
4.7 KiB
Markdown

---
title: Release History
permalink: /releases.html
redirect_from:
- /docs/releases.html
created_at: 2015-03-17 22:06:12 +0100
last_modified_at: 2021-04-18 20:43:05 +0200
---
# Release Notes
Click on the version numbers to view the release notes for each release.
<table class="table table-striped">
<thead>
<tr>
<th scope="col"><span class="d-none d-sm-inline">Release</span><span class="d-inline d-sm-none">Rel.</span></th>
<th scope="col">Date</th>
<th scope="col"><span class="d-none d-sm-inline">Sources</span><span class="d-inline d-sm-none">Src</span></th>
<th scope="col"><span class="d-none d-sm-inline">Binaries</span><span class="d-inline d-sm-none">Bin</span></th>
<th scope="col" class="d-none d-sm-table-cell">Remark</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><a href="{{ site.baseurl}}{% post_url 2021-04-18-boxes-v2.1.0-released %}">2.1.0</a></th>
<td>April&nbsp;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="d-none d-sm-table-cell">many new features</td>
</tr>
<tr>
<th scope="row"><a href="{{ site.baseurl}}{% post_url 2021-02-15-boxes-v2.0.0-released %}">2.0.0</a></th>
<td>February&nbsp;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="d-none d-sm-table-cell">major update</td>
</tr>
<tr>
<th scope="row"><a href="{{ site.baseurl}}{% post_url 2019-02-21-boxes-v1.3-released %}">1.3</a></th>
<td>February&nbsp;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="d-none d-sm-table-cell">minor update</td>
</tr>
<tr>
<th scope="row"><a href="{{ site.baseurl}}{% post_url 2017-03-16-boxes-v1.2-released %}">1.2</a></th>
<td>March&nbsp;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="d-none d-sm-table-cell">&nbsp;</td>
</tr>
<tr>
<th scope="row"><a href="{{ site.baseurl}}{% post_url 2015-01-16-boxes-v1.1.2-released %}">1.1.2</a></th>
<td>January&nbsp;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="d-none d-sm-table-cell">&nbsp;</td>
</tr>
<tr>
<th scope="row"><a href="https://github.com/{{ site.github }}/releases/tag/v1.1.1">1.1.1</a></th>
<td>October&nbsp;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="d-none d-sm-table-cell">&nbsp;</td>
</tr>
<tr>
<th scope="row"><a href="https://github.com/{{ site.github }}/releases/tag/v1.1">1.1</a></th>
<td>July&nbsp;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="d-none d-sm-table-cell">new features</td>
</tr>
<tr>
<th scope="row"><a href="https://github.com/{{ site.github }}/releases/tag/v1.0.1">1.0.1</a></th>
<td>March&nbsp;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="d-none d-sm-table-cell">important maintenance</td>
</tr>
<tr>
<th scope="row"><a href="https://github.com/{{ site.github }}/releases/tag/v1.0">1.0</a></th>
<td>August&nbsp;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="d-none d-sm-table-cell">&nbsp;</td>
</tr>
</tbody>
</table>
(For versions 1.1.1 and older, the precise release notes are not preserved, and would need to be extracted from the
Git commit history.)
<div class="alert alert-primary my-5">
<strong>Pro Tip:</strong> You can always copy the
<a href="https://github.com/{{ site.github }}/blob/master/boxes-config">latest box designs</a>
from GitHub to replace your older <i>boxes-config</i> (Unix) or <i>boxes.cfg</i> (Windows) - the designs
are backwards compatible.
</div>