docs: Add v1.22.0 release notes (31 Jan 2026)
- Forum admin analytics dashboard - CSV export, topic move/merge, admin search - User activity log - Admin menu links (Forum, Announcements, Insights) - NordaGPT input area fix Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
009bcbfc72
commit
eb45504f1b
@ -536,6 +536,26 @@ def dashboard():
|
||||
def release_notes():
|
||||
"""Historia zmian platformy."""
|
||||
releases = [
|
||||
{
|
||||
'version': 'v1.22.0',
|
||||
'date': '31 stycznia 2026',
|
||||
'badges': ['new', 'improve', 'fix'],
|
||||
'new': [
|
||||
'<strong>Forum: Panel analityki</strong> - statystyki, wykresy aktywności, ranking użytkowników',
|
||||
'Forum: Eksport aktywności do CSV z filtrem dat',
|
||||
'Forum: Przenoszenie tematów między kategoriami',
|
||||
'Forum: Łączenie wielu tematów w jeden',
|
||||
'Forum: Wyszukiwarka admina (także usunięte treści)',
|
||||
'Forum: Log aktywności użytkownika',
|
||||
'Menu admina: Dodano linki do Forum, Ogłoszeń i Insights AI',
|
||||
],
|
||||
'improve': [
|
||||
'Forum: Uproszczono reakcje do dwóch emoji (👍 ❤️)',
|
||||
],
|
||||
'fix': [
|
||||
'<strong>NordaGPT: Naprawiono wyświetlanie paska wpisywania</strong> - pole było przycięte dla adminów',
|
||||
],
|
||||
},
|
||||
{
|
||||
'version': 'v1.21.0',
|
||||
'date': '30 stycznia 2026',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user