pkgsrc-WIP-changes archive

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

d2: update to 0.6.6



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sun Aug 4 18:10:22 2024 +0900
Changeset:	8eb9b4ed0974bb0de425e2fa5e41d7d807b322d3

Modified Files:
	d2/Makefile
	d2/distinfo

Log Message:
d2: update to 0.6.6

Features

* Glob inverse filters are implemented (e.g. *: {!&shape: circle;
  style.fill: red} to turn all non-circles red)
* Globs can be used in glob filter values, including checking for
  existence (e.g. *: {&link: *; style.fill: red} to turn all objects with a
  link red)

Improvements

* Opacity 0 shapes no longer have a label mask which made any segment of
  connections going through them lower opacity
* Bidirectional connections are now animated in opposite directions rather
  than one direction

Bugfixes

* Local relative icons are relative to the d2 file instead of CLI invoke
  path
* Custom label positions weren't being read when the width was smaller than
  the label
* Using shape: circle for arrowheads no longer removes all arrowheads along
  path in sketch mode
* Globs to null connections work
* Edge globs setting styles inherit correctly in child boards
* Board links imported with spread imports work
* Fix importing a file with nested boards
* Fix importing a file with underscores in links
* Replace a panic with an error message resulting from invalid link usage
* Fix globs not applying to scenarios on keys that were applied in earlier
  scenarios
* Fix edge case of invalid SVG from code blocks

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

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 d329172be0..5e40ee0898 100644
--- a/d2/Makefile
+++ b/d2/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	d2-0.6.5
+PKGNAME=	d2-0.6.6
 DISTNAME=	d2-${GITHUB_TAG}
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=terrastruct/}
diff --git a/d2/distinfo b/d2/distinfo
index 127dcdd3a7..718bbb82b7 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.6.5.tar.gz) = bdb8d7b098f90e2e6fe26307c5d7db03494e6892a885de964e01007086242087
-SHA512 (d2-v0.6.5.tar.gz) = b893ac47fc4e2bb5aa022023d22a7546ef127aaae13f88f78fb9a5ce715413cccdae6791a3a53d2e1b038bbf44010358ba4cbac698c7f4ca3f8078f30491b44b
-Size (d2-v0.6.5.tar.gz) = 19379868 bytes
+BLAKE2s (d2-v0.6.6.tar.gz) = 7ad7fb7a21ee995852c3239c880bc6b0a4f995719e95476f32a3a22a4607ab55
+SHA512 (d2-v0.6.6.tar.gz) = 384e5e02a91667c31b33619141d52eb0ac9652099e40ebfe2f807dd63c598a416d6d46d1ea6a82840b063e4fa5c5d30017efd4c56618a85b3240f29f3c3f8b9d
+Size (d2-v0.6.6.tar.gz) = 19559435 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