Skip to content

Commit

Permalink
Prepare version v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Dec 21, 2018
1 parent 49c16e4 commit 27bf7c9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Release 3.2.0 (2018-12-21)

[Changes since v3.1.3](https://github.com/realm/realm-studio/compare/v3.1.3...v3.2.0)

This version of Studio changes how Realm state and file size metrics (displayed in the server administration window) are fetched from the server. Consequently server must be at least version 3.16.0 to display these sizes correctly.

## Enhancements
- Showing connection state (disconnected, connecting or connected) in the server administration window. ([#1027](https://github.com/realm/realm-studio/pull/1027))
- No longer waiting for the entire admin Realm to download before showing realms and users in the server administration window. ([#1027](https://github.com/realm/realm-studio/pull/1027))

## Fixed
- Fixed displaying Realm state and file size in the server administration window. ([#1027](https://github.com/realm/realm-studio/pull/1027))
- Fixed process directory creation on initial startup. ([#1053](https://github.com/realm/realm-studio/pull/1053), since v3.1.2)

## Internals
- None


# Release 3.1.3 (2018-12-17)

[Changes since v3.1.2](https://github.com/realm/realm-studio/compare/v3.1.2...v3.1.3)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "realm-studio",
"productName": "Realm Studio",
"version": "3.1.3",
"version": "3.2.0",
"description": "A tool for everything Realm!",
"author": {
"name": "Realm Inc.",
Expand Down

0 comments on commit 27bf7c9

Please sign in to comment.