boxes/_posts/2024-10-03-boxes-v2.3.1-released.md
2024-10-03 14:54:51 +02:00

20 lines
738 B
Markdown

---
layout: post
title: "New release: boxes v2.3.1"
date: 2024-10-03 14:00:00 +0200
release: v2.3.1
---
Provides a bug fix for some older Windows variants.<!--break-->
- Some older forms of Windows may not properly process ANSI color codes in the terminal. For those cases, we provide
a fix.
Make sure to tell your Windows to support UTF-8, too
([how]({% post_url 2024-03-13-windows-unicode-config %})). That's generally a good config on
Windows, not just for *boxes*.
- The debug logs can now be displayed via `-x debug` on all platforms
([details]({{ site.baseurl}}/contributing.html#debug-output)). No need to recompile everything with
preprocessor macros anymore.
[[Release History]({{ site.baseurl}}/releases.html)]