File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
TypeDB Studio is available for Linux, Mac and Windows operating systems.
4
4
5
5
- 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
7
7
- User manual: https://typedb.com/docs/manual/studio
8
8
9
9
#### TypeDB Server Compatibility
@@ -17,7 +17,7 @@ compatibility between Studio and TypeDB server.
17
17
18
18
## New Features
19
19
20
- TypeDB Studio now supports querying TypeDB 3.0.
20
+ TypeDB Studio now supports querying TypeDB 3.0!
21
21
22
22
## Bugs Fixed
23
23
Original file line number Diff line number Diff line change 1
- 3.0.0
1
+ 3.0.1
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ object PreferenceDialog {
227
227
228
228
class PreferencesForm : State () {
229
229
private val preferenceGroups: List <PreferenceGroup > = listOf (
230
- PreferenceGroup .GraphVisualiser (),
230
+ // PreferenceGroup.GraphVisualiser(),
231
231
PreferenceGroup .TextEditor (),
232
232
PreferenceGroup .Project (),
233
233
PreferenceGroup .QueryRunner (),
You can’t perform that action at this time.
0 commit comments