refactor
This commit is contained in:
18
CHANGELOG.md
18
CHANGELOG.md
@@ -4,6 +4,24 @@ All notable changes to this project are documented in this file.
|
||||
|
||||
The format is based on Keep a Changelog and this project uses Semantic Versioning.
|
||||
|
||||
## [0.1.23] - 2026-03-08
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated the Home Assistant add-on's `Dockerfile` to install the main library as a package, completing the project structure refactoring.
|
||||
- Added `python-multipart` as an explicit dependency for the API server.
|
||||
|
||||
## [0.1.22] - 2026-03-08
|
||||
|
||||
### Changed
|
||||
|
||||
- **Refactored Project Structure**: Eliminated duplicated code by converting the project into an installable Python package. The Home Assistant add-on now installs the main library as a dependency instead of using a vendored copy, improving maintainability and preventing sync issues.
|
||||
|
||||
## [0.1.21] - 2026-03-08
|
||||
|
||||
### Fixed
|
||||
- Synchronized the Home Assistant add-on's source code (`fichero_printer/fichero/`) with the main library to fix stale code and version mismatch issues.
|
||||
|
||||
## [0.1.20] - 2026-03-08
|
||||
|
||||
### Changed
|
||||
|
||||
Reference in New Issue
Block a user