Skip to content

Releases: git-plm/gitplm

v0.7.1

11 Jul 14:13

Choose a tag to compare

  • rename release to more friendly names

v0.7.0

11 Jul 14:07

Choose a tag to compare

Added

  • Interactive TUI (Terminal User Interface) mode when no command line arguments
    are provided (WIP)
  • TUI prompt for configuring partmaster directory when not set in configuration
  • Automatic saving of partmaster directory configuration to gitplm.yml
  • Scrollable table display of partmaster data in TUI with columns: IPN,
    Description, Manufacturer, MPN, Value
  • Enhanced file search pattern supporting CCC-NNN-VV.csv and CCC-NNN-VV.yml
    formats. This gives us the ability to have
    different variations
    of a base IPN.
  • YAML configuration file support (gitplm.yaml, gitplm.yml, .gitplm.yaml,
    .gitplm.yml)
  • Start of KiCad HTTP library API support (WIP)

Enhanced

  • Source file discovery now supports variation-based file naming using first two
    digits of variation number
  • File search priority: base pattern (CCC-NNN.csv) first, then variation
    pattern (CCC-NNN-VV.csv)
  • Improved user experience with seamless configuration flow in TUI mode
  • Quantity fields now support fractional values (e.g., 0.5, 1.25) for more
    precise BOM specifications

v0.6.1

27 Jun 02:09

Choose a tag to compare

Fix deprecated name_template_replacements field in goreleaser config

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

v0.4.0

02 Feb 20:19
053e919

Choose a tag to compare

  • output hook stdout/err to gitplm stdout/err
  • add IPN template variable in hooks

v0.3.0

04 Jan 20:30
c748ec8

Choose a tag to compare

  • support hooks, and required sections in release configuration (yml) file.
  • rewrite README.md

v0.2.0

04 Jan 15:53
651edd4

Choose a tag to compare

Merge pull request #37 from git-plm/cbrake/main

support YML only and copy command

v0.1.1

03 Jan 22:48
080c401

Choose a tag to compare

  • merge partmaster into combined BOM and add description from partmaster
  • gather up manufacturing assets for all parts we produce.

v0.1.0

03 Jan 22:13
080c401

Choose a tag to compare

Merge pull request #35 from git-plm/cbrake/main

Cbrake/main

v0.0.14

08 Sep 19:59
aeb7337

Choose a tag to compare

  • support PCA assemblies

v0.0.13

24 Mar 16:16
582a9a2

Choose a tag to compare

  • input output BOMs, move MPN and Manufactuer columns left. This makes it easier
    to import BOMs into distributor web sites like Mouser. (#30)