pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

d2: update to 0.6.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sat Aug 5 08:47:53 2023 +0900
Changeset:	8474bb8f9d47932cdbfa00144c9b60ce46413d2d

Modified Files:
	d2/Makefile
	d2/distinfo

Log Message:
d2: update to 0.6.0

Features

* Variables and substitutions are implemented. See docs.
* Configure timeout value with D2_TIMEOUT env var
* Scale renders and disable fit to screen with --scale flag
* null keyword can be used to un-declare. See docs
* Develop multi-board diagrams in watch mode (links to
  layers/scenarios/steps work in --watch)
* Glob patterns have been implemented. See docs.

Improvements

* Display version on CLI help invocation
* Improved readability of connection labels when they overlap another
  connection
* Error message when shape is given a composite
* Improved rendering and text measurement for code shapes
* The autoformatter moves board declarations to the bottom of its scope
* All font styles in sketch mode use a consistent font-family
* Tooltip and link icons are positioned on shape border
* Tooltip and link icons are always rendered over shapes
* Boards with no objects are considered folders
* DEBUG environment variable ignored if set incorrectly

Bugfixes

* Fixes edge case in compiler using dots in quotes
* Fixes grid label font size for TALA
* Fixes person shape label positioning with multiple or 3d

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8474bb8f9d47932cdbfa00144c9b60ce46413d2d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 d2/Makefile | 2 +-
 d2/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/d2/Makefile b/d2/Makefile
index 8b0f9bd3d4..6e96cbf955 100644
--- a/d2/Makefile
+++ b/d2/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	d2-0.5.1
+PKGNAME=	d2-0.6.0
 DISTNAME=	d2-${GITHUB_TAG}
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=terrastruct/}
diff --git a/d2/distinfo b/d2/distinfo
index 93b0d4f00c..77ed38beb1 100644
--- a/d2/distinfo
+++ b/d2/distinfo
@@ -9,9 +9,9 @@ Size (cdr.dev_slog_@v_v1.4.2-0.20221206192828-e4803b10ae17.zip) = 44099 bytes
 BLAKE2s (cloud.google.com_go_@v_v0.26.0.mod) = 53d181aacbf96ec4f9cdd051466576dbb6959ca71a825bc6672046c7c53a2b43
 SHA512 (cloud.google.com_go_@v_v0.26.0.mod) = 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
 Size (cloud.google.com_go_@v_v0.26.0.mod) = 27 bytes
-BLAKE2s (d2-v0.5.1.tar.gz) = bb999b7db3f2b47b4a5217becf5197992c69164f116d238d0918e7b7d5d4dd54
-SHA512 (d2-v0.5.1.tar.gz) = 19a2d5595c593811fb18f55bef18754ff4d079df7d066186a4f4c110e69e4fe93603c73e90db02a308dbd1fb6c27237f9f4424f5bb37151984385cfe65e110bc
-Size (d2-v0.5.1.tar.gz) = 17242257 bytes
+BLAKE2s (d2-v0.6.0.tar.gz) = dccdf57824e33d33416d578c0588950cce9df5861b3e9b09a7e1e733acee2948
+SHA512 (d2-v0.6.0.tar.gz) = 7889fd5e67d205fccdb6beaa365021f62297e8d6ccee64aeeb9c8bd226d23b770591d7bb432bad1e3b3ac4fd8e7eae36f0a98e8d73e2a9671e3e99831456a14d
+Size (d2-v0.6.0.tar.gz) = 17864721 bytes
 BLAKE2s (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 1e3e33c00707a3593021eb034c331e03c391be2a8977de8635ddcdd39b13ded4
 SHA512 (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
 Size (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 34 bytes


Home | Main Index | Thread Index | Old Index