docs: Add release notes v1.10.0 - architecture docs and security improvements
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
539b6f40bc
commit
cdc53d9ff3
17
app.py
17
app.py
@ -6876,6 +6876,23 @@ def api_it_audit_export():
|
||||
def release_notes():
|
||||
"""Historia zmian platformy."""
|
||||
releases = [
|
||||
{
|
||||
'version': 'v1.10.0',
|
||||
'date': '10 stycznia 2026',
|
||||
'badges': ['new', 'security'],
|
||||
'new': [
|
||||
'Dokumentacja architektury systemu z diagramami Mermaid (19 plików)',
|
||||
'Diagramy C4: System Context, Containers, Components, Deployment',
|
||||
'Dokumentacja przepływów danych: Auth, Search, AI Chat, SEO Audit',
|
||||
'Nowy README.md z kompletną dokumentacją projektu',
|
||||
'Dokumentacja bezpieczeństwa (docs/SECURITY.md)',
|
||||
],
|
||||
'security': [
|
||||
'Usunięcie hardcoded credentials z kodu źródłowego',
|
||||
'Zmiana hasła PostgreSQL na produkcji',
|
||||
'Konfiguracja zmiennych środowiskowych w .env',
|
||||
],
|
||||
},
|
||||
{
|
||||
'version': 'v1.9.0',
|
||||
'date': '9 stycznia 2026',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user