mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-22 05:38:35 +01:00
Boxes 2.1.1 released
This commit is contained in:
parent
e7ab609a08
commit
49356bd9d3
24
_posts/2021-06-14-boxes-v2.1.1-released.md
Normal file
24
_posts/2021-06-14-boxes-v2.1.1-released.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: "New release: boxes v2.1.1"
|
||||||
|
date: 2021-06-14 21:32:00 +0200
|
||||||
|
release: v2.1.1
|
||||||
|
---
|
||||||
|
|
||||||
|
A small release, mostly for the build fixes, but a few bug fixes and new designs, too!<!--break-->
|
||||||
|
|
||||||
|
- Fix several issues that had come up with the build
|
||||||
|
[#79](https://github.com/ascii-boxes/boxes/issues/79),
|
||||||
|
[#82](https://github.com/ascii-boxes/boxes/issues/82),
|
||||||
|
[#83](https://github.com/ascii-boxes/boxes/issues/83)
|
||||||
|
- Adjust Emacs mode file to changed output layout of `boxes -l`
|
||||||
|
(thanks to <span class="atmention">[@balducci](https://github.com/balducci)</span>!)
|
||||||
|
- Fix a bug where alias names could be defined twice in certain specific cases with config file inheritance
|
||||||
|
- Fix a parser bug where sometimes keywords that appear as part of a `sample` block would be taken for real
|
||||||
|
- A tag may not be called `none`. This is now checked.
|
||||||
|
- New standard tag `large` for large boxes
|
||||||
|
|
||||||
|
- New box design 'weave'
|
||||||
|
- New box design 'normand'
|
||||||
|
|
||||||
|
[[Release History]({{ site.baseurl}}/releases.html)]
|
@ -4,7 +4,7 @@ permalink: /releases.html
|
|||||||
redirect_from:
|
redirect_from:
|
||||||
- /docs/releases.html
|
- /docs/releases.html
|
||||||
created_at: 2015-03-17 22:06:12 +0100
|
created_at: 2015-03-17 22:06:12 +0100
|
||||||
last_modified_at: 2021-04-18 20:43:05 +0200
|
last_modified_at: 2021-06-14 21:32:00 +0200
|
||||||
---
|
---
|
||||||
|
|
||||||
# Release Notes
|
# Release Notes
|
||||||
@ -22,6 +22,13 @@ Click on the version numbers to view the release notes for each release.
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row"><a href="{{ site.baseurl}}{% post_url 2021-06-14-boxes-v2.1.1-released %}">2.1.1</a></th>
|
||||||
|
<td>June 14, 2021</td>
|
||||||
|
<td><a href="https://github.com/{{ site.github }}/tree/v2.1.1">link</a></td>
|
||||||
|
<td><a href="https://github.com/{{ site.github }}/releases/tag/v2.1.1">link</a></td>
|
||||||
|
<td class="d-none d-sm-table-cell">a few patches</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><a href="{{ site.baseurl}}{% post_url 2021-04-18-boxes-v2.1.0-released %}">2.1.0</a></th>
|
<th scope="row"><a href="{{ site.baseurl}}{% post_url 2021-04-18-boxes-v2.1.0-released %}">2.1.0</a></th>
|
||||||
<td>April 18, 2021</td>
|
<td>April 18, 2021</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user