Releases: adeondev/Stapp
Releases · adeondev/Stapp
Release list
Stapp Desktop v0.1.0-beta.9
Stapp Desktop v0.1.0-beta.9
What's Changed
- perf(screen-capture): implement native hardware screen stream pipeline by @daniyusk in #11
- Release v0.1.0-beta.9 by @daniyusk in #12
Full Changelog: v0.1.0-beta.8...v0.1.0-beta.9
Stapp Desktop v0.1.0-beta.10
Stapp Desktop v0.1.0-beta.10
What's Changed
- fix: hotfixes da v0.1.0-beta.9 — relogio do video e costuras de deploy by @daniyusk in #13
- Release v0.1.0-beta.10 by @daniyusk in #14
Full Changelog: v0.1.0-beta.9...v0.1.0-beta.10
Stapp Desktop v0.1.0-beta.8
Stapp v0.1.0-beta.7 — QoL, Interface & Desktop Experience
Stapp v0.1.0-beta.7 — QoL, Interface & Desktop Experience
🎙️ Voice, Audio & VoIP
- AudioContext Singleton (BC-2 Resolution): Centralized all remote audio tracks within a deterministic, singleton-managed PlaybackGraph. This completely removes the browser's hardware audio context exhaustion limit, ensuring pristine, glitch-free voice performance in rooms with 7+ concurrent speakers.
- Unified Ringing State Machine: 1:1 Direct Calls and rooms now share a consistent, bidirectional ringing state accompanied by an automatic 30-second timeout.
- Missed Call Tracking: Automatic system notification logged directly into the DM timeline whenever a recipient is offline or unavailable.
- Input Hardware Ergonomics: Seamless dynamic microphone switching during active calls, automatic device deduplication, and refined Voice Activity Detection (VAD) calibration with responsive visual indicators.
🖥️ Desktop Experience & Operating System Integration
- Close to Tray (Tauri v2): Closing the application window now minimizes Stapp to the system tray without dropping or interrupting active voice calls.
- Native OS Notifications: Operating system notifications for direct mentions, incoming private messages, and incoming calls, with single-click window focusing.
- Connect Screen Bypass (Direct Boot): Authenticated users now launch directly into the workspace, while joining new servers is handled through an in-app modal without dropping the current session.
🎨 Customization, Themes & Profiles
- Voice-Reactive GIF Avatars: Full support for custom GIF avatars that animate dynamically when the user speaks in voice calls.
- Custom Banners & Profile Popover: Brand-new profile customization supporting custom banner images and colors, plus a swift profile popover featuring instant DM shortcuts.
- 5 Curated Visual Themes: Onyx (Pure OLED), Dark, Slate Gray (Default), Light, and Custom token styling.
💬 Chat & Rich Media
- Jumbojis: Scaled-up typography rendering (2.75rem) for clean single-message bursts of 1 to 10 emojis.
- Intrinsic Media Aspect Ratio: Image and video attachments strictly preserve their native aspect ratios without unwanted cropping or letterboxing distortion.
- GIF Favorites: One-click favorite starring on hover, backed by a dedicated "Saved Favorites" tab in the GIF selector.
🚀 Infrastructure & CI/CD
- Native S3/R2 Storage Integration: Universal object storage support (Cloudflare R2, AWS S3, MinIO) built directly into the server binary, complete with automatic local disk fallback.
- High-Speed CI/CD Pipeline: GitHub Actions runner optimization leveraging Cargo caching and host-native builds, slashing container build and publish times from over 60 minutes down to under 2 minutes.
👥 Contributors
Stapp Desktop v0.1.0-beta.6
Stapp Desktop v0.1.0-beta.5
Stapp Desktop v0.1.0-beta.5
What's Changed
- feat(ui): rebuild the interface Discord-style by @adeondev in #5
- Release v0.1.0-beta.5 by @daniyusk in #6
- fix(docker): raise server image toolchain to rust 1.90 by @daniyusk in #7
- fix(docker): copy stapp.toml into the server build stage by @daniyusk in #8
Full Changelog: v0.1.0-beta.4...v0.1.0-beta.5
Stapp Desktop v0.1.0-beta.4
Stapp Desktop v0.1.0-beta.4
What's Changed
- refactor(server): transform server into a standalone portable solution by @daniyusk in #3
- perf: optimize real-time streaming, latency telemetry, and UI rendering pipeline by @daniyusk in #4
Full Changelog: v0.1.0-beta.3...v0.1.0-beta.4
What's Changed
- refactor(server): transform server into a standalone portable solution by @daniyusk in #3
- perf: optimize real-time streaming, latency telemetry, and UI rendering pipeline by @daniyusk in #4
Full Changelog: v0.1.0-beta.3...v0.1.0-beta.4
Stapp Desktop v0.1.0-beta.3
Stapp Desktop v0.1.0-beta.3
Stapp Desktop v0.1.0-beta.2
Stapp Desktop v0.1.0-beta.2
Stapp Desktop v0.1.0-beta.1
fix(desktop): upgrade xcap to 0.9.8 to fix macos core-foundation comp…