summaryrefslogtreecommitdiff
path: root/macos/Sources/Features/Update/UpdateController.swift
AgeCommit message (Collapse)Author
2025-10-10macos: Show "Update and Restart" in the Command Palette (#9131)Mitchell Hashimoto
If an update is available, you can now trigger the full download, install, and restart from a single command palette action. This allows for a fully keyboard-driven update process. While an update is being installed, an option to cancel or skip the current update is also shown as an option, so that can also be keyboard-driven. This currently can't be bound to a keyboard action, but that may be added in the future if there's demand for it. **AI Disclosure:** Amp was used considerably. I reviewed all the code and understand it. ## Demo https://github.com/user-attachments/assets/df6307f8-9967-40d4-9a62-04feddf00ac2
2025-10-10macOS: Make a lot of things more robustMitchell Hashimoto
2025-10-09macos: setup the standard sparkle driver for no-window scenarioMitchell Hashimoto
If there are no windows, we use the standard sparkle driver to drive the standard window-based update UI.
2025-10-08macos: hook up our new update controllerMitchell Hashimoto