File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# History
22
3+ ## 2.1.0 (2025-05-26)
4+
5+ - Symbol lpin lengths are now sized to fit the longest pin number.
6+ - Symbol properties are now placed so they don't overlap any symbol unit if the units have differing sizes.
7+ - Prepending asterisks to a pin number will insert blank pin spaces in the symbol.
8+ - Multiple asterisks can be used to insert multiple blank pin spaces.
9+ - Bundled pins now have the number of pins in the bundle appended to the pin name within brackets.
10+
311## 2.0.0 (2025-05-25)
412
513- Complete rewrite to support modern KiCad symbol libraries based on
Original file line number Diff line number Diff line change 22
33__all__ = ["__version__" , "version" ]
44
5- __version__ = version = '2.0 .0'
5+ __version__ = version = '2.1 .0'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " kipart"
7- version = " 2.0 .0"
7+ version = " 2.1 .0"
88description = " Utilities for converting rows of CSV pin data into KiCad symbols and back."
99authors = [
1010 {
name =
" Dave Vandenbout" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments