feat: focus library on custom components only

- Remove all JLCPCB/LCSC related files and documentation
- Clean up README files to focus on custom components not in standard library
- Translate CHANGELOG to English
- Add .gitkeep files to preserve directory structure
- Library now focused on: missing 3D models, custom artwork, personal logos
This commit is contained in:
2025-12-09 15:16:14 +01:00
parent dda87cfbae
commit 5bffe55486
21 changed files with 56 additions and 2634 deletions

View File

@@ -1,47 +1,47 @@
# Changelog
Alle wichtigen Änderungen an dieser Bibliothek werden in dieser Datei dokumentiert.
All notable changes to this library will be documented in this file.
Das Format basiert auf [Keep a Changelog](https://keepachangelog.com/de/1.0.0/),
und dieses Projekt folgt der [Semantischen Versionierung](https://semver.org/lang/de/).
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]
### Geplant
- Erste Sammlung von Power Management ICs
- USB-C Connector-Serie
- Firmenlogo-Varianten für verschiedene Größen
### Planned
- First collection of Power Management ICs
- USB-C Connector series
- Company logo variants for different sizes
## [1.0.0] - 2024-12-09
### Hinzugefügt
- Initiale Projektstruktur
- README mit Naming Conventions
- .gitignore für KiCad-Dateien
- Changelog-Datei
- Ordnerstruktur für symbols/, footprints/, 3d_models/
### Added
- Initial project structure
- README with naming conventions
- .gitignore for KiCad files
- Changelog file
- Folder structure for symbols/, footprints/, 3d_models/
### Geändert
- Nichts (Erstversion)
### Changed
- Nothing (initial version)
### Entfernt
- Nichts (Erstversion)
### Removed
- Nothing (initial version)
---
## Template für neue Einträge
## Template for new entries
### Hinzugefügt
- Neue Symbole: [Liste]
- Neue Footprints: [Liste]
- Neue 3D-Modelle: [Liste]
### Added
- New symbols: [List]
- New footprints: [List]
- New 3D models: [List]
### Geändert
- Überarbeitete Symbole: [Liste mit Grund]
- Überarbeitete Footprints: [Liste mit Grund]
### Changed
- Updated symbols: [List with reason]
- Updated footprints: [List with reason]
### Entfernt
- Obsolete Komponenten: [Liste mit Grund]
### Removed
- Obsolete components: [List with reason]
### Behoben
- Bugfixes: [Liste]
### Fixed
- Bugfixes: [List]