---
layout: post
title: "New release: boxes v2.2.0"
date: 2022-09-21 21:51:00 +0200
release: v2.2.0
---
A notable release, including a license upgrade, and cowsay support
- Upgrade the project's license from *GPL-2.0-only* to *GPL-3.0-only*
[#101](https://github.com/ascii-boxes/boxes/issues/101)
- Fix a bug where in some cases, parent config files referenced via :global:
were not found
- Fix a bug where automatic quoting of closing comment tags did not work properly for box designs which are
also comments in some programming language
- Improvements to the Emacs editor integration
(thanks [@balducci](https://github.com/balducci)!)
- Enable box designs made entirely of spaces via the `-c` command line option
(thanks [@Davidy22](https://github.com/Davidy22)!)
This is useful in technical cases such as when *boxes* is used to align an entire box in a terminal window.
- Many internal improvements, mostly around testability and testing
- New box designs `cowsay` and `tux`
(thanks [@Davidy22](https://github.com/Davidy22)!)
[!91](https://github.com/ascii-boxes/boxes/pull/91)
This is actually something of a big deal, because you can now create an actual cow almost exactly like
the legendary *cowsay* tool did, using *boxes*. We have official permission by Tony Monroe, author
of *cowsay*, to offer this. Many thanks [@tnalpgge](https://github.com/tnalpgge) -
or, as we say now, mooo!
_____________________________
/ \
| Boxes can have the cow too |
\ /
-----------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
[[Release History]({{ site.baseurl}}/releases.html)]