docs(releases): v1.67.0 — zabezpieczenie przed duplikatami ogłoszeń
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:
Maciej Pienczyn 2026-04-14 16:48:19 +02:00
parent 6c248b4773
commit 5583c624cd

View File

@ -1282,6 +1282,14 @@ def dashboard():
def _get_releases(): def _get_releases():
"""Return list of all release notes entries.""" """Return list of all release notes entries."""
return [ return [
{
'version': 'v1.67.0',
'date': '14 kwietnia 2026',
'badges': ['fix'],
'fix': [
'<strong>Zabezpieczenie przed duplikatami ogłoszeń</strong> - naprawiono sytuację, w której szybkie kilkukrotne kliknięcie przycisku "Dodaj ogłoszenie" mogło utworzyć kilka identycznych wpisów; analogiczna ochrona dołożona do formularza aktualności i tworzenia posiedzeń Rady Izby',
],
},
{ {
'version': 'v1.66.0', 'version': 'v1.66.0',
'date': '12 kwietnia 2026', 'date': '12 kwietnia 2026',