Compare commits

...

3 Commits

Author SHA1 Message Date
RoyceDa
5113d18d70 Фикс дергания при старте интерфейса
Some checks failed
Linux Kernel Build / build (arm64, arm64) (push) Failing after 2m40s
Linux Kernel Build / build (x64, x86_64) (push) Successful in 3m4s
MacOS Kernel Build / build (arm64) (push) Successful in 6m9s
SP Builds / build (push) Successful in 3m53s
Windows Kernel Build / build (push) Successful in 12m15s
MacOS Kernel Build / build (x64) (push) Successful in 6m56s
2026-03-29 16:09:28 +02:00
RoyceDa
cd2dee21ab Поднятие версии kernel 2026-03-29 16:07:02 +02:00
RoyceDa
1b14463dbb Поднятие версии kernel 2026-03-29 16:06:44 +02:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
export const APP_VERSION = "1.1.5";
export const CORE_MIN_REQUIRED_VERSION = "1.5.4";
export const CORE_MIN_REQUIRED_VERSION = "1.5.5";
export const RELEASE_NOTICE = `
**Обновление v1.1.5** :emoji_1f631:

View File

@@ -28,8 +28,8 @@ export function createPreloaderWindow() {
export function createAppWindow(preloaderWindow?: BrowserWindow): void {
const mainWindow = new BrowserWindow({
width: 900,
height: 670,
width: 385,
height: 555,
minWidth: 385,
minHeight: 555,
show: false,

View File

@@ -1,6 +1,6 @@
{
"name": "Rosetta",
"version": "1.5.4",
"version": "1.5.5",
"description": "Rosetta Messenger",
"main": "./out/main/main.js",
"license": "MIT",