Releases: realm/realm-studio
Releases · realm/realm-studio
1.17.1: Upgrading Realm JS
Bugfixes
- Realm JS was upgraded to 2.2.4
Version 1.17.0 was skipped as a failed attempt to merge in the Realm Cloud channel.
NOTE: This release was drafted on GitHub again because of a regression (https://forums.realm.io/t/realm-studio-linux-doesnt-open/896/1) to avoid any other Linux users downloading this version. The latest linux was also reverted to 1.16.1 on S3 - Mac and Windows users will be experiencing an auto-updating upon initial install because of this.
1.16.1: Fixing browser flickering on Windows & loading Realms
Bugfixes
1.16.0: Open Realms when double-clicking *.realm files
Enhancements
- Realm Studio will now open if .realm files are double-clicked on the file-system (#595)
1.15.1: Open Realms when double-clicking in tables
Bugfixes
1.15.0: New Realms show automatically and filter a servers tables of Realms and users
1.14.0: Generate uuids, add and remove objects from lists, open context menus easier and reconnect to ROS
Enhancements
- Auto generate uuid when creating new objects (#561)
- "End of input" silenced + reconnect button upon failures (#567)
- Users wants to add and remove objects from lists (#565)
Bugfixes
- Open context menu when clicking in content grid (#562)
Internal
- Using the loading progress instead of a syncError state when showing sync errors (#577)
1.13.0: Manual write transactions, PK on class creation and deleting "//realms" fixed
Enhancements
- Manual write transactions (press cmd/ctrl + T or through the menu) and write on key-press (#441)
- Allow adding a primary key when creating a class (#540)
- Minor improvements of the create property dialog (#537)
Bugfixes
- Don't remove the initial slash when deleting a Realm (#570)
Internal
- Refactoring the way props are delivered to window containers (#557)