Журнал змін

Дивись, що ми будуємо, в режимі реального часу. Кожна функція, фіксація та вдосконалення, що надходить на платформу.

17,874
Загальні зміни
4,587
Особливості
4,515
Фіксатори
32
Проекти
Фільтр за проектом
Всі проекти17,874AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService351InitializerService299KBService74KlusterServices542MCPGatewayService43MediaService460RAGService61SecurityService1,519TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,556kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,320kamo-signer-monorepo50kamolos102
Фільтр за типом
Всі типиBuild24CI522Chore670Docs226Feature4,587Fix4,515Other6,781Performance136Refactor273Revert23Style48Test68Upgrade1
May 1, 2026
April 30, 2026
FixKlusterServices

Probe timeout 10s and 2 gunicorn workers

LibreTranslate's /languages probe blocks on the gunicorn worker event loop. With a single worker translating a long chat message, the probe times out at the def...

Kamo·4mo ago
Featurekamo-marketing

Distinguish actively-translating vs queued messages

The translation queue was already sequential, but every queued bubble rendered "Translating…". Now the single in-flight message shows "Translating…" with a puls...

Kamo·4mo ago
Featurekamo-internal

Distinguish actively-translating vs queued messages

The streaming queue was already strictly sequential (one fetch at a time), but every queued message rendered "Translating…" because they all shared the same pen...

kamo·4mo ago
Featurekamo-marketing

Show error icon when a message fails to translate

When the per-message translate call returns translated:false, errors out, or times out, the chat bubble now renders an AlertTriangle icon in red with tooltip "F...

Kamo·4mo ago
Featurekamo-internal

Show error icon when a message fails to translate

When the per-message translate call returns translated:false, errors out, or times out, the chat bubble now renders a small red ErrorOutline icon in place of th...

kamo·4mo ago
FixMediaService

Raise client read timeout to 120s for long messages

LibreTranslate runs CPU-only argos models — a paragraph-length chat message takes 20-30s to translate, and longer ones can push past 60s. The 8-second read time...

Kamo·4mo ago
Fixkamo-internal

Persist language change and show current language in tooltip

The members endpoint accepts PUT not PATCH, so the language picker's PATCH was silently ignored — Member.language never actually updated, which is why refreshin...

kamo·4mo ago
Fixkamo-internal

Forward query string***********************************************************************************************************************************************************************************************************************************************************

The Next.js proxy was dropping the запит запиту query string коли переадресація to Медіасервіс, який означав історію чату ?lang=<locale> парам безшумно втратив....

kamo·4mo ago
FixSecurityService

Власник OTK з правами на надання гранту без участі у круглому смузі DB

Після ******** призначає Адміністратор роль і пишу члену rights applied, блок OTK-minting був re-reading ті ряди через *********** в тій же @Transactional. В за...

Kamo·4mo ago
Featurekamo-marketing

Stream translations newest-first for visitor history

When the visitor lands on a non-English locale and the support chat has existing English messages, every bubble flagged needsTranslation by the backend now show...

Kamo·4mo ago
Featurekamo-internal

Stream message translations newest-first on language switch

When the user picks a new language (or opens an existing chat in a language different from the messages' source), every bubble that needs translation immediatel...

kamo·4mo ago
RefactorMediaService

Cache-only bulk translate, FE handles fills

Bulk message-fetch endpoints now return only translations that are already cached and tag missing rows with needsTranslation:true. The chat UIs (kamo-internal C...

Kamo·4mo ago
Otherkamo-internal

Revert "fix(settings): show Plans & Billing tab regardless of root-org status"

This reverts commit ****************

kamo·4mo ago
Featurekamo-marketing

Auto-translate visitor and agent messages

Live agent replies arriving in a language other than the visitor's URL locale now show a "Translating…" bubble while the TranslateService call resolves, then sw...

Kamo·4mo ago
Featurekamo-internal

Translate chat messages into the viewer's language

Adds a "My Language" flag picker in NavTop (left of the email tool, separated by a vertical rule). Selecting a language writes back to Member.language and syncs...

kamo·4mo ago
FeatureAPIService

Proxy support-message translate endpoint

Adds a passthrough route for the new MediaService endpoint that translates a single support-chat message into the visitor's URL locale. The marketing-side chat ...

Kamo·4mo ago
FeatureMediaService

On-demand translation for chat and support messages

Captures the source language for every chat / support message and adds an optional ?lang=XX param on the message-fetch endpoints plus a per-message POST /transl...

Kamo·4mo ago
Featurekamo-shared-library

Translation cache for chat messages

Adds the MediaObjMsgTranslation entity (one row per (message, language) pair) and an optional sourceLanguageId column on MediaObjMsg so chat messages can be tra...

Kamo·4mo ago
Fixkamo-internal

Show Plans & Billing tab regardless of root-org status

The !isRootOrg gate hid the tab on root orgs and blocked org owners and self-viewers from reaching their billing page from "My Account". The PlansBillingTab its...

kamo·4mo ago
Otherkamo-internal

Переклад жорсткихкодованих рядків UI

налаштування/dns (6 фото): сторінка, AliasStatusTable, DnsProgressView, ДнсПродакшн Панель, DomainEntryForm, ManualDnsGuide. налаштування (10 Файли): діагностик...

kamo·4mo ago
Fixkamo-internal

Drop in place — jump every member, no softPush on release

The drift on release was softPushCluster firing on the user-drop path. A mega-cluster's bounds extend in all directions from the anchor, so the PADDING-margin /...

kamo·4mo ago
Otherkamo-internal

Translate hardcoded UI strings

account/view: 40 strings reused from existing namespace (no new keys). kb (13 files): translate article editor, viewer, reviews, resources, versions, navigation...

kamo·4mo ago
Otherkamo-internal

Переклад, що залишився hardcoded UI рядків

Завдання сторінки: Збереження змін, Закрити, Додати предмет завдання для автоматизації потоку, Edit title tooltip. Нотатки сторінки: Відмова, Завантаження нот, ...

kamo·4mo ago
Otherkamo-internal

Replace hardcoded English with t() across leads pages

Translate remaining hardcoded UI strings in allotments, new, reports, and view/[id] to use next-intl. Add scripts/i18n-audit.py to detect remaining hardcoded st...

kamo·4mo ago
Fixkamo-internal

Drop firmly in place — tail-only throw + jump() to clear velocity

The previous fix still let heads drift on release because: 1. Throw detection averaged velocity across the full 110ms window. A user who flicked then decele...

kamo·4mo ago
Fixkamo-internal

Drop in place after a paused drag instead of drifting

Two cooperating bugs caused dropped heads (single or post-gather) to fly off to seemingly random positions when the user dragged fast, slowed to a stop, then re...

kamo·4mo ago
Featurekamo-internal

Додати особисті + чат/Docs/Notes/KB/HRS секція

Індекс / налаштування не показали розділів, оскільки кожен існуюча секція була забита на право адміністратора (CONFIGURE SYSTEM, MANAGE * SETTINGs, MANAGE ACCES...

kamo·4mo ago
Featurekamo-internal

Поворотне відкриття цілі на основі співвідношення сторін зору

Рахункова рама тепер нахиляється за допомогою atan2(viewportH, viewportW) так, щоб відкрити Правова сторона спрямований на перегляд портів діагоналлю — для 16:9...

kamo·4mo ago
Featurekamo-internal

Позбутися з підрахунком / домовленістю

Рамка цілей 132 × 132 з'являється у верхньому лівому куті, коли голова знаходиться в соло-драга або активна стрілка, офсет 56px від кута так глави можуть пропущ...

kamo·4mo ago
April 29, 2026
Featurekamo-internal

Висока фізика з зіткненими зіткненьками та причіпом

Затискаючи голову минулого порогу кидання запускає його через порт перегляду під явною фізикою (фрикція, кромка, головка-vs-head пружна зіткнення. Повільні крап...

kamo·4mo ago
Fixkamo-internal

Скасування успадкованої швидкості перетягування на випуск

Перетягніть ручник оновлення значення руху голови з швидким mx.set(nx) виклики, які використовують кадр-моделювання для компраляції швидкості. Коли реліз шлях з...

kamo·4mo ago
Fixkamo-internal

Crispen hexagon outline at all sizes/states

Four sources of softness eliminated: - **************** on the SVG - **************** on the visible outline so the stroke width does not stretch (and blur) u...

kamo·4mo ago
Fixkamo-login

Відповідність при сеансі orgID не відповідає приймаючому org

авто-логін прийняв будь-який *** і помітив OTK зворотний зв'язок, незалежно від того, в якому знаходиться аеропорт призначення.* входить до складу. Пиріг або кр...

Kamo·4mo ago
Featurekamo-internal

Використовуйте сервер-minted OTK для переходу на новий org

Повернути отк повернув POST /api/security/org за додержанням /api/security/enter-as round-trip. Сервер тепер заміняє свіжому власнику сеанс як частина створення...

kamo·4mo ago
FeatureSecurityService

Mint owner *** + OTK на org створити

Після створенняОрганізаціяОвнер, м'ята свіжі ***, що межує з новим власником КомандаМебер і повернення OTK поряд з id/членами. Без цього творець залишається на ...

Kamo·4mo ago
Fixkamo-internal

Пер-кластерна чистка + однорозмірні правила групування

В даний час кластерні целюлози та кон'юнктура Hex тепер отримують від найбільшого кластера МВС – це глобальний масштаб, а також послідовник МВС центр-вирівнювал...

kamo·4mo ago
Fixkamo-internal

Прихильник, коли запрошення на зустрічі відкриває діалогове вікно

Попередження, що використовується для перебування у діалоговому вікні зустрічі, оскільки діалог було умовно надано всередині цільових воріт. Захоплення запрошен...

kamo·4mo ago
Refactorkamo-internal

Система перетягування / відключення з магнітним оснащенням та жестом

Заміна монолітного HexHeadGroup (847 рядків) з модульним двигуном за заявою/компонентами/чит/hexheads/. Одне джерело правди: кожен голова живе в кластері (розмі...

kamo·4mo ago
Fixkamo-internal

Robust English fallback for missing and empty locale translations

- mergeWithFallback now treats empty-string locale values as untranslated, falling back to the English value instead of rendering nothing - Replace bare NextI...

kamo·4mo ago
Fixkamo-internal

Update orders page account uid type from number to string

AccountSummary.uid is now a string (Long precision fix). Also remove parseInt comparison and type="number" from the manual account ID field.

kamo·4mo ago
Revertkamo-shared-library

Видалити @PostConstruct - фіксувати існуючі замовлення безпосередньо в DB

затвердитиЗамовити() вже ручить нові замовлення. Одноразовий проміжок даних для існуючі замовлення виправляється безпосередньо в базі даних.

Kamo·4mo ago
RefactorSecurityService

Видалення ручного забезпечення кінцевої точки — самозаготовки

КОМПЛЕКСНІ КОМПЛЕКТАЦІЇ КОМПЛЕКСУ через Абонентське обслуговування @PostConstruct. Ручна кінцева точка більше не потрібна.

Kamo·4mo ago
Featurekamo-shared-library

Самохідні невиробничі КОМПАНІЇ

На @PostConstruct скануйте всі замовлення APPROVED та надайте будь-який, що відсутність облікового запису Idempotent — надійний сервіс для пошуку роботи повторю...

Kamo·4mo ago
Fixkamo-shared-library

Використовуйте CommerceMarket.getId() замість getUid() у наданніCompSubscription

ТоргівляМаркет використовує @Id UUID id (не uid), тому Lombok генерує getId().

Kamo·4mo ago

Як ви бачите відправлення?

Кожен з цих оновлень землі в робочому просторі автоматично. Почати вільний час і дивитися його на тиждень після тижня.

БезкоштовноПерегляд цін