We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4e510 commit 165fccfCopy full SHA for 165fccf
CHANGELOG.md
@@ -2,6 +2,23 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.8.2] - 2024-10-21
6
+
7
+### Bug Fixes
8
9
+- Use max string length
10
+- Increase `Column.cooldown`
11
12
+### Refactor
13
14
+- Drop `Handler.init()`
15
+- `frames` -> `frm`
16
+- Drop `mbuf`
17
18
+### Styling
19
20
+- Fix formatting
21
22
## [0.8.1] - 2024-10-07
23
24
### Bug Fixes
build.zig.zon
@@ -1,6 +1,6 @@
1
.{
.name = "xtxf",
- .version = "0.8.1",
+ .version = "0.8.2",
.paths = .{""},
.dependencies = .{
.termbox2 = .{
0 commit comments