Skip to content

Releases: realm/realm-studio

1.17.1: Upgrading Realm JS

29 Jan 17:26
Compare
Choose a tag to compare

Changes since v1.16.1

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

11 Jan 12:22
Compare
Choose a tag to compare

Changes since v1.16.0

Bugfixes

  • Fixing windows flicker (#608)
  • Fix loading realms and focus on the last window (#610)

1.16.0: Open Realms when double-clicking *.realm files

08 Jan 16:21
Compare
Choose a tag to compare

Changes since v1.15.1

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

08 Jan 11:52
Compare
Choose a tag to compare

Changes since v1.15.0

Bugfixes

  • Realms now open again when double-clicking them in the table of Realms (#598)
  • Double-clicking a user in the table of users does not toggle the sidebar anymore (#598)
  • Added a cross to close sidebars (#598)

1.15.0: New Realms show automatically and filter a servers tables of Realms and users

05 Jan 23:48
Compare
Choose a tag to compare

Changes since v1.14.0

Enhancements

  • Allow filter realms and users (#585)

Bugfixes

  • Realm table updating when realms are added (#594)

Internal

  • Added CHANGELOG.md (#160)
  • Small changes to a test script (#591)

1.14.0: Generate uuids, add and remove objects from lists, open context menus easier and reconnect to ROS

22 Dec 15:53
Compare
Choose a tag to compare

Changes since v1.13.0

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

20 Dec 21:05
Compare
Choose a tag to compare

Changes since v1.12.0

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)

1.12.0: CSV import into an open Realm

13 Dec 13:55
Compare
Choose a tag to compare

Changes since v1.11.1

Enhancements

  • CSV import into open realm (#532)

Bugfixes

  • Showing public in the Realm permissions table (#538)

Internal

  • Updated electron builder (#539)
  • Removed the GitHub publish provider

1.11.1: Fixed creating classes and properties in synced Realms

12 Dec 21:36
Compare
Choose a tag to compare

Changes since v1.11.0

Bugfixes

  • Fix creating synced classes and properties (#530)
  • Fixes #392 open a local sync Realm with history (#498)

1.11.0: Creating Realms, classes and properties

12 Dec 17:22
Compare
Choose a tag to compare

Changes since v1.10.0

Enhancements

  • Adding CSV importer (#479)
  • Create synced realm (#475)

Internal

  • Copied out the change to the package-lock version (#517)
  • Upgrading electron to (#516)
  • Menu and actions refactored (#524)