Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update studio #1568

Merged
merged 1 commit into from
Aug 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs-2.0/20.appendix/release-notes/studio-release-note.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Nebula Studio release notes

## v3.4.1

- Bugfix

- Fixed the bug that the edges were not rendered on self-loop.

## v3.4.0

- Enhancement
Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/nebula-studio/about-studio/st-ug-limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This topic introduces the limitations of Studio.
| 2.6.x | 3.1.x |
| 3.0.0 | 3.2.x |
| 3.1.0 | 3.3.2 |
| 3.0.0 ~ 3.2.0| 3.4.0|
| 3.0.0 ~ 3.2.0| 3.4.1、3.4.0|

## Architecture

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ extra:
base111b: 1.1.1-beta
base220: 2.2.1
base300: 3.0.0
release: 3.4.0
release: 3.4.1
branch: release-3.4
tag: v3.4.0
tag: v3.4.1
explorer:
release: 3.1.0
branch: release-3.1
Expand Down