v0.7.2 Latest 2026-03-15 Bug Fixes Fix Android keyboard pushing content up (visualViewport API)Fix MessageInput safe-area-inset-bottom being overridden
v0.7.1 2026-03-15 Improvements Landing: replaced two-button language switcher with single toggle button
v0.7.0 2026-03-15 Features Create group chats, channels, and supergroups from sidebarNew Chat button with dropdown menu (group, channel, secret chat)Interface scale slider (50%–200%) with live zoomMessage text size selector (small / medium / large)Notification sound toggle (silent notifications)Message preview toggle (hide text in notifications)Markdown rendering in merged message groups Improvements Settings controls fully wired to persistent storei18n translations for all new features (en/ru)
v0.6.0 2026-03-15 Features Voice & video calls with E2E encryption (DH key exchange)Group calls (create, join, leave, mute)Message forwarding with chat picker dialogAvatar viewer with photo gallery and navigationNative OS notifications (macOS, Windows, Linux)Folder context menu (Read All, Mute All, Delete)Message context menu & multi-select modeMarkdown rendering in messagesChat sorting: unread first in all folders except All Chats Improvements Fullscreen image viewer with zoom, pan, downloadMessage grouping (consecutive messages from same sender)Theme-aware styling for all new componentsi18n support for all new features (en/ru)
v0.5.0 2026-03-14 Features Telegram-style message bubbles with rounded corners and tail effectVoice recorder with waveform visualization (OGG/Opus)Attachment menu: photo/video picker, document picker, camera captureEnhanced search with 3 sections: Contacts & Chats, Global Search, MessagesUnread message count badges on chats and folder tabs27 Telegram-like hotkeys with settings pageArrow Up/Down keyboard navigation through chat listChangelog page on landing site Bug Fixes Fix search results not scrollingCenter logo icon in login screen SVGFix raw_sql for multi-statement PostgreSQL migrations Improvements Disable autocomplete/autocorrect/spellcheck on all text inputsFolder unread badges use theme accent colorLanding download links now use version from constants (no more hardcoded versions)
v0.4.0 2026-03-14 Features Telegram forum topics supportHotkeys, media attachments, voice recording, call placeholdersUnread badges, enhanced search, folder countersTelegram-style message bubbles with arrow key navigation Improvements Disable autocomplete in inputs
v0.3.0 2026-03-14 Features Folder icons, vertical layout, and chat density settingsDual storage mode (local SQLite + remote backend) with security hardeningNew "Blue (Telegram)" theme option Bug Fixes Resolve API contract mismatches and add comprehensive tests
v0.2.0 2026-03-13 Features Chat folders with SQLite persistence, tab management, context menuRedesign UI with Anthropic theme and improved typographyInternationalization support with language selectorPhone mask and disabled inputs during login submissionAccount logout functionality
v0.1.2 2026-02-28 Features Cross-platform release workflow for all platformsGlobal hotkeys support and internationalized settings UIAudio file magic byte detection and transcription error handlingmacOS app Resources directory .env loadingFullscreen image viewer with zoom and pan controlsReal-time progress events for Whisper STT Bug Fixes Show actual error messages during login, validate API credentialsUse NSIS instead of WiX for Windows buildsPre-download NSIS tools for Windows, use deb+rpm for LinuxUse printf+env for .env creation (fix macOS sed -i)Auto-detect bundled API credentials, skip setup screen Security Don't expose API credentials to frontendEmbed secrets at compile-time, remove .env from bundle
v0.1.0 2026-02-13 Features Speech-to-text transcription with Deepgram and local Whisper supportSTT UI components and auto-transcription logicLocal media caching for sent filesResult caching and pending promise tracking in MediaDownloadQueueClipboard manager and drag-and-drop file supportMedia sending capability with paste supportUser avatar retrieval and chat deletion commandsFLOOD_WAIT retry mechanism and avatar download rate limitingMedia upload and search UI with mime type detection Bug Fixes Handle image mime type detection and deduplicate messages on sendEnsure MessageList scrolls to bottom on initial load and chat switchFix Android build: use rustls instead of openssl in reqwest Improvements Extract VoiceMessage component and improve voice message UIRedesign account switcher with circular avatar layoutRename project to Vasyapp and optimize chat loading
v0.0.1 2026-01-21 Features Initial releaseTelegram client with chat loading, caching, and avatarsMedia download functionalityLink previews in messagesWebpage preview in message listRebrand to Vasyapp with updated UI and styling Improvements Simplify auth commands and migrate to AppState storageReplace relative paths with app_data_dirImprove .env loading and logging initialization