Skip to content

Releases: chuckwagoncomputing/interactive-pinout

Multiple Color Columns, Connector-specific Overrides, and Highlight Parameter

24 Dec 13:32
667ee12

Choose a tag to compare

  • Added color-columns option - an array of columns containing CSS colors for coloring pins. If not provided, the color column will still be used if available. Each column provided will get a mode in the color selector.
  • The columns, print-columns, color-columns, and info-column parameters can now be set in a connector definition YAML's info section to override the values passed to the generator.
  • Added highlight URL parameter, which takes queries to match pins, which are highlighted and added to the info table.
  • Improved printing, but made it worse for Firefox due to this bug.
  • Changed board_url info option to url. board_url will continue to work for now.
  • Fixed parsing of colors parameter so that passing it as a single-line environment variable as in the standalone example actually works.
  • Fixed navigating back to the first page state after clicking a pin.

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.