diff --git a/CHANGELOG.md b/CHANGELOG.md index c033a7e0c..10de86a35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# Release 3.3.0 (2019-01-04) + +[Changes since v3.2.0](https://github.com/realm/realm-studio/compare/v3.2.0...v3.3.0) + +## Enhancements +- Adding in-app messages from Realm to the Greeting window. ([#1056](https://github.com/realm/realm-studio/pull/1056)) +- Error dialogs now clearly separates the failed intent and the message from the throw exception. ([#1061](https://github.com/realm/realm-studio/pull/1061)) + +## Fixed +- Fixed text rendering issue resulting in clipping of property name and types in the header of the browser window. It was only observed on Windows with high pixel density displays. ([#1059](https://github.com/realm/realm-studio/pull/1059), since v1.0.0) +- Fixed an issue where sidebars got resized when a window got resized despite the sidebar being collapsed. ([#1060](https://github.com/realm/realm-studio/pull/1060), since v2.7.0) +- Fixed potential issues from writing to partial Realms by opening them in a read-only mode. ([#1062](https://github.com/realm/realm-studio/pull/1062) & [#1063](https://github.com/realm/realm-studio/pull/1063), since v1.0.0) +- Fixed the error shown when connecting to a Realm Cloud instance with an expired token. ([#1067](https://github.com/realm/realm-studio/pull/1067), since v1.18.1) + +## Internals +- Fixed the Dockerfile used when testing PRs. ([#1057](https://github.com/realm/realm-studio/pull/1057)) +- Removing all existing and future unused locals. ([#1058](https://github.com/realm/realm-studio/pull/1058)) +- Refactored singleton windows. ([#1066](https://github.com/realm/realm-studio/pull/1066)) + + # 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) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f97938042..c8aa0b072 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,16 +1,10 @@ [Changes since {PREVIOUS_VERSION}](https://github.com/realm/realm-studio/compare/{PREVIOUS_VERSION}...{CURRENT_VERSION}) ## Enhancements -- Adding in-app messages from Realm to the Greeting window. ([#1056](https://github.com/realm/realm-studio/pull/1056)) -- Error dialogs now clearly separates the failed intent and the message from the throw exception. ([#1061](https://github.com/realm/realm-studio/pull/1061)) +- None ## Fixed -- Fixed text rendering issue resulting in clipping of property name and types in the header of the browser window. It was only observed on Windows with high pixel density displays. ([#1059](https://github.com/realm/realm-studio/pull/1059), since v1.0.0) -- Fixed an issue where sidebars got resized when a window got resized despite the sidebar being collapsed. ([#1060](https://github.com/realm/realm-studio/pull/1060), since v2.7.0) -- Fixed potential issues from writing to partial Realms by opening them in a read-only mode. ([#1062](https://github.com/realm/realm-studio/pull/1062) & [#1063](https://github.com/realm/realm-studio/pull/1063), since v1.0.0) -- Fixed the error shown when connecting to a Realm Cloud instance with an expired token. ([#1067](https://github.com/realm/realm-studio/pull/1067), since v1.18.1) +- None ## Internals -- Fixed the Dockerfile used when testing PRs. ([#1057](https://github.com/realm/realm-studio/pull/1057)) -- Removing all existing and future unused locals. ([#1058](https://github.com/realm/realm-studio/pull/1058)) -- Refactored singleton windows. ([#1066](https://github.com/realm/realm-studio/pull/1066)) +- None diff --git a/package-lock.json b/package-lock.json index 08a48a17b..01797996f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "realm-studio", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5c1454771..30d63a984 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "realm-studio", "productName": "Realm Studio", - "version": "3.2.0", + "version": "3.3.0", "description": "A tool for everything Realm!", "author": { "name": "Realm Inc.",