my-kicad-lib/CHANGELOG.md

66 lines
1.7 KiB
Markdown

# Changelog
All notable changes to this library will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased]
### Planned
- First collection of Power Management ICs
- USB-C Connector series
## [1.1.0] - 2024-12-09
### Added
- Complete Logo Library with personal branding components:
- Eduard Iten Personal Logo (1.5mm, 2mm, 3mm, 5mm)
- Creative Commons BY-NC-SA 4.0 License Logo (5mm, 10mm, 15mm)
- "Created By" Attribution Logo (1.5mm, 2mm, 3mm, 5mm)
- Python automation script `center_logo.py` with wildcard support
- SVG artwork source files with import workflow documentation
- Unified stackable symbol design for perfect PCB layout alignment
### Changed
- Symbol boxes redesigned for consistent 12.7mm x 5.08mm stackable format
- Footprint silkscreen boxes widened to prevent text clipping
- All logos configured with `exclude_from_bom` for proper BOM generation
### Fixed
- Symbol syntax errors causing library loading failures
- Text positioning in symbol graphics for better readability
## [1.0.0] - 2024-12-09
### Added
- Initial project structure
- README with naming conventions
- .gitignore for KiCad files
- Changelog file
- Folder structure for symbols/, footprints/, 3d_models/
### Changed
- Nothing (initial version)
### Removed
- Nothing (initial version)
---
## Template for new entries
### Added
- New symbols: [List]
- New footprints: [List]
- New 3D models: [List]
### Changed
- Updated symbols: [List with reason]
- Updated footprints: [List with reason]
### Removed
- Obsolete components: [List with reason]
### Fixed
- Bugfixes: [List]