Skip to content

Releases: chuckwagoncomputing/interactive-pinout

Pin Interpolation and Parse Error Checking

17 Nov 13:34
36f2408

Choose a tag to compare

Auto interpolate ranges of pins, so you can define the first and last pins in a row, and all the rest will be automatically placed evenly between them. This requires numbered pins.

Adds a warning-parse option to handle errors while parsing YAML connector definitions.

Back to the Debian

20 Apr 03:41
64a422c

Choose a tag to compare

yq disappeared from the Alpine repo, so we go back to Debian. This slows things down a little.

Lil' Fixes

08 Mar 01:04
d0a381e

Choose a tag to compare

  • Fix print styles
  • Warn/error if there are duplicate pins in the pin position section. This already existed for the main pin definition section.

Stylin

26 Jan 00:43
8d1122b

Choose a tag to compare

Improved the color toggle for mobile devices and long connector names
Tweaked the styling in a few other places

Colors and More

19 Jan 03:52
dd66d7a

Choose a tag to compare

Added a toggle to switch to colors specified in YAML
Added a warning when a YAML doesn't contain any pins
Fancier style
some bug fixes

Bug Fixes

01 Dec 13:40
f04088e

Choose a tag to compare

2.11

count connectors found properly

Text Templating

19 Aug 19:17
1d680ff

Choose a tag to compare

You can now define templates for inserting data from one column into another column.

Warning for No Connectors

05 Aug 22:43
ec2a714

Choose a tag to compare

This adds a warning-no-connectors option.

Multiple Paths

18 Jul 03:37
b374dea

Choose a tag to compare

Now allows multiple search paths

NOTE: You must now remove the leading ./ from the path.

External Image & Coordinates definition

17 Jul 23:20
885ce9a

Choose a tag to compare

The info->pins section has been moved to info->image->pins. The old location is still supported for now.

This release adds an import field that replaces the file and pins fields of the image section.
The file and pins can be moved to a separate file, which import can reference.
This allows multiple pinouts to reuse the same connector.

An off-by-one error on the message counting the number of connectors processed was also fixed.