Releases: chuckwagoncomputing/interactive-pinout
Back to the Debian
yq disappeared from the Alpine repo, so we go back to Debian. This slows things down a little.
Lil' Fixes
- 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
Improved the color toggle for mobile devices and long connector names
Tweaked the styling in a few other places
Colors and More
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
2.11 count connectors found properly
Text Templating
You can now define templates for inserting data from one column into another column.
Warning for No Connectors
This adds a warning-no-connectors
option.
Multiple Paths
Now allows multiple search paths
NOTE: You must now remove the leading ./
from the path.
External Image & Coordinates definition
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
2.6 find duplicate cids