This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
LC2KiCad Alpha 0.1.41 Release
Pre-release
Pre-release
New features
- Better logging
- Added circle arc support for schematic library (elliptical arc not supported)
- Colored warning & error, with warning/error counting
-v
for verbose output
Fixes
- Referencing an unallocated pointer led to crashing upon converting PCB libraries
- Schematic libraires now have correct width for rectangles, lines etc
- Uninitialized
EDADocument
members causing logic error on MSVC and Clang compiler - Cannot compile with Clang because of CMakeLists error
新功能
- 更好的输出日志
- 原理图库喜提圆弧支持(椭圆弧不支持)
- 警告和错误有颜色了,同时提供计数
-v
选项启动额外输出
修复
- 引用野指针导致转换 PCB 库时崩溃
- 原理图库的方框、线条等的宽度过宽问题
- EDADocument 类成员未初始化导致 MSVC 与 Clang 编译器编译出来的程序逻辑错误(就是烫烫烫)
- 因为 CMakeLists 的疏忽导致 Clang 无法编译