Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 68c142f

Browse files
committed
beta 5
1 parent a801592 commit 68c142f

4 files changed

Lines changed: 38 additions & 1 deletion

File tree

blog/2023-02-08-beta5.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
slug: beta5
3+
title: Beta 5 released
4+
authors: [davide]
5+
tags: [updates]
6+
hide_table_of_contents: true
7+
---
8+
9+
Less than 2 weeks after Beta 4, we have a new release!
10+
This version includes some important bug fixes and also
11+
some cool new features.
12+
13+
## Split View
14+
15+
See two Trees simultaneously, side by side.
16+
17+
Once the split view is opened (top-right icon), you
18+
can drag and drop your trees from the Project View
19+
to open it in a new tab, or move your tabs from one area to the other.
20+
21+
![split_view.png](2023-02-08-beta5/split_view.png)
22+
23+
24+
## Live XML preview
25+
26+
Ability to see a preview of the XML that will be generated, before you actually save the file.
27+
28+
The preview is updated live, if the Tree is modified.
29+
30+
![xml_preview.png](2023-02-08-beta5/xml_preview.png)
31+
32+
## Save the current Tree view on file
33+
34+
If you righ click on the Tree View area, you will see
35+
a new option, **"Save Image"**.
36+
37+
You can choose to save the Tree View as PNG, JPEG or SVG.
81.5 KB
Loading
129 KB
Loading

src/pages/groot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ export default function Groot() {
326326
className={`${styles.sectionText} container ${styles.flexCol} gap-5 `}
327327
>
328328
<h1>Download Groot 2</h1>
329-
<h3>Version: 0.4.0 (beta-4, 2023-01-28)</h3>
329+
<h3>Version: 0.5.0 (beta-5, 2023-02-08)</h3>
330330
<div className={styles.downloadGroup}>
331331
<div>
332332
<img

0 commit comments

Comments
 (0)