* Bumped to version 1.0.1. * Made compatible with KiCad 7.
1.0.0
______________________
* Bumped to version 1.0.0. * Fixed a bug where field visibility is default-visible and/or cannot be set if Reference field does not contain an 'effects' property. * Fixed some string-splitting and unicode bugs in `find_by_key()` that manifested in Python 2.
0.2.0
______________________
* Added ``--no_range, -nr`` option to disable hyphenated ranges when components are grouped, explicitly showing each component in a group.
0.1.19
______________________
* Bug fix: Add ``sexpdata`` to install requirements. * Bug fix: Add import of ``reduce`` from ``functools``. * Bug fix: Correct disappearance of default part fields when extracting from schematic to spreadsheet file. * Bug fix: Explode collapsed references when importing a spreadsheet file.
0.1.18
______________________
* KiCad 6 schematic and library files are now supported (well, V5.99 actually, but the file formats shouldn't change).
0.1.17
______________________
* Part fields are cleaned up if they contain newlines. * Lines in a schematic file which were broken by a newline within a quoted string are rejoined. * Generated spreadsheet cells have their format set to TEXT if they contain a string.