Files
desktop/app/version.ts
RoyceDa 779c265851
All checks were successful
SP Builds / build (push) Successful in 4m25s
Поднятие версии, outline
2026-04-04 18:34:18 +02:00

8 lines
504 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export const APP_VERSION = "1.1.9";
export const CORE_MIN_REQUIRED_VERSION = "1.5.5";
export const RELEASE_NOTICE = `
**Обновление v1.1.9** :emoji_1f631:
- Новый протокол для обмена звонками с использованием callId и joinToken для улучшенной безопасности и надежности.
- Исправление ошибок и улучшение производительности при обработке звонков.
`;