File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,17 @@ All notable user-visible changes to this project are documented in this file.
66
77### Added
88
9+ ### Changed
10+
11+ ### Fixed
12+
13+ ## [ 0.4.0]
14+
15+ ### Added
16+
917- Added native ` .td.json ` diagram documents that can be opened with ` termdraw --load <file> ` or ` termdraw --load - ` .
18+ - Added a dashed box style for the Box tool.
19+ - Added an elbow connector tool for right-angle connector lines.
1020
1121### Changed
1222
Original file line number Diff line number Diff line change 11{
22 "name" : " @termdraw/app" ,
3- "version" : " 0.3.5 " ,
3+ "version" : " 0.4.0 " ,
44 "description" : " Standalone termDRAW terminal drawing app." ,
55 "keywords" : [
66 " ascii-art" ,
6464 "dependencies" : {
6565 "@opentui/core" : " 0.1.97" ,
6666 "@opentui/react" : " 0.1.97" ,
67- "@termdraw/opentui" : " 0.3.5 " ,
67+ "@termdraw/opentui" : " 0.4.0 " ,
6868 "react" : " ^19.2.5"
6969 },
7070 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @termdraw/opentui" ,
3- "version" : " 0.3.5 " ,
3+ "version" : " 0.4.0 " ,
44 "description" : " OpenTUI components and renderables for embedding termDRAW in terminal apps." ,
55 "keywords" : [
66 " ascii-art" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @termdraw/pi" ,
3- "version" : " 0.3.5 " ,
3+ "version" : " 0.4.0 " ,
44 "description" : " Pi extension package that embeds termDRAW inside Pi via opentui-island." ,
55 "keywords" : [
66 " drawing" ,
3939 "dependencies" : {
4040 "@opentui/core" : " 0.1.97" ,
4141 "@opentui/react" : " 0.1.97" ,
42- "@termdraw/opentui" : " 0.3.5 " ,
42+ "@termdraw/opentui" : " 0.4.0 " ,
4343 "opentui-island" : " ^0.4.0" ,
4444 "react" : " ^19.2.0"
4545 },
You can’t perform that action at this time.
0 commit comments