Skip to content

v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jun 11:27
· 1 commit to main since this release
8c2fdfb

Summary

  • Diff view is added. You can see diff of a resource in detail view by entering enter on resource. Or d to view collage of diffs of resources.
  • Changed ctrl+up/down to PageUp/Down due to conflict with terminal
  • Keys like /, H not working if no row is present now works.
  • Improved visual on light terminal theme (but let me know if it's still bad)

Changelog

  • a1a5f4d feat: add jsondiff package that will be used for showing resource diffs (#43)
  • de929ac feat: planned changes added to resource to detect diff (#42)
  • 8c2fdfb feat: press d opens box showing all diffs of resources (#45)
  • b69e9c3 feat: render diffs in detail view (#44)
  • 2447e3e fix: ctrl+up/down doesn't work on Mac
  • dacb20c fix: some keys in ListView works even if no row is found
  • cab8040 fix: structured theme/style and improve visual on light terminal (#41)