Skip to content

Releases: cars10/elasticvue

v1.0.12

18 Sep 19:39
Compare
Choose a tag to compare

Changelog

  • parse kibana console queries on paste in REST editor. You can paste kibana console queries into the editor (or use the dedicated button) to fill out the form automatically.
  • fix sorting issue when changing indices, fixes #261

Using elasticvue

Desktop app

Browser extension

Other

v1.0.11

11 Sep 19:59
Compare
Choose a tag to compare

Changelog

  • show node version on nodes overview, fixes #260
  • add vim mode in editor, thanks @fqdeng, fixes #253
  • update chinese translation, thanks @XiangtingLee, fixes #251
  • adds french translation, thanks @XNxa, fixes #250
  • update to vue 3.5

Using elasticvue

Desktop app

Browser extension

Other

v1.0.10

23 Jul 20:42
Compare
Choose a tag to compare

Changelog

  • fix table column size regression introduced in 1.0.9, fixes #245
  • fix filtering when null values are present, fixes #244
  • reset search table sort when changing index

Using elasticvue

Desktop app

Browser extension

Other

v1.0.9

14 Jul 17:40
Compare
Choose a tag to compare

Changelog

  • improve index templates, fixes #242
  • improve shards table, fixes #237
  • fix handling of index names including %, fixes #221
  • dependency updates

Using elasticvue

Desktop app

Browser extension

Other

v1.0.8

23 May 19:27
Compare
Choose a tag to compare

Changelog

  • fix update&delete documents that use routing, fixes #235
  • adds shard relocation confirm msg and cancel button, fixes #236
  • fix ui issue with long cluster names, fixes #230

Using elasticvue

Desktop app

Browser extension

Other

v1.0.7

24 Apr 18:54
Compare
Choose a tag to compare

Changelog

This release contains no changes to elasticvue itself. It is only done to fix build issues with the macos desktop version.

Using elasticvue

Desktop app

Browser extension

Other

v1.0.6

23 Apr 19:01
Compare
Choose a tag to compare

Changelog

  • double click to edit search results, fixes #225

Using elasticvue

Desktop app

Browser extension

Other

v1.0.5

21 Apr 16:55
Compare
Choose a tag to compare

Changelog

  • adds request logging to desktop app
  • fix issue when elasticsearch url ends with a slash, fixes #214
  • fix build setup when hosting elasticvue on a subdirectory
  • fix error when showing documents that include id prop, fixes #219
  • save per_page & sort settings on indices page
  • show index creation date on indices page
  • warn when selecting huge page sizes
  • add some query string examples
  • show search query execution time
  • adds "clear" button to search column selection options

Using elasticvue

Desktop app

Browser extension

Other

v1.0.4

26 Feb 20:17
Compare
Choose a tag to compare

Changelog

  • show shard size on hover, fixes #199 and #203
  • fix cluster selection filter, fixes #210
  • limit index bulk actions to 16 indices sent in chunks, fixes #213

Mac

  • mac desktop builds are now signed and notarized
  • mac desktop builds can now update automatically

Windows

  • windows desktop builds can now update automatically when using the msi installer

Linux

  • linux desktop builds can now update automatically when using the AppImage

Using elasticvue

Desktop app

Browser extension

Other

v1.0.3

13 Jan 10:56
Compare
Choose a tag to compare

Changelog

  • updates chinese translations. thanks @slow-groovin! #192
  • don't automatically open autocomplete in editor, press Ctrl+Space to open, fixes #189
  • send search query with Ctrl+Enter when editing query, fixes #190
  • fix sorting in nodes table, fixes #193

Using elasticvue

Desktop app

If you get an error message when running the mac version of elasticvue ("elasticvue" is damaged and can't be opened) you might have to run (This happens because the builds are not signed yet):

xattr -cr elasticvue_1.0.0*.dmg

Browser extension

Other