Registo de Mudança ao Vivo

Ver o que estamos a construir, em tempo real. Cada recurso, correção e melhoria enviados através da plataforma.

17,925
Total de Alterações
4,612
Características
4,537
Correcções
32
Projectos
Filtrar por projeto
Todos os Projetos17,925AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,520TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,576kamo-login318kamo-marketing584kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
Filtro por tipo
Todos os TiposBuild24CI523Chore670Docs226Feature4,612Fix4,537Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
March 18, 2026
Featurekamo-internal

Add per-member IMAP configuration section

kamo·5mo ago
Featurekamo-internal

Add EmailProviderSetup main component

kamo·5mo ago
Featurekamo-internal

Add static help & tips content for all providers

kamo·5mo ago
Featurekamo-internal

Add OAuthConnectButton component

kamo·5mo ago
Featurekamo-internal

Add ProviderSelector grid component

kamo·5mo ago
Featurekamo-internal

Add ProviderCard component

kamo·5mo ago
Featurekamo-internal

Add provider API service layer

kamo·5mo ago
Featurekamo-internal

Add useProviderCapabilities hook

kamo·5mo ago
Featurekamo-shared-library

Adicionar EmailProviderType e EmailProviderStatus enums

Kamo·5mo ago
Featurekamo-internal

Expand all settings groups by default

kamo·5mo ago
Featurekamo-internal

Replace editor/preview toggle with inline template editor

New TemplateInlineEditor component renders the full template (header, backgrounds, margins, signature) with a borderless Quill editor embedded in the body area....

kamo·5mo ago
Featurekamo-internal

Add "No Template" option to template scope dropdown

Adds a "No Template" option at the top of the template dropdown list. When selected, skips the backend fetch and renders plain email body without any header, si...

kamo·5mo ago
Featurekamo-internal

Add template scope dropdown and preview tab to tool window email composer

Add to the MessageTool (tool window email composer, not the standalone MessageComposer): - Template scope dropdown in the subject row: Individual (default), D...

kamo·5mo ago
Featurekamo-internal

Add template scope selector and preview tab to email composer

- Add template scope dropdown (Organization / Department / Individual User) to the toolbar row, defaulting to Individual User - Fetch the saved template from ...

kamo·5mo ago
Featurekamo-internal

Wire signature templates to backend for persistent save/load

- Add backendAdapter.ts with bidirectional mapping between frontend SignatureConfig and backend flat entity format - Generate pre-rendered HTML with placehold...

kamo·5mo ago
FeatureEmailService

Add email signature template CRUD endpoints

REST controller at /api/email/signature-templates with: - GET /{scope} — retrieve template by org+scope - PUT /{scope} — create or update template (upsert) - DE...

Kamo·5mo ago
Featurekamo-shared-library

Adicionar E- mailSignnatureTemplate entity and repositório

Entidade JPA para persistir no cabeçalho/assinatura/modelo de rodapé configurações por escopo de organização. Armazena todas as configurações de design, seleçõe...

Kamo·5mo ago
Featurekamo-internal

Derive signature content from backend, add social links management

- Remove manual Personal Information, Company Information, and Social Links sections from the signature Content tab — data is now pulled automatically from ...

kamo·5mo ago
FeatureSecurityService

Add website and social links to member profile GET/PUT endpoints

GET /api/security/members/{id} now returns website and socialLinks fields. PUT /api/security/members/{id} accepts website (string) and socialLinks (map of platf...

Kamo·5mo ago
Featurekamo-shared-library

Adicione áreas de website e links sociais à Organização e Membro

Adicionar EmbSocialLinks incorporado com campos para LinkedIn, Twitter, Facebook, Instagram, YouTube, TikTok e GitHub URLs. Adicionar site (VARCHAR 500) e link...

Kamo·5mo ago
Featurekamo-internal

Add near/far background colors, margin/padding sliders, center email option

Design tab additions: - Near Background color (content area background, default white) - Far Background color (outer email area background, default white) - Mar...

kamo·5mo ago
Featurekamo-internal

Add image scale sliders, signature image type, and footer alignment

- Add three image source selectors: Header Image, Signature Image, Footer Image (each with None / Member Avatar / Logo Simple / Logo Full options) - Add scale...

kamo·5mo ago
Featurekamo-internal

Replace photo upload with Header/Footer image source selectors

Replace the drag-and-drop photo upload with two dropdown selectors: - Header Image: None | Member Avatar | Logo Simple | Logo Full - Footer Image: same options ...

kamo·5mo ago
Featurekamo-internal

Add Header tab with 29 header templates and rename UI labels

- Add "Header" tab with 29 email header templates (banner, accent, branded, decorative categories) plus "No Header" option - Rename "Template" tab to "Signatu...

kamo·5mo ago
Featurekamo-internal

Add 21 additional email signature templates

Add elegant-border, two-column-grid, banner-top, gradient-accent, card-style, left-aligned-clean, right-photo, centered-minimal, executive, creative-blocks, tec...

kamo·5mo ago
Featurekamo-internal

Rebuild email signature manager with template-based visual builder

Replace the basic Quill rich text editor with a structured, form-driven signature builder featuring 8 professional templates, design customization controls (col...

kamo·5mo ago
Featurekamo-internal

Adicionar botões inéditos e excluir à área de artigos KB

Adicionar botão Unpublish (visível em artigos PUBLICADOS) que reverte para DRAFT e remove da conversa IA. Adicionar botão Apagar com confirmação diálogo. Adicio...

kamo·5mo ago
FeatureRAGService

Handle unpublished events by removing vectors from Qdrant

When an article is unpublished, delete its vectors from Qdrant so the AI chat no longer references it.

Kamo·5mo ago
FeatureKBService

Add unpublish endpoint for KB articles

Add POST /articles/{guid}/unpublish that sets status back to DRAFT and publishes a kb.article.unpublished NATS event so RAGService can remove the article from t...

Kamo·5mo ago
Featurekamo-shared-library

Adicione a pesquisa ansiosa para revisões pendentes com detalhes do artigo

- Não. Consultar que a associação FETCHes a entidade do artigo para listagens de revisão pode incluir o artigo guid/title sem LazyInitializationException.

Kamo·5mo ago
Featurekamo-internal

Add ShadCN-inspired editor theme with visible table borders

Add a comprehensive CSS theme for the LexKit editor with styled typography, visible table cell borders, code block styling, blockquote formatting, and syntax hi...

kamo·5mo ago
March 17, 2026
Featurekamo-internal

Replace Plate.js with LexKit editor and add KB resource management

Replace Plate.js editor with LexKit (Lexical-based) including custom Video, Audio, and MediaCard extensions. Add WordPress-style media browser with drag-and-dro...

kamo·5mo ago
FeatureKBService

Add org-level resource management and article-media linking APIs

Rewrite KbMediaService/Controller for org-level media CRUD with paginated listing, search, metadata update, and soft delete. Add article-media link/unlink/sync ...

Kamo·5mo ago
Featurekamo-shared-library

Desacoplar mídia KB de artigos e adicionar suporte ao gerenciamento de recursos

Dissolver o KbMedia do KbArticle (remover article FK), adicionar o KbArticleMedia juntar tabela para muitos- para- muitos links de artigos- mídia, adicionar tít...

Kamo·5mo ago

Como o que vês no transporte?

Cada uma dessas atualizações pousa automaticamente em seu espaço de trabalho. Comece grátis e veja crescer semana após semana.

Começar Livre Para SempreVer Preços