Releases: realm/realm-studio
Releases · realm/realm-studio
1.6.2: Allowing SSL verification bypass
1.6.1: Remembering credentials
1.5.0: Login using "other" custom authentication providers
Enhancements
- Custom authentication + "Connect to server" UI update (#350)
- Making the border radius smaller on buttons (#344)
Bug fixes
- Positioning the loading overlay above everything else (#343)
Internal
- Fixed download links in README
It's built with realm version 2.0.2 and tested with realm-object-server version 2.0.12.
1.4.0: Auto-updating UI, open encrypted realms and minor UI fixes
Enhancements
- Auto updating UI revisited (#336)
- Opening encrypted Realms (#339)
- Adding default ROS ports for "http" and "https" and "realm:" => "http:" protocol rewrite (#340)
Bug fixes
- Fixing z-index when dragging items on lists (#341)
Internal
- Forced code signing, when packaging (#335)
- Upload order fixed, when uploading artifacts to S3 (#337)
- Updated Realm icon (#308)
- Updated Realm Studio Icon (#305)
- Upgraded Realm to 2.0.2 (#342)
It's built with realm version 2.0.2 and tested with realm-object-server version 2.0.12.
1.3.0: Better ROS logs
Enhancements
- Improved experience when viewing logs (#329):
- They are now shown with the newest entries at the bottom.
- If scrolled to the bottom, it'll stay there when new entries arrive.
Bug fixes
- Sending an authentication message when opening logs (#329)
Internal
- Updating release notes (#325)
It's built with realm version 2.0.0 and tested with realm-object-server version 2.0.6.
1.2.0: Deselecting user & sending tokens when requesting logs
1.1.1: Drag-n-drop items in lists
Enhancements
- Draggable rows on lists (#292)
Internal
- This is the release with the new release pipeline.
It's built with realm version 2.0.0 and tested with realm-object-server version 2.0.4.
Note: Skipping version 1.1.0 as that was released only to Windows users (by accident).
1.0.1: Fixed null values for data properties
Bug fixes
- Null values in optional data properties are now fixed.
Internal
- Sending less events to Mixpanel.
It's built with realm version 2.0.0 and tested with realm-object-server version 2.0.2.
1.0.0: For Windows, Mac and Linux
Realm Studio 1.0.0 - fully functional on Mac, Windows and Linux!
Features
- Browse and edit local Realms on your file-system.
- Connect to and administer a Realm Object Server:
- Create and edit users, updating their metadata, changing passwords, etc.
- Open and edit realms.
- It supports list of primitive values (int, bool, etc.)
- Its a great foundation for a lot of new features and fixes, which will downloaded and upgraded automatically on Mac and Windows!
It's built with realm version 2.0.0-rc22 and tested with realm-object-server version 2.0.0-rc.5.
Known issues and limitations
- Auto-updating won't be enabled for Linux, it looks like we need to use the regular distributions package managers instead: https://github.com/electron/electron/blob/master/docs/api/auto-updater.md#platform-notices
- The server administration deletes users by removing rows in the synchronized __admin Realm - but it should use a RESTful HTTP call to ROS instead. It works - but it leaves unreferenced objects in the database. Tracked by #191.
- Realm Schemas cannot be exported to binding languages, yet. Tracked by #158.
- Some minor UI related hick-ups and inconvieniences:
- Menu items are very web-related. Tracked by #125.
- Auto-updating UI needs to be revisited to add indication of progress. Tracked by #202, #250 and #248.
- Scrollbars in the browser behaves unexpected when switching between classes.
- When editing data, a field can be left with validation errors by selecting an other class.
- Limited feedback when filtering realms, using a query.
- A lot of other issues that we should be fixing.
1.0.0-rc.3: Browser enhancements
Enhancements
- Showing list of primitives (#143).
- Fixed misalignment of data cells and header cells (#151) by adding visual cues that more data exists (#107) instead of adding permanent scrollbars.
- Changes to the way lists and object references are displayed (#126) - making them more language independent.
- Revisiting the way list of object references are shown in the sidebar (#16).
Internal
- Now releasing from another branch than
master
, to prevent unintended continuous releases. - It's built with realm version 2.0.0-rc22 and tested with realm-object-server version 2.0.0-rc.5.