* Output txt for d2 to render diagrams as ASCII art #2572 * cross arrowhead shape is available #2190 * style.underline support for class fields and methods #2544 * markdown, latex, and code can be used as edge labels #2545 * border-x label positioning functionality #2549 * tooltips with near set always show even without hover #2564 * CLI supports customizing monospace fonts with --font-mono, --font-mono-bold, --font-mono-italic, and --font-mono-semibold flags #2590 * labels on scenario/step boards can be set with primary value (like layers) #2579 * autoformatter preserves order of boards #2580 * rename "Legend" with a title/label of your choosing (especially useful for non-English diagrams) #2582 * sketch mode fonts will use custom fonts if provided #2582 * actors in sequence diagrams with labels and icons together no longer overlap, position keywords now work too #2548 * fix double glob behavior in scenarios (wasn't propagating correctly) #2557 * fix diagram bounding box not accounting for legend in some cases #2584 * Breaking Changes: If you are using D2 as a library/API, passing in a FontFamily with sketch renders will now use the font, instead of previously ignoring it. - Update to version 0.7.0: OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/d2?expand=0&rev=22
18 lines
579 B
Plaintext
18 lines
579 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/terrastruct/d2.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v0.7.1</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
</service>
|
|
</services>
|