Skip to content

Commit 0461ce2

Browse files
committed
chore(release): cut v0.4.0
1 parent 91d49d4 commit 0461ce2

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -64,7 +64,7 @@
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": {

packages/opentui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

packages/pi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -39,7 +39,7 @@
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
},

0 commit comments

Comments
 (0)