boxes/_posts/2023-08-24-boxes-v2.2.1-released.md

26 lines
1.3 KiB
Markdown
Raw Normal View History

2023-08-26 18:29:43 +02:00
---
layout: post
title: "New release: boxes v2.2.1"
date: 2023-08-24 16:48:00 +0200
release: v2.2.1
---
Multiple small fixes this time.<!--break-->
- Fix compilation on MacOS [#118](https://github.com/{{ site.github }}/issues/118) (thanks
<span class="atmention">[@mathomp4](https://github.com/mathomp4)</span>!)
- Fix an out-of-bounds access in remove module [!104](https://github.com/{{ site.github }}/pull/104) (thanks
<span class="atmention">[@sgn](https://github.com/sgn)</span>!)
- Fix compilation with Clang16 [#106](https://github.com/{{ site.github }}/issues/106) (thanks
<span class="atmention">[@Schievel1](https://github.com/Schievel1)</span>!)
- <span class="atmention">[@Schievel1](https://github.com/Schievel1)</span> is now also the official maintainer of
*boxes* for Gentoo Linux :1st_place_medal:
- Improve [*boxes* mode for Emacs]({{ site.baseurl}}/editors-emacs.html) including a MELPA package (thanks
<span class="atmention">[@Mike-Woolley](https://github.com/Mike-Woolley)</span>!)
- Better build performance on Windows
- Ability to create a static binary for Linux, with all dependencies baked in (`make static`)
[#100](https://github.com/{{ site.github }}/issues/100)
- A number of small internal improvements
[[Release History]({{ site.baseurl}}/releases.html)]