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 f85b702 commit 9542301Copy full SHA for 9542301
Changes
@@ -1,6 +1,8 @@
1
Revision history for Terminal-Widgets
2
3
{{$NEXT}}
4
+
5
+0.2.0 2025-11-06T15:15:38-08:00
6
[Bug Fixes]
7
- Fix duospaced text printing bug due to reused variable (Patrick Böker)++
8
- Fix draw-line-spans bugs found by (Patrick Böker)++
META6.json
@@ -62,5 +62,5 @@
62
],
63
"test-depends": [
64
65
- "version": "0.1.5"
+ "version": "0.2.0"
66
}
lib/Terminal/Widgets.rakumod
@@ -1,4 +1,4 @@
-unit class Terminal::Widgets:auth<zef:japhb>:api<0>:ver<0.1.5>;
+unit class Terminal::Widgets:auth<zef:japhb>:api<0>:ver<0.2.0>;
=begin pod
0 commit comments