Обновление 1.0.2-1.4.9 #1

Merged
Royce59 merged 9 commits from dev into main 2026-02-17 16:33:42 +00:00
Showing only changes of commit 83d6cf0caa - Show all commits

View File

@@ -1,7 +1,11 @@
export const APP_VERSION = "1.0.1"; export const APP_VERSION = "1.0.2";
export const CORE_MIN_REQUIRED_VERSION = "1.4.8"; export const CORE_MIN_REQUIRED_VERSION = "1.4.9";
export const RELEASE_NOTICE = ` export const RELEASE_NOTICE = `
**Update v1.0.1** :emoji_1f631: **Update v1.0.2** :emoji_1f631:
- Fix push notifications on synchronization - Support multiple file downloads
- Fix fallback after boot loading
- Fix corss-chat reading messages
- Support sync attachments on other devices
- Fix UI bugs
`; `;