What's Changed
- feat(updater): confirm install after update download by @cipherTing in #119
New Contributors
- @cipherTing made their first contribution in #119
Added
- Added an install-confirmation step to the auto-updater: downloaded updates now wait for the user to choose "Update now" (restart and install) or "Update later" instead of restarting automatically.
- Introduced
update:statusandupdate:installIPC handlers so the renderer can query whether a downloaded update is ready and trigger installation on demand. - Added a "ready to install" update state in the title bar and settings, with matching UI strings across all supported locales.
Changed
- Deferred
quitAndInstalluntil the user confirms; install failures now surface anupdate:errorback to the window instead of force-quitting the app. - Clarified the auto-update setting description to reflect that updates download automatically but ask before restarting to install.
- Refined the context-memory compression description to reflect model-aware compression thresholds and summary-based history preservation.