Skip to content

Commit c48670f

Browse files
committed
Remove graph visualiser preference and update version to 3.0.1
1 parent 4d55b7c commit c48670f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
TypeDB Studio is available for Linux, Mac and Windows operating systems.
44

55
- Installation instructions: https://typedb.com/docs/home/install-tools#_studio
6-
- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:3.0.0
6+
- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:3.0.1
77
- User manual: https://typedb.com/docs/manual/studio
88

99
#### TypeDB Server Compatibility
@@ -17,7 +17,7 @@ compatibility between Studio and TypeDB server.
1717

1818
## New Features
1919

20-
TypeDB Studio now supports querying TypeDB 3.0.
20+
TypeDB Studio now supports querying TypeDB 3.0!
2121

2222
## Bugs Fixed
2323

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.0.1

module/preference/PreferenceDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ object PreferenceDialog {
227227

228228
class PreferencesForm : State() {
229229
private val preferenceGroups: List<PreferenceGroup> = listOf(
230-
PreferenceGroup.GraphVisualiser(),
230+
// PreferenceGroup.GraphVisualiser(),
231231
PreferenceGroup.TextEditor(),
232232
PreferenceGroup.Project(),
233233
PreferenceGroup.QueryRunner(),

0 commit comments

Comments
 (0)