6 Commits

Author SHA1 Message Date
Umbrix Developer
04eccff819 feat: Android auto-update notifications with dialog
Some checks failed
CI / run (push) Waiting to run
Upload store MSIX to release / upload-store-msix-to-release (push) Has been cancelled
- Add auto-check updates for Android in bootstrap
- Show update dialog instead of toast notification
- Same UX as Desktop: dialog with 'Later' and 'Update' buttons
- Notifications appear 5 seconds after app launch

Part of v1.7.6
2026-01-20 19:36:33 +03:00
Umbrix Developer
597d9f59ae feat: Add portable ZIP update for Windows
Some checks failed
CI / run (push) Has been cancelled
Two update methods now available:
1. EXE installer (requires UAC, shows SmartScreen without signature)

Changes:
- Added .zip asset detection with priority (portable/windows/win)
- ZIP auto-install: extract → replace files → restart
- Priority: .zip → .exe (portable first for better UX)
- Batch script handles file replacement after app closes
- No administrator rights needed for ZIP updates

Benefits of ZIP:
 No UAC prompts
 No SmartScreen warnings
 Fast updates (just file replacement)
 Perfect for testing without code signing
 Fallback to .exe if .zip not available
2026-01-20 10:55:14 +03:00
Umbrix Developer
796c223d44 feat: Windows support - auto-update system + proper app icon
Some checks failed
CI / run (push) Has been cancelled
- PowerShell silent installer with UAC elevation
- Smart asset detection (x64 priority for .exe)
- Cross-platform restart after update
- Auto-check updates on launch (5 sec delay)
- Multi-layer .ico with 6 sizes (16-256px)
- Windows build documentation added
2026-01-19 17:48:21 +03:00
Umbrix Developer
95383d09fc feat: update to v1.7.3 with smart asset detection and auto-install
Some checks failed
Upload store MSIX to release / upload-store-msix-to-release (push) Has been cancelled
CI / run (push) Has been cancelled
2026-01-18 20:14:19 +03:00
Umbrix Developer
76a374950f feat: mobile-like window size and always-visible stats
- Changed window size to mobile phone format (400x800)
- Removed width condition for ActiveProxyFooter - now always visible
- Added run-umbrix.sh launch script with icon copying
- Stats cards now display on all screen sizes
2026-01-17 13:09:20 +03:00
problematicconsumer
ed614988a2 Refactor 2023-12-01 12:56:24 +03:30