|
1 | 1 | ### Distribution |
2 | 2 |
|
3 | | -TypeDB Studio is available for Linux, Mac and Windows. [Download TypeDB Studio 2.28.0.](https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:2.28.0) |
| 3 | +TypeDB Studio is available for Linux, Mac and Windows operating systems. |
4 | 4 |
|
5 | | -For Mac Intel and Mac ARM, TypeDB Studio is also available through Homebrew: |
| 5 | +- Installation instructions: https://typedb.com/docs/home/install/studio |
| 6 | +- Direct download: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:2.28.4 |
| 7 | +- User manual: https://typedb.com/docs/manual/studio |
6 | 8 |
|
7 | | -``` |
8 | | -brew tap vaticle/tap |
9 | | -brew install --cask vaticle/tap/typedb-studio |
10 | | -``` |
| 9 | +#### TypeDB Server Compatibility |
11 | 10 |
|
12 | | -### TypeDB Server Compatibility |
13 | | - |
14 | | -See the [compatibility table](https://typedb.com/docs/typedb/connecting/studio#_version_compatibility) to see |
15 | | -which versions of Studio are compatible with which versions of TypeDB server. |
| 11 | +See the [compatibility table](https://typedb.com/docs/typedb/connecting/studio#_version_compatibility) to ensure |
| 12 | +compatibility between Studio and TypeDB server. |
16 | 13 |
|
17 | 14 | --- |
18 | 15 |
|
19 | 16 |
|
20 | 17 | ## New Features |
21 | | -- **Cloud address translation** |
22 | | - |
23 | | - We introduce a way to provide address translation when attempting to connect to cloud servers (cf. https://github.com/vaticle/typedb-driver/pull/624). This is useful when the route from the user to the servers differs from the route the servers are configured with (e.g. connection to public-facing servers from an internal network). |
24 | | - |
25 | | - Note: we currently require that the user provides translation for the addresses of _all_ nodes in the Cloud deployment. |
26 | | - |
27 | | - <img width="532" src="https://github.com/vaticle/typedb-studio/assets/18616863/74859fbd-de4f-4844-b1e6-f3507dc364b7"> |
28 | | - |
| 18 | +- **Deploy to APT** |
| 19 | + |
| 20 | +Users of Ubuntu and other Debian-like Linux distributions will now be able to install the |
| 21 | +`typedb-studio` package from the Vaticle APT repo (https://repo.typedb.com/public/public-release/deb/ubuntu). |
| 22 | + |
| 23 | +- **Introduce 'Close Database Session' button** |
29 | 24 |
|
30 | | -- **Store cursor position when changing lines** |
31 | | - |
32 | | - We store cursor positions when changing lines as described in https://github.com/vaticle/typedb-studio/issues/748. This is standard behaviour in other IDEs, such as IntelliJ IDEA and VSCode. |
33 | | - |
34 | | - Before: |
35 | | - |
36 | | - https://github.com/vaticle/typedb-studio/assets/51956016/9a4232b2-fb41-4276-9b48-76d741143329 |
37 | | - |
38 | | - After: |
39 | | - |
40 | | - https://github.com/vaticle/typedb-studio/assets/51956016/0f311437-15f4-4a66-96d8-0005dedc6ad7 |
41 | 25 |
|
42 | 26 | ## Bugs Fixed |
| 27 | +- **Clean up ServerDialog and trim whitespaces from address input form** |
43 | 28 |
|
44 | 29 |
|
45 | 30 | ## Code Refactors |
46 | 31 |
|
47 | 32 |
|
48 | 33 | ## Other Improvements |
49 | | -- **Fix Windows short workspace git patch** |
50 | | - |
51 | | -- **Replace licenses with MPL version 2.0** |
52 | 34 |
|
0 commit comments