Фикс CMD +, фикс зума, изменен верхний toolbar
Some checks failed
Linux Kernel Build / build (arm64, arm64) (push) Failing after 2m25s
Linux Kernel Build / build (x64, x86_64) (push) Successful in 2m56s
SP Builds / build (push) Successful in 3m35s
MacOS Kernel Build / build (arm64) (push) Successful in 11m54s
Windows Kernel Build / build (push) Successful in 16m16s
MacOS Kernel Build / build (x64) (push) Successful in 8m42s

This commit is contained in:
RoyceDa
2026-03-24 17:19:22 +02:00
parent 786d5428f8
commit e727529b89
5 changed files with 97 additions and 75 deletions

View File

@@ -103,7 +103,7 @@ export function usePrepareAttachment() {
const attachment : Attachment = attachments[i];
if(attachment.type == AttachmentType.CALL){
/**
* Звонок загружать не надо
* Звонк загружать не надо, по этому просто отправляем его как есть, там нет blob
*/
prepared.push(attachment);
continue;

View File

@@ -1,8 +1,8 @@
export const APP_VERSION = "1.1.3";
export const CORE_MIN_REQUIRED_VERSION = "1.5.3";
export const APP_VERSION = "1.1.4";
export const CORE_MIN_REQUIRED_VERSION = "1.5.4";
export const RELEASE_NOTICE = `
**Обновление v1.1.3** :emoji_1f631:
- Улучшено отображение вложения звонка
- Теперь unicode emoji отображаются корректно
**Обновление v1.1.4** :emoji_1f631:
- Улучшено отображение звонка
- Убрана возможность зума в окне приложения
`;