gitdataai/changelog/2026-04-19-en.mdx
ZhenYi 9be635eaf3 docs(changelog): rewrite all changelogs in product language
- Unify title format: "Changelog — Month DD, YYYY" / "更新日志 — YYYY年M月D日"
- Remove internal tech details (frameworks, algorithms, migration names)
- Remove user-invisible bug fixes
- Reframe from engineering perspective to user benefits
- Consistent author: ZhenYi
2026-04-27 17:13:52 +08:00

50 lines
1.8 KiB
Plaintext

---
date: 2026-04-19
title: "Changelog — April 19, 2026"
lang: en
author: ZhenYi
---
## Push Notifications
- **Browser Notifications**: Receive real-time notifications in your browser even when the app is not in focus
- **Notification Customization**: Configurable notification preferences per project and channel
## File Attachments
- **Upload Files to Messages**: Attach files directly to messages with new upload and download capabilities
- **Storage System**: New dedicated storage module for managing file attachments across the platform
## Admin Panel
- **Centralized Management**: New admin dashboard for managing platform settings and users
- **Billing Alerts**: Configure and receive alerts for usage and spending thresholds
- **Model Sync**: Synchronize AI model configurations across the platform from one place
- **Docker & Kubernetes Deploy**: Admin panel available as containerized deployment for easy scaling
## Collaboration
- **Automatic Member Sync**: Automatically add new project members to all project rooms
## Deployment
- **TLS Support**: Secure HTTPS connections with automatic certificate management
- **Health monitoring**: Health check endpoints for container orchestration
- **Redis Upgrade**: Updated to latest Redis client with improved connection handling
## Frontend
- **Image Optimization**: Automatic compression of uploaded images for faster loading
- **Channel Sidebar Toggle**: Collapsible member list for cleaner interface
- **Modern Design Tokens**: Updated visual design system with Discord-inspired color palette
## Performance
- **Database Migrations**: Auto-migrate database tables on startup for seamless updates
## Fixes
- Channel sidebar clickability and visual polish
- Redis connection authentication for latest version
- Environment configuration handling improvements