From 25680c2b2a5f616065db7e07b3bc484c5fd34825 Mon Sep 17 00:00:00 2001 From: Yury Kossakovsky Date: Sun, 21 Dec 2025 15:52:23 -0700 Subject: [PATCH] docs: add changelog with project history since fork --- CHANGELOG.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6abf2e1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,54 @@ +# Changelog + +All notable changes to this project are documented in this file. + +## [December 2025] + +### Added +- **Gost Proxy** - HTTP/HTTPS proxy for AI services outbound traffic (geo-bypass) +- **Welcome Page** - Post-install dashboard with service credentials and quick start +- **Makefile** - Common project commands (`make install`, `make update`, `make logs`, `make status`, etc.) +- **Doctor diagnostics** - System health checks and troubleshooting +- **Update preview** - Preview changes before applying updates +- **n8n v2.0 support** - Worker-runner sidecar pattern for task execution + +## [November 2025] + +### Added +- **Docling** - Universal document converter to Markdown/JSON +- **LightRAG** - Graph-based RAG with knowledge graphs + +## [October 2025] + +### Added +- **RAGFlow** - Deep document understanding RAG engine +- **WAHA** - WhatsApp HTTP API (NOWEB engine) + +## [August 2025] + +### Added +- **Gotenberg** - Document conversion API (internal use) +- **Dify** - AI Application Development Platform with LLMOps +- **Portainer** - Docker management UI +- **ComfyUI** - Node-based Stable Diffusion UI +- **Cloudflare Tunnel** - Zero-trust secure access +- **RAGApp** - Open-source RAG UI + API +- **Python Runner** - Custom Python code execution +- **Postiz** - Social publishing platform +- **PaddleOCR** - OCR API Server +- **LibreTranslate** - Self-hosted translation API (50+ languages) +- **Postgresus** - PostgreSQL backups & monitoring + +## [May 2025] + +### Added +- **Qdrant** - Vector database +- **Weaviate** - Vector database with API Key Auth +- **Neo4j** - Graph database +- **Letta** - Agent Server & SDK +- **Monitoring** - Prometheus, Grafana, cAdvisor, node-exporter + +## [April 2025] + +### Added +- **Langfuse** - LLM observability and analytics platform