docs: add v1.38.0 release notes for GBP audit improvements
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 <noreply@anthropic.com>
This commit is contained in:
parent
9029c3641e
commit
a311dcf0f1
@ -750,6 +750,17 @@ def dashboard():
|
||||
def release_notes():
|
||||
"""Historia zmian platformy."""
|
||||
releases = [
|
||||
{
|
||||
'version': 'v1.38.0',
|
||||
'date': '20 lutego 2026',
|
||||
'badges': ['improve', 'fix'],
|
||||
'improve': [
|
||||
'<strong>Audyt wizytówki Google</strong> - zmniejszono odstępy między sekcjami dla czytelniejszego widoku wyników audytu',
|
||||
],
|
||||
'fix': [
|
||||
'<strong>Prawidłowe dopasowanie wizytówki Google</strong> - audyt weryfikuje teraz czy znaleziona wizytówka faktycznie należy do szukanej firmy, eliminując pomyłki z innymi podmiotami',
|
||||
],
|
||||
},
|
||||
{
|
||||
'version': 'v1.37.0',
|
||||
'date': '20 lutego 2026',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user