Skip to content

3.6.1

Compare
Choose a tag to compare
@realm-ci realm-ci released this 06 Jun 19:32

Changes since v3.5.0

Enhancements

  • Improved how log entries are displayed in the server adminstration window: The timestamp now displays the date when the entry is not from the current day and the context object gets expanded initially. (#1131, since v1.20.0)
  • Added a menu item to export data to JSON or a local Realm from the Realm Browser window. When exporting to a local Realm the file will be compacted and saved without additional free space. (#1134)
  • Added an option to run verbatim realm-js queries on the Realms and Users tables. This can be useful, for example, when you have many similarly named Realms - for example foo, foo1, etc. and you want to find exactly foo. To run a manual query, prefix it with !. (#1147)
  • Added progress labels when downloading a Realm file. (#1148)

Fixed

  • None