docs: add v1.37.0 release notes for company enrichment fixes
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
f8bb0be16b
commit
5e3feb94fe
@ -750,6 +750,23 @@ def dashboard():
|
||||
def release_notes():
|
||||
"""Historia zmian platformy."""
|
||||
releases = [
|
||||
{
|
||||
'version': 'v1.37.0',
|
||||
'date': '20 lutego 2026',
|
||||
'badges': ['new', 'improve', 'fix'],
|
||||
'new': [
|
||||
'★ <strong>Przycisk "Zaktualizuj dane"</strong> - możliwość ponownego pobrania wszystkich danych firmy z rejestrów, audytów i mediów społecznościowych',
|
||||
'<strong>Automatyczne wzbogacanie firm</strong> - nowe narzędzie do hurtowego uzupełniania danych wszystkich firm w katalogu',
|
||||
],
|
||||
'improve': [
|
||||
'<strong>Wykrywanie profili społecznościowych</strong> - naprawiono zapisywanie znalezionych profili Facebook, Instagram, YouTube, LinkedIn i TikTok',
|
||||
'<strong>Pobieranie danych z CEIDG</strong> - poprawiono wyszukiwanie jednoosobowych firm w rejestrze CEIDG z pełnym mapowaniem pól',
|
||||
],
|
||||
'fix': [
|
||||
'<strong>Logo firm w formacie SVG</strong> - naprawiono wyświetlanie logo zapisanych w formacie wektorowym',
|
||||
'<strong>Pobieranie logo</strong> - naprawiono błąd uniemożliwiający pobranie logo z niektórych stron internetowych',
|
||||
],
|
||||
},
|
||||
{
|
||||
'version': 'v1.36.0',
|
||||
'date': '20 lutego 2026',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user