Skip to content

Releases: surrealdb/surrealist

v1.3.0 - Console panel

22 Dec 20:50
Compare
Choose a tag to compare

Building upon the features introduced in the past releases, version 1.3.0 introduces some requested changes as well as various UI improvements.

  • Added a console panel to view logs for the integrated database (#1)
    • Can be hidden and revealed on the fly or from the setting screen
  • Disabled uneccecary auto completion for input fields (#3)
  • Added configurable global query timeout setting
  • Added update checker to prompt about new releases
    • Can be disabled from the settings screen
  • Added comment toggle shortcut to the query editor (Ctrl + /)
  • Updated the setting screen UI

Issues

Surrealist is still very new and has not been put through much stress testing. If you find any issues, incompatibilities, or simply have a feature suggestion, please do open an issue ticket!

v1.2.0 - Launch Surreal from Surrealist

17 Dec 16:52
Compare
Choose a tag to compare

This latest release introduces the ability to launch a SurrealDB instance directly from the interface. This instance uses the username, password, and port configured for the current tab, allowing for zero configuration testing. This release also introduces some additional UX improvements.

  • Added the ability to start and stop a local database directly from Surrealist
    • Will use the username, password, and port entered for the current tab
    • The tab hosting the database will display an indication icon
  • Added an "Automatic" theme option that uses your operating system theme
    • This is now the default
  • Added auto completion support for variables

Issues

Surrealist is still very new and has not been put through much stress testing. If you find any issues, incompatibilities, or simply have a feature suggestion, please do open an issue ticket!

v1.1.2 - Query history

15 Dec 23:55
Compare
Choose a tag to compare

Introducing a query history drawer to access the last 50 executed queries, combined with some further QoL improvements.

  • Query history drawer
  • Result wrapping setting
  • Ctrl+Space to suggest table names at any time
  • Various UI fixes

Issues

Surrealist is still very new and has not been put through much stress testing. If you find any issues, incompatibilities, or simply have a feature suggestion, please do open an issue ticket!

v1.1.1 - UX Improvements

15 Dec 12:33
Compare
Choose a tag to compare

This release introduces table name auto completion together with some UI/UX improvements

  • Added auto completion for table names
    • Can be disabled in settings
  • Fixed indentation issues
  • Improved query result consistency

Issues

Surrealist is still very new and has not been put through much stress testing. If you find any issues, incompatibilities, or simply have a feature suggestion, please do open an issue ticket!

v1.1.0 - Feature complete (Windows)

14 Dec 15:16
Compare
Choose a tag to compare

Implemented all remaining functionality on the roadmap. This includes:

  • Auto connect when switching tabs
  • Dark theme support
  • Variables pane
  • Improved error handling
  • Various UI fixes

Issues

Surrealist is still very new and has not been put through much stress testing. If you find any issues, incompatibilities, or simply have a feature suggestion, please do open an issue ticket!

v1.0.0 - Initial release (Windows)

13 Dec 23:43
Compare
Choose a tag to compare

This is the initial release for Surrealist.

NOTE We have only built the Windows binary for v1.0.0, linux and OSX support is planned for the future. You can attempt to build from source to create binaries for your platform.

Features

  • Multi-tab query editing
  • Support for multiple queries in one request
  • Provides a clean and foldable view of your query result
  • SurrealQL syntax highlighting

Issues

Surrealist is still very new and has not been put through much stress testing. If you find any issues, incompatibilities, or simply have a feature suggestion, please do open an issue ticket!