Explorar el Código

Previous Changelog information

Benjamin Harris hace 2 meses
padre
commit
67b29f9019
Se han modificado 1 ficheros con 57 adiciones y 0 borrados
  1. 57 0
      CHANGELOG.md

+ 57 - 0
CHANGELOG.md

@@ -69,3 +69,60 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) — vers
 - IP anonymisation via HMAC-SHA256 (`TPR_IP_SECRET`)
 - Docker Compose stack: `qdrant`, `backend`, `web`, `sqliteweb`, `composer` services
 - Ollama on Windows host (`RTX 4070 Super`) with `llama3.1:8b-instruct-q4_K_M` and `nomic-embed-text`
+
+
+## [0.9.0] - 2026-03-27
+### Added
+- Initial stable release of the Property Report LLM system
+- Core LLM integration for planning scheme query handling
+- Structured response formatting for planning data outputs
+- Docker Compose setup for containerized deployment
+- Reverse proxy compatibility (Nginx Proxy Manager support)
+- Basic project documentation and setup instructions
+
+### Changed
+- Refined prompt handling for more accurate planning scheme responses
+- Improved container configuration for stability and restart behavior
+
+### Fixed
+- Resolved initial configuration inconsistencies in environment variables
+
+---
+
+## [0.2.0] - 2026-03-20
+### Added
+- Extended query handling for planning-related questions
+- Support for multiple document inputs and structured analysis
+- Improved error logging within container environment
+
+### Changed
+- Updated Docker Compose configuration for better service separation
+- Optimized LLM response formatting for clarity and consistency
+
+### Fixed
+- Fixed issues with dependency installation in container builds
+- Corrected volume configuration warnings
+
+---
+
+## [0.1.1] - 2026-03-18
+### Fixed
+- Minor bug fixes in Docker setup
+- Corrected environment variable loading issues
+- Addressed startup timing issues between services
+
+---
+
+## [0.1.0] - 2026-03-15
+### Added
+- Initial project scaffolding
+- Basic LLM query interface
+- Docker-based development environment
+- Preliminary planning scheme data integration
+
+---
+
+## Versioning Notes
+- MAJOR: Breaking changes or major architectural updates
+- MINOR: New features or significant improvements, backward compatible
+- PATCH: Bug fixes and small adjustments