diff --git a/web/src/pages/Doc/Index.vue b/web/src/pages/Doc/Index.vue index 34135b9a..d1307e18 100644 --- a/web/src/pages/Doc/Index.vue +++ b/web/src/pages/Doc/Index.vue @@ -92,6 +92,10 @@ export default { margin: 10px 0; } + h4 { + margin-bottom: 10px; + } + p { margin-bottom: 20px; } diff --git a/web/src/pages/Doc/en/changelog/index.md b/web/src/pages/Doc/en/changelog/index.md index 79dc94a6..85ffb97c 100644 --- a/web/src/pages/Doc/en/changelog/index.md +++ b/web/src/pages/Doc/en/changelog/index.md @@ -1,5 +1,11 @@ # Changelog +## 0.4.6 + +optimization: 1.When adding historical data, filter data that has not changed compared to the previous time + +Fix: 1.Fixed a conflict between the direction keys and the navigation function of the direction keys during node editing. 2.Fixed the issue of node id loss when dragging a mobile node, which can cause associated lines to be lost. + ## 0.4.5 New: 1.Supports associative lines. 2.You can also drag the canvas by holding down the root node. 3. Hold down the ctrl key to adjust multiple selected nodes. diff --git a/web/src/pages/Doc/en/changelog/index.vue b/web/src/pages/Doc/en/changelog/index.vue index 5cdfac8c..1420e29e 100644 --- a/web/src/pages/Doc/en/changelog/index.vue +++ b/web/src/pages/Doc/en/changelog/index.vue @@ -1,6 +1,9 @@