बैकेंड निर्माण, निमंत्रण और OTK विंडो खोलने के साथ पूर्ण बैठक प्रवाह को पुनर्स्थापित करें
OTK उत्पन्न करने के लिए उपयोग को सरल बनाएं और सीधे बैठक की खिड़की खोलें
बैकएंड मीटिंग एपीआई एंडपॉइंट अभी तक मौजूद नहीं हैं - मीटिंग रिकॉर्ड छोड़ें अब के लिए निर्माण। सभी क्लिक हैंडलर को रोकने के लिए त्रुटि हैंडलिंग जोड़ें क्लाइंट सा...
AppType.MEET चरण को COMPLETED में सेट करें, इसलिए यह फीचर मैनेजर में दिखाई देता है
MEET को फीचर्स में जोड़ेंप्रबंधक आइकन/श्रेणी के नक्शे और गार्ड चैटबॉक्स मीट बटन के साथ isMeet चेक
इंटरेक्शन सेंटर और प्रति सदस्यीय बैठक आइकन के लिए स्टार्ट मीटिंग बटन जोड़ें
संदेश में चैट टूलबार और मीटिंगकार्ड प्रस्तुत करने के लिए मीटिंग बटन जोड़ें
पॉलिश मीटिंग जोड़ें ऑर्ग ब्रांडिंग के साथ ईमेल टेम्पलेट आमंत्रित करें
कमरे के नाम और सदस्य चयन के साथ बैठक बनाने के लिए बैठक में शामिल हों
जनस आधारित WebRTC एकीकरण (UsWebRTC, VideoCallPanel, API मार्गों को कॉल करें) निकालें
पुराने जनस WebRTC आवाज / वीडियो / स्क्रीन शेयर कोड को तैयारी में निकालें KamoMeet (Meet आधारित) प्रतिस्थापन। Deletes use WebRTC हुक, VideoCallPanel, CallInitiat...
दृश्यता चेकबॉक्स और ट्रेन एआई टॉगल स्वतंत्र नियंत्रण
व्यवहार्यता (सदस्यता, टीम सदस्य, सार्वजनिक) नियंत्रण जो लेख तक पहुंच सकते हैं केबी यूआई में। ट्रेन एआई आरएजी इंडेक्सिंग के लिए एक अलग टॉगल है, न कि माता-पिता का...
वास्तविक समय में पढ़ने वाले संदेश सूचक के साथ अब चैट सदस्य की गिनती बदलें
- नवटॉप बैज अब ऑनलाइन सदस्य गिनती के बजाय कुल पढ़ने वाले संदेशों को दिखाता है - चैट बटन आइकन रंग - रंग-प्राथमिक विषय चर से व्युत्पन्न इंटरेक्शन सेंटर में सदस्य ...
ट्रेन एआई टॉगल और दर्शकों की दृश्यता चेकबॉक्स को केबी लेख संपादक में जोड़ें
सदस्यों के लिए खुलने योग्य दृश्यता चेकबॉक्स के साथ AiEnabled मास्टर टॉगल जोड़ें, टीम के सदस्य और सार्वजनिक व्यवहार-लेबलिंग सेटिंग्स से ऑर्ग-अनुकूलित लेबल का उपय...
एपीआई रूटिंग के लिए आंतरिक K8s URL का उपयोग गैर-KamoCRM orgs के लिए अवतार अपलोड को ठीक करने के लिए करें
एपीआई प्रॉक्सी प्रत्येक ऑर्ग के लिए बाहरी यूआरएल (https://api.{domain}) की गणना कर रहा था, जो केवल KamoCRM के लिए हल है। अब प्रत्यक्ष के लिए API SERVICE URL env...
Re-fetch notes after create/update to show decrypted content in preview
The backend returns encrypted content/contentPlain in POST/PUT responses, causing NoteCard previews to display ciphertext until page refresh. Now re-fetches via...
Disable all auto-link behaviors in KB editor to prevent paste-as-hyperlink bug
The linkExtension singleton from @lexkit/editor retains internal paste handler state across component remounts. Disabling autoLinkUrls, autoLinkText, and linkSe...
Prevent KB editor link extension state leaking between article creates
Move Lexical extensions from module-level singletons into a factory function called via useMemo per component mount, so each new article gets fresh extension in...
Add infinite scroll pagination to classic email view
Classic mode only loaded the first 50 messages with no way to see older ones. Wire up the existing VirtualMessageList onLoadMore/hasMore/loadingMore props so pa...
Accept large CockroachDB IDs in org Zod schema
The org ID from unique_rowid() exceeds JS MAX_SAFE_INTEGER, causing z.coerce.number().int() to fail with "too_big". Now accepts number, bigint, or string to han...
Accept UUID strings for feature IDs in org Zod schema
The OrgFeature schema required id to be a coercible integer, but the backend returns UUIDs. This caused a ZodError on every layout fetch, falling back to the ha...
Always refresh org context after any app toggle, not just completed-stage
POS and other non-completed apps also affect the UI (e.g. Pipeline in NavPri). The stage check was preventing the refresh for these apps.
Update all fallback feature lists and gate Pipeline/Chat/LeadStatus
Root cause: layout.tsx and org API route had hardcoded fallback feature lists with only 6 old apps (missing VOIP, AI_SUPPORT, SUPPORT, KB, NOTES, DOCS). When th...
Show CC and BCC in sent item email previews
Add bcc field to EmailMessage type. ThreadDetailView now displays BCC recipients when present (typically in sent folder copies).
Remove legacy /email iframe page
This page only embedded mail.kamocrm.com in an iframe. The built-in email client at /messages replaces it entirely.
Email nav icon now links to /messages instead of legacy /email iframe
The /email page embeds mail.kamocrm.com in an iframe (legacy webmail). The actual built-in email client is at /messages. Updated NavPri to point to the correct ...
Surface actual backend error message on feature toggle failure
Enable/disable now parses the error response body and shows the real error in the toast instead of a generic message. Helps diagnose what's actually failing on ...
पूर्ण-चरण क्षुधा को टॉगल करने के बाद ऑर्ग संदर्भ को पुनर्स्थापित करें
रूटर.refresh () के बिना, org संदर्भ सक्षम करने के बाद कहानी रहती है एप्लिकेशन - NavPri, होमपेज और सेटिंग्स ने कभी नए सक्षम नहीं दिखाया सुविधाएँ। अब पूरा चरण ऐप ...
ऑर्ग फीचर झंडे द्वारा सभी फीचर कार्ड और सेटिंग्स अनुभागों को गेट करें
होमपेज: अब दस्तावेज़ कार्ड isDocs (deprecated isStorage/isDocManager) का उपयोग करता है। इस मेल द्वारा कैलेंडर गेट, नोट आइनोट्स द्वारा गेट किया गया। सेटिंग्स पे...
Remove router.refresh() from feature toggle to prevent page reset
router.refresh() was causing the page to re-render and reset the active tab back to "Available" on every toggle. The cache invalidation and loadFeatures() call ...
Invalidate org cache after feature toggle to reflect changes immediately
The org API route caches organization data in Redis for 24h. After enabling or disabling an app, the stale cache caused feature flags to remain false, making se...
Add settings pages for HRS, Docs, Support, KB, Notes, and Chat
Create ComingSoonTab shared component and 6 new feature settings pages with coming soon placeholders, feature flag guards, and help tips. Links from FeaturesMan...
Auto-refresh UI after feature toggle and role changes
FeaturesManager and SecurityRoleManager now call router.refresh() after mutations to re-fetch org context and user session data, reflecting permission and app c...
Gate all nav links and settings pages by org feature flags
NavTop: hide AI chat, softphone, SMS, credits, notes, calendar, and contacts links when their corresponding app is disabled. Settings pages for CRM, Email, Phon...
Implement app management UI with backend integration and dynamic permissions
Rewrite FeaturesManager to use backend API for app enable/disable with root-org gating for in-dev apps. Update NavPri to gate all nav items by org feature flags...
Sync settings nav with actual tab definitions across all pages
Add missing Mailboxes and CalDav/CardDav entries to email section in both the settings main page and the NavPri slide-out drawer. Fix Account section card linki...
Split mailboxes tab into sub-tabs for primary, aliases, shared
Primary Mailboxes, Email Aliases, and Shared Mailboxes are now each under their own sub-tab within the Mailboxes settings page, matching the existing sub-tab pa...
जैसा कि आप शिपिंग देखते हैं?
इन अद्यतनों में से प्रत्येक स्वचालित रूप से अपने कार्यक्षेत्र में उतरता है। प्रारंभ करें और सप्ताह के बाद इसे सप्ताह के अंत में देखें।.