commit
d320f57bef
2 changed files with 20 additions and 7 deletions
|
|
@ -1,15 +1,13 @@
|
||||||
|
For v0.0.99 we focused on X, Y and Z. Enjoy!
|
||||||
|
|
||||||
#### Features 🚀
|
#### Features 🚀
|
||||||
|
|
||||||
- Ability to export to PNG.
|
- Now you can easily do x, y and z #9999
|
||||||
|
|
||||||
#### Improvements 🔧
|
#### Improvements 🔧
|
||||||
|
|
||||||
- There is now equivalency between CLI flags and environment variables. For any option,
|
- Improves something or the other #9999
|
||||||
you can set either the flag or its equivalent environment variable (flags take
|
|
||||||
precedence). See `d2 --help` for more.
|
|
||||||
- Install script now uses `brew` for macOS machines with `brew` installed.
|
|
||||||
|
|
||||||
#### Bugfixes 🔴
|
#### Bugfixes 🔴
|
||||||
|
|
||||||
- Labels for Image shapes in dagre and ELK are now placed above the shape, to not overlap
|
- Fixes something or the other #9999
|
||||||
with the actual image.
|
|
||||||
|
|
|
||||||
15
ci/release/changelogs/v0.0.13.md
Normal file
15
ci/release/changelogs/v0.0.13.md
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
#### Features 🚀
|
||||||
|
|
||||||
|
- Ability to export to PNG.
|
||||||
|
|
||||||
|
#### Improvements 🔧
|
||||||
|
|
||||||
|
- There is now equivalency between CLI flags and environment variables. For any option,
|
||||||
|
you can set either the flag or its equivalent environment variable (flags take
|
||||||
|
precedence). See `d2 --help` for more.
|
||||||
|
- Install script now uses `brew` for macOS machines with `brew` installed.
|
||||||
|
|
||||||
|
#### Bugfixes 🔴
|
||||||
|
|
||||||
|
- Labels for Image shapes in dagre and ELK are now placed above the shape, to not overlap
|
||||||
|
with the actual image.
|
||||||
Loading…
Reference in a new issue