Skip to content

Releases: chuckwagoncomputing/interactive-pinout

Back to the Debian

20 Apr 03:41
64a422c
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
2.11

count connectors found properly

Text Templating

19 Aug 19:17
1d680ff
Compare
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
Compare
Choose a tag to compare

This adds a warning-no-connectors option.

Multiple Paths

18 Jul 03:37
b374dea
Compare
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
Compare
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.

Check for Duplicated Connector IDs

29 Jun 23:21
f1eab3c
Compare
Choose a tag to compare