Releases: git-plm/gitplm
Releases · git-plm/gitplm
v0.8.12
v0.8.11
- TUI: add confirmation prompt before running a release (y/n). Show "Releasing
..." immediately while the release runs asynchronously.
To update, run: gitplm -update
v0.8.10
To update, run: gitplm -update
v0.8.9
- TUI: entering search mode with
/now immediately reapplies the current
search filter to reflect any navigation changes.
To update, run: gitplm -update
v0.8.8
- TUI: pressing Enter in All Parts view navigates into the part's CSV file
instead of showing a limited detail popup. A second Enter shows full details. - TUI: disabled datasheet shortcut (
o) in All Parts view since the column is
not available.
To update, run: gitplm -update
v0.8.7
- TUI: trigger release from within the TUI by pressing
ron a manufactured
part (PCA, PCB, ASY, etc.). Release output is displayed in a scrollable
overlay with green/red border indicating success/failure.
To update, run: gitplm -update
v0.8.6
- Refactor CLI from flags to subcommands (e.g.,
gitplm release <IPN>instead
ofgitplm -release <IPN>)
To update, run: gitplm -update
v0.8.5
- TUI: search parts across all columns with
/key. - TUI: parametric search with per-column filters via
pkey. - TUI: edit a part in-place with
ekey. - TUI: add a new part with auto-generated next IPN via
akey. - TUI: copy a row to create a new part via
ckey. - TUI: delete a part with confirmation via
dkey. - TUI: view all part fields in a detail popup with
Enterkey. - TUI: open a part's datasheet URL in the browser with
okey. - TUI: dynamic help bar shows available actions for the current mode.
- TUI: editing is disabled in the combined "All Parts" view.
To update, run: gitplm -update
v0.8.4
- Search parent directories for config file and resolve relative paths in config
To update, run: gitplm -update
v0.8.3
- Highlight focused pane border in TUI for clearer focus indication
- Auto-fit TUI table columns to terminal width
- Update TUI table automatically when navigating file list
- Consolidate TUI into single tui.go file
To update, run: gitplm -update