Age | Commit message (Expand) | Author |
2021-07-08 | fix(update): fix error exit code on update check (#10033) | Marc Cornellà |
2021-07-07 | feat(changelog): ignore merge commits | Marc Cornellà |
2021-06-11 | fix(update): correct description of how changelog is displayed (#9943) | Logicer |
2021-04-06 | feat(theme_chooser): display non-zero exit code (#8428) | Max Staff |
2021-03-25 | fix: use `$USERNAME` guaranteed to always be defined in zsh | Marc Cornellà |
2021-03-16 | refactor(installer): fix static analysis warnings (#9529) | Léa Gris |
2021-03-15 | fix(uninstall): fix renaming .zshrc when no original rc file found | 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à |
2021-01-10 | fix(changelog): fix spacing in breaking changes message | Marc Cornellà |
2021-01-05 | fix(changelog): display scope in breaking change messages | Marc Cornellà |
2020-12-30 | fix(changelog): remove CR characters in breaking change messages | Marc Cornellà |
2020-12-28 | fix(updater): don't pipe changelog to less when updating | Marc Cornellà |
2020-12-12 | fix(changelog): allow breaking change message to span multiple lines | Marc Cornellà |
2020-12-12 | feat(updater): save version prior to updating so `omz changelog` just works™ | Marc Cornellà |
2020-12-07 | fix(changelog): fix assoc array syntax for zsh 5.4.2 and older (#9495) | Marc Cornellà |
2020-12-07 | fix(updater): don't show changelog when running unattended update (#9495) | Marc Cornellà |
2020-12-04 | fix(changelog): fix highlight of codeblocks in subject | Marc Cornellà |
2020-12-04 | fix(updater): properly show changelog via `less` | Marc Cornellà |
2020-12-02 | fix(updater): fix ignored variable name in read | Marc Cornellà |
2020-12-01 | fix(updater): make sure to run it with zsh | Marc Cornellà |
2020-11-30 | feat(updater): add changelog display by parsing the commit list | Marc Cornellà |
2020-11-30 | refactor(updater): switch to Zsh execution and fix git remote detection logic | Marc Cornellà |
2020-11-09 | fix(installer): fix error message if $ZSH exists when installing | Marc Cornellà |
2020-09-09 | update: return git error code on failure (#9238) | Lucas Larson |
2020-08-20 | docs: document oneline argument passing to install script | Marc Cornellà |
2020-08-20 | docs: add fetch install command for FreeBSD (#9172) | Adam G. Emerson |
2020-08-17 | Underline links in install and update script | Marc Cornellà |
2020-07-13 | update: prefix rm call with command in trap (#9107) | M. Yas. Davoodeh |
2020-07-01 | install: fix typo (#9069) | Alex Zdanowicz |
2020-06-28 | Modernize install and update banners (#9045) | Larson Carter |
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à |
2020-05-19 | update: fix bug in upgrade.sh: s/NORMAL/RESET/ (#8947) | Roman Perepelitsa |
2020-05-18 | update: display logo in rainbow colors (#8941) | Marc Cornellà |
2020-03-11 | updater: use hardcoded color sequences instead of tput | Marc Cornellà |
2020-03-11 | updater: use `git config` instead of `git -c` for git < v1.7.2 | Marc Cornellà |
2020-02-29 | updater: fix --autostash argument. Works for git > 1.7.1 | Marc Cornellà |
2020-02-27 | updater: add --autostash to git pull (#7172) | Mauricio Wolff |
2020-02-25 | installer: add option to install without replacing .zshrc (#8209) | Michael Dorst |
2020-02-24 | installer: remove redundant cp command (#8668) | Jonathan Chang |
2019-11-25 | Fix change to old shell on uninstall (#8430) | Giuseppe |
2019-11-21 | Fix non-POSIX conditional syntax | Marc Cornellà |
2019-11-20 | Actions to take after repository migration is complete (#8394) | Marc Cornellà |
2019-11-09 | upgrade: remove double whitespace in message (#7517) | Quentin Dreyer |
2019-10-21 | Set default git-config values known to fix repository issues | Marc Cornellà |
2019-09-08 | installer: allow chsh to work in termux | Marc Cornellà |
2019-06-09 | installer: don't rely on tput for coloring | Marc Cornellà |
2019-06-03 | installer: ask user about changing the shell to zsh | Marc Cornellà |