summaryrefslogtreecommitdiff
path: root/tools/check_for_upgrade.sh
AgeCommit message (Expand)Author
2023-10-09feat(updater): add `background-alpha` update mode (preview) (#11928)Marc Cornellà
2023-04-17fix(check_for_upgrade): update properly `LAST_EPOCH`Carlo Sala
2023-03-28feat(upgrade): add verbosity settingsHåvard Bartnes
2023-01-17fix(upgrade): do not upgrade if not called from ttyCarlo Sala
2023-01-03fix(upgrade): check if git is available and workingCarlo Sala
2022-07-26fix(updater): correct spelling of `curl` flag (#11072)Brian Wright
2022-06-01fix(updater): use `curl --connect-timeout` in new update checkMarc Cornellà
2022-04-10feat(updater): check for typed input before automatically updating (#10830)Marc Cornellà
2022-03-04fix(updater): prefix `cd` with `builtin` when it is aliased (#10753)SBado
2022-02-24fix(updater): fix check for latest commit in local repositoryMarc Cornellà
2022-02-24fix(updater): timeout after 2s on available update checkMarc Cornellà
2022-02-11fix(updater): fix input check on non-interactive runsMarc Cornellà
2022-02-11fix(updater): do not swallow 1 character in check for user inputMarc Cornellà
2022-02-07feat(updater): do not update when user already typed some characters (#9699)Marc Cornellà
2022-01-22fix: do not call chpwd hooks in subshellsMarc Cornellà
2022-01-13fix(updater): give priority to `zstyle` settings if set (#10587)Marc Cornellà
2021-12-01feat(updater): show command to update when update skipped (#10465)Nick Aldwin
2021-11-25fix(updater): stop update if `$ZSH` is not a git repository (#10448)Marc Cornellà
2021-11-10fix(updater): avoid `git -C` for compatibility with git < v1.8.5 (#10404)Marc Cornellà
2021-11-09refactor(updater): simplify check for available updatesMarc Cornellà
2021-11-05fix(updater): stop update if connection unavailableMarc Cornellà
2021-10-04feat(updater): check if there are updates before prompting (#8387)Marc Cornellà
2021-10-04feat(updater): add mode to only remind you to update when it's time (#10187)Marc Cornellà
2021-10-04refactor(updater): change auto-update settings to use `zstyle`Marc Cornellà
2021-07-08fix(update): fix error exit code on update check (#10033)Marc Cornellà
2021-03-01fix(update): don't error on upgrade no-op (#9685)Cai Cooper
2021-01-21fix(updater): refresh date of last update only on successful updateMarc Cornellà
2020-12-07fix(updater): don't show changelog when running unattended update (#9495)Marc Cornellà
2020-11-30refactor(updater): switch to Zsh execution and fix git remote detection logicMarc Cornellà
2020-07-13update: prefix rm call with command in trap (#9107)M. Yas. Davoodeh
2020-06-28update: change dash in function name for sh compat (fixes #9064)Marc Cornellà
2020-06-28update: only update on a valid affirmative input (#9062)alexagnelli
2020-06-09update: refactor and fix logic in check_for_upgrade.sh (#8939)Marc Cornellà
2019-04-07upgrade: fix lock-out on first upgrade checkMarc Cornellà
2018-06-15Fixed Issue #4550: Move ~/.zsh-update file to $ZSH_CACHE_DIRChao Du
2018-05-15Update the update prompt (#6825)Gert de Pagter
2016-10-03Convert "if then" statements to "if; then" one-linersFabian Wolff
2016-10-03Use rmdir instead of rm -rFabian Wolff
2016-10-03Implement a locking mechanism to avoid multiple update prompts (fixes #3766)Fabian Wolff
2016-08-09Replace /bin/sh with sh for portability (#5291)Fredrik Fornwall
2015-11-29Merge pull request #4207 from mpscholten/masterMarc Cornellà
2015-10-16Check for git before trying to upgrade, as per #4504Arvind Chembarpu
2015-08-03Also accept any forms of yes as an answer to the "do you want to update?" promptMarc Scholten
2015-06-10No input for Update Check defaults to YesHeroCC
2014-12-15fix(tools/check_for_upgrade): Don't source profileMark Feltner
2014-11-06Merge pull request #2946 from moinakg/masterRobby Russell
2014-10-14Change to epoch target in days instead of seconds.Moinak Ghosh
2014-09-17Convert epoch_target from days to seconds.Moinak Ghosh
2014-09-16Update Solaris changes to use OSTYPE and zsh datetime module.Moinak Ghosh
2014-08-20Replace /usr/bin/env with envFredrik Fornwall