Releases: tieo/ruscal
Releases · tieo/ruscal
ruscal v1.2.3
- docs(readme): note that ruscal requires Outlook Classic (new Outlook has no MAPI)
- ci: static-link the MSVC C runtime so the binary runs without VCRedist
- ci: auto-patch Architecture x86->x64 after winget-releaser fires
ruscal v1.2.2
- ci: auto-submit a WinGet manifest PR for every tagged release
- installer: CloseApplications=yes so winget upgrade survives a running ruscal
ruscal v1.2.1
- ruscal: ship an Inno Setup installer so WinGet installs work end-to-end
ruscal v1.2.0
- ruscal: purge self-install, self-update, autostart, Start-menu shortcut — WinGet-only distribution
- docs: add MIT LICENSE and user-responsibility clause
- ruscal: opt-in autostart, stop recreating Start-menu .lnk on every launch
- ci: sign Windows release builds via SignPath Foundation OSS
- ruscal: replace PowerShell spawns with native Win32 to reduce Defender ML triggers
- test: drop one-off diagnostic tests that have served their purpose
- sync: full organizer line, full body, UTF-8-safe folding, auto-recover on 409
- updater: dev-build check-for-updates recovers from polluted sidecar
ruscal v1.1.1
- docs: add PRIVACY and TERMS for Google OAuth consent screen
- google: surface real revocation cause instead of "No stored token"
- test: isolate focus-event listener test from live primary instance
ruscal v1.1.0
- v1.1.0: settings cog toggles, second-launch focuses via named event
ruscal v1.0.11
- v1.0.11: exe icon, Start-menu shortcut, focus-on-relaunch, no console flash
ruscal v1.0.10
- autostart: never register the dev target path
- dev-build check-for-updates compares installed copy, not running exe
ruscal v1.0.9
- v1.0.9: silence auto-updater on dev builds
- detect revoked Google tokens, one-click Re-authenticate, show dirty version
ruscal v1.0.8
- v1.0.8: umlaut fix, start-minimized setting, retry on 409/403 PUT
- Create README.md