2024-04-26 03:24:57 +00:00
|
|
|
#### Features 🚀
|
|
|
|
|
|
2024-10-09 21:25:40 +00:00
|
|
|
- Render: SVG files render in non-browser contexts (e.g. Inkscape, LaTeX) [#2147](https://github.com/terrastruct/d2/pull/2147)
|
|
|
|
|
|
2024-04-26 03:24:57 +00:00
|
|
|
#### Improvements 🧹
|
2022-11-15 00:53:57 +00:00
|
|
|
|
2024-10-03 21:14:14 +00:00
|
|
|
- Lib: removes a dependency on external slog that was causing troubles with installation [#2137](https://github.com/terrastruct/d2/pull/2137)
|
2024-10-05 22:34:53 +00:00
|
|
|
- CLI: attempts writing to path atomically, falling back to non-atomic if failed [#2141](https://github.com/terrastruct/d2/pull/2141)
|
2024-10-15 23:36:33 +00:00
|
|
|
- Export: pptx has "created at" metadata removed, so successive runs yield the same result [#2169](https://github.com/terrastruct/d2/pull/2160)
|
2024-10-03 21:14:14 +00:00
|
|
|
|
2022-12-01 21:14:09 +00:00
|
|
|
#### Bugfixes ⛑️
|
2024-10-01 21:22:01 +00:00
|
|
|
|
|
|
|
|
- Render: fixes edge case of a 3d shape with outside label being cut off [#2132](https://github.com/terrastruct/d2/pull/2132)
|