Age | Commit message (Expand) | Author |
2021-10-04 | feat(updater): check if there are updates before prompting (#8387) | Marc Cornellà |
2021-10-04 | feat(updater): add mode to only remind you to update when it's time (#10187) | Marc Cornellà |
2021-10-04 | refactor(updater): change auto-update settings to use `zstyle` | Marc Cornellà |
2021-07-08 | fix(update): fix error exit code on update check (#10033) | Marc Cornellà |
2021-03-01 | fix(update): don't error on upgrade no-op (#9685) | Cai Cooper |
2021-01-21 | fix(updater): refresh date of last update only on successful update | Marc Cornellà |
2020-12-07 | fix(updater): don't show changelog when running unattended update (#9495) | Marc Cornellà |
2020-11-30 | refactor(updater): switch to Zsh execution and fix git remote detection logic | Marc Cornellà |
2020-07-13 | update: prefix rm call with command in trap (#9107) | M. Yas. Davoodeh |
2020-06-28 | update: change dash in function name for sh compat (fixes #9064) | Marc Cornellà |
2020-06-28 | update: only update on a valid affirmative input (#9062) | alexagnelli |
2020-06-09 | update: refactor and fix logic in check_for_upgrade.sh (#8939) | Marc Cornellà |
2019-04-07 | upgrade: fix lock-out on first upgrade check | Marc Cornellà |
2018-06-15 | Fixed Issue #4550: Move ~/.zsh-update file to $ZSH_CACHE_DIR | Chao Du |
2018-05-15 | Update the update prompt (#6825) | Gert de Pagter |
2016-10-03 | Convert "if then" statements to "if; then" one-liners | Fabian Wolff |
2016-10-03 | Use rmdir instead of rm -r | Fabian Wolff |
2016-10-03 | Implement a locking mechanism to avoid multiple update prompts (fixes #3766) | Fabian Wolff |
2016-08-09 | Replace /bin/sh with sh for portability (#5291) | Fredrik Fornwall |
2015-11-29 | Merge pull request #4207 from mpscholten/master | Marc Cornellà |
2015-10-16 | Check for git before trying to upgrade, as per #4504 | Arvind Chembarpu |
2015-08-03 | Also accept any forms of yes as an answer to the "do you want to update?" prompt | Marc Scholten |
2015-06-10 | No input for Update Check defaults to Yes | HeroCC |
2014-12-15 | fix(tools/check_for_upgrade): Don't source profile | Mark Feltner |
2014-11-06 | Merge pull request #2946 from moinakg/master | Robby Russell |
2014-10-14 | Change to epoch target in days instead of seconds. | Moinak Ghosh |
2014-09-17 | Convert epoch_target from days to seconds. | Moinak Ghosh |
2014-09-16 | Update Solaris changes to use OSTYPE and zsh datetime module. | Moinak Ghosh |
2014-08-20 | Replace /usr/bin/env with env | Fredrik Fornwall |
2014-07-11 | Solaris portability tweaks. | Moinak Ghosh |
2014-06-04 | Cancel upgrade if $ZSH is not writable | n.st |
2014-05-24 | fix(tools/check_for_upgrade): Don't source profile | Mark Feltner |
2014-05-24 | Write the update file even if `CLOBBER` is unset. | Adam Luikart |
2013-12-18 | Revert "Cancel update if the current user doesn't have write permissions for ... | Robby Russell |
2013-12-18 | Cancel update if the current user doesn't have write permissions for the oh-m... | n.st |
2013-12-03 | source ~/.profile only if it exists | Patrick Stadler |
2013-06-11 | source ~/.profile for upgrading (to source the proxy configuration) | Gaetan Semet |
2012-11-26 | Add UPDATE_ZSH_DAYS setting | Eric Danielson |
2012-07-20 | auto-upadate feature will now reset the epoch so that if a user doesn't say y... | Robby Russell |
2012-05-31 | Now with 50% less auto-updates. | Robby Russell |
2011-11-15 | Added option to disable the update prompt. Set DISABLE_UPDATE_PROMPT to true ... | Graham McMillan |
2011-08-17 | Fix auto upgrade failure from non-exported ZSH env var | Tim Taylor |
2011-04-29 | fixed autoupdate | nebirhos |
2011-02-04 | Fixed auto update. | Christopher Chow |
2009-12-12 | Updating check_for_upgrade script to fix issue when the LAST_EPOCH file/value... | Robby Russell |
2009-10-11 | Replaced source with . | Gerhard Lazu |
2009-09-23 | Adding a script to check for upgrades | Robby Russell |