Skip to content

v1.3.0

Latest

Choose a tag to compare

@roie roie released this 26 May 11:25
· 1 commit to main since this release

Changelog

  • 3c3a2b1 chore: bump version to 1.3.0
  • 1958ae2 chore: migrate homebrew release to cask
  • 815e27a docs: show configurable shortcut example
  • c580c69 docs: update homebrew cask install
  • 76dc426 feat: add configurable keyboard shortcuts
  • 4f40afb feat: add configurable sidepane counts
  • 8c05c98 feat: add custom field editor
  • 065e167 feat: add custom metadata fields
  • 950db15 feat: add detail modal actions
  • 1dffb99 feat: add inline runner script management
  • 782872a feat: add settings tui
  • 2913586 feat: add sidepane toggle shortcut
  • 1e1f6d5 feat: add tui script runner
  • c467f7e feat: cycle visible default sort presets
  • 49bc767 feat: delete custom runner scripts
  • 5390db3 feat: edit custom select fields from details
  • 85cd49a feat: edit custom text fields from details
  • 06ef74c feat: edit status and note from details
  • 4963e68 feat: make project action shortcuts configurable
  • bd9889d feat: navigate editable detail rows
  • 0a92cc3 feat: render editable detail selection
  • 4211b86 feat: separate updated from activity
  • 97656d6 feat: simplify note settings
  • cd20494 feat: streamline field settings
  • 9e5b9a9 feat: support custom fields in cli metadata
  • 49bf534 feat: support custom runner scripts
  • 08754b2 feat: toggle custom checkbox fields from details
  • 3013724 fix: address review issues in runner and tui
  • 245e0f8 fix: bound port detection commands
  • b431f44 fix: capture keyboard shortcuts by keypress
  • 2b878ae fix: clarify missing field label error
  • c9af764 fix: clarify recent commits heading
  • 76e54f9 fix: collapse expanded root picker rows
  • 540b92a fix: harden config metadata and rendering
  • 1092485 fix: harden project resolution and detection
  • 3edeb70 fix: hide carets for leaf root folders
  • fbd00d2 fix: improve web install interactions
  • 9dd2c63 fix: keep config list modal bounded
  • ab51f29 fix: keep reload selection by row
  • aff8ea0 fix: limit tui sort options to visible columns
  • b9397b2 fix: move selection one row on mouse wheel
  • 5c24c3d fix: parse quoted editor commands
  • 4b4b7a1 fix: polish shortcut config defaults
  • d2ff558 fix: polish tui error messages
  • 9189f02 fix: preserve config when adding projects
  • 4adfd7e fix: preserve full column picker order
  • 0c3c759 fix: reload overview for hidden filter
  • 0181595 fix: respect gitignore for updated detection
  • 6ea5371 fix: respect remapped details shortcut
  • b4c8155 fix: restore bounded plain output
  • a5531a4 fix: save settings with ctrl+s
  • efb9cb3 fix: tighten tui edge cases
  • 922f039 fix: use delete key for list removal
  • dae64f6 fix: wait for columns save before closing
  • 9ef75af perf: optimize project file enrichment
  • 40c140d perf: scan project files with gocodewalker
  • 1e9ac09 perf: speed up git dirty detection
  • a10da1d refactor: classify editable detail rows
  • 4a248ed refactor: share root picker logic
  • ede5612 test: cover interactive detail behavior