feat(releases): add v1.45.0 release notes — external events + RSS feeds
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6121d7c408
commit
88f8d98af9
@ -1027,6 +1027,24 @@ def dashboard():
|
||||
def _get_releases():
|
||||
"""Return list of all release notes entries."""
|
||||
return [
|
||||
{
|
||||
'version': 'v1.45.0',
|
||||
'date': '19 marca 2026',
|
||||
'badges': ['new'],
|
||||
'links': {
|
||||
'Kalendarz wydarzeń': '/kalendarz/',
|
||||
'Feed RSS — Wydarzenia': '/feed/events.xml',
|
||||
'Feed RSS — Aktualności': '/feed/news.xml',
|
||||
'Feed RSS — PEJ': '/feed/pej.xml',
|
||||
},
|
||||
'new': [
|
||||
'★ <strong>Wydarzenia zewnętrzne w kalendarzu</strong> - targi, seminaria i szkolenia od organizacji partnerskich (np. Agencja Rozwoju Pomorza) widoczne w kalendarzu z osobnym oznaczeniem i możliwością wyrażenia zainteresowania',
|
||||
'<strong>Kto jeszcze jest zainteresowany?</strong> - przy wydarzeniach zewnętrznych widać, które firmy z Izby interesują się tym samym wydarzeniem — ułatwia wspólne wyjazdy i networking',
|
||||
'<strong>Rejestracja u organizatora</strong> - każde wydarzenie zewnętrzne ma przycisk prowadzący bezpośrednio do strony zapisów organizatora',
|
||||
'<strong>Filtr wydarzeń</strong> - jedno kliknięcie pozwala pokazać lub ukryć wydarzenia zewnętrzne w kalendarzu',
|
||||
'<strong>Kanały RSS</strong> - portal udostępnia trzy kanały z aktualnościami: wydarzenia Izby, ogłoszenia i wiadomości o elektrowni jądrowej',
|
||||
],
|
||||
},
|
||||
{
|
||||
'version': 'v1.44.0',
|
||||
'date': '16 marca 2026',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user