Files
desktop/app/version.ts
2026-02-24 19:19:00 +02:00

9 lines
412 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.0.8";
export const CORE_MIN_REQUIRED_VERSION = "1.5.0";
export const RELEASE_NOTICE = `
**Обновление v1.0.8** :emoji_1f631:
- Фикс проблемы с загрузкой аватарок в некоторых случаях
- Фикс фонового скролла при увеличении картинки
- Фикс артефактов у картинки
`;