Indigrid Changelog

What's new in Indigrid Build 33

Jul 19, 2020
  • New: "Grow scope" and "shrink scope" commands—alt + left, and alt + right.
  • New: "Jump up to parent" and "jump back to previous" commands—alt + up, and alt + down.
  • Improvement: menu item for opening database folder—for discoverability.
  • Improvement: roadmap link in help menu.
  • Improvement: move to previous and next column menu items for discoverability of keyboard shortcuts to move between columns.
  • Improvement: method to distinguish between normal mode and edit mode in other applications via GetWindowLong(hwnd, 8) for remapping keys using AutoHotKey.
  • Improvement: update menus while in edit mode to show which commands are disabled in edit mode.
  • Change: order of collapse and expand menu items switched to match the up and down arrows of their respective keybindings.
  • Change: move filter menu items from edit menu to view menu.
  • Change: drop deprecated sha1 code signing, and leave just sha256 code signing—before I dual-signed using both methods for backwards compatibility.
  • Fixed: prevent headers from being collapsed.
  • Fixed: force keybindings' text to English instead of keyboard layout's language.

New in Indigrid Build 32 (Jun 28, 2020)

  • Improvement: ctrl + enter now an alias for f2 when in normal mode.
  • Fixed: hitting delete on an empty element in edit mode would delete the line below.
  • Fixed: hitting backspace when you had a selection but the caret was at beginning would join the text with the above line, instead of just deleting the selection.

New in Indigrid Build 31 (Apr 19, 2020)

  • Fixed: cutting from one bookmark and pasting into a different bookmark would crash.
  • Fixed: restore previous paste performance.
  • Fixed: minidumps created after a crash were missing the call stack.
  • Fixed: auto-update to slow down checking for new versions after failures to throttle requests.

New in Indigrid Build 30 (Mar 11, 2020)

  • Improvement: --undo program argument to undo from command line before attempting to load database.
  • Fixed: build 29 would reset all your changes if you closed Indigrid without making any changes—build 30 will restore all your changes if it detects that your changes have been reset.