Releases: SenseiIssei/Odysync
Releases · SenseiIssei/Odysync
Release list
v2.1.0
Full Changelog: v1.3.0...v2.1.0
v1.3.0
Sensei's Updater 1.3.0
Focus: faster scans and clear feedback during updates, plus import/export of app profiles.
Highlights
- Progress animation during installs so updates never look frozen
- Upgrade-scan cache with configurable TTL (default 15 min)
- Export/import profiles from JSON
- Open Microsoft Store → Library to trigger Store updates manually
- Logs for every run in
%LOCALAPPDATA%\SenseiUpdater\logs\
Config
- Settings at
%LOCALAPPDATA%\SenseiUpdater\settings.json - Defaults include
cache_ttl_minutes
Examples
SenseisUpdater.exe --appsSenseisUpdater.exe --export "%USERPROFILE%\\Desktop\\profiles.json"SenseisUpdater.exe --import "%USERPROFILE%\\Desktop\\profiles.json"
Support
v1.2.0
Sensei's Updater 1.2.0
Focus on safety, clarity, and Windows-native updates. Includes profiles, reports, diagnostics, and scheduling.
Highlights
- Driver updates via Windows Update (Drivers category)
- App updates via winget with dynamic selector or profiles
- Reports (JSON/TXT), diagnostics zip, pending reboot warning
- Scheduling with Task Scheduler for automatic weekly or monthly runs
- Single portable EXE build
Install
- Download the EXE from the Release assets
Quick examples
SenseisUpdater.exe --appsSenseisUpdater.exe --driversSenseisUpdater.exe --quickSenseisUpdater.exe --schedule weekly --time 09:00 --task-name "SenseisUpdater Weekly"
Support