Releases: zap-zsh/zap
Releases Β· zap-zsh/zap
Zap 1.2.0
What's Changed
- Fix: plugin not loading bug by @chrishrb in #121
- feat: add git clone URL prefix variable and update documentation by @wintermi in #124
- feat: replace user config with default zap config by @ChristianChiarulli in #122
- feat: support cross-shell plugins by @mattmc3 in #126
- feat: Speed up plugin source file detection by @mattmc3 in #127
- feat: change 'git clone' to be the latest commit only by @wintermi in #130
- fix: resolve two issues with the Zap installation script by @wintermi in #133
- feat: cleanup updating all plugins output by @wintermi in #135
- Pull master by @mamaraddio in #136
- feat: visually show if plugins need to be updated by @mamaraddio in #131
- fix: keep the existing '.zshrc' file in the same directory by @wintermi in #137
- feat: cleanup and fix version output by @wintermi in #138
- fix: ZSHRC variable no longer in scope by @wintermi in #140
- feat(update): add flag (self, all) by @LoneExile in #139
- feat: use XDG standard path in $ZAP_DIR by @5c077m4n in #143
- fix: solve 2 issues #73 and #141 by @mamaraddio in #142
- feat(testing): create a CI test suite by @5c077m4n in #144
- docs: add video explanation by @ChristianChiarulli in #146
- feat: move to use a .zshrc template file by @wintermi in #147
- feat: update zap version output to include latest tag version number by @wintermi in #149
- feat: update README by @wintermi in #150
- fix: unshallow clone for plugin checkout by @AntPeixe in #153
- Change update all to update self plugins by @5c077m4n in #152
- feat: add -k, --keep flags to keep existing .zshrc files by @wintermi in #156
- fix: branch name argument by @wintermi in #157
New Contributors
- @chrishrb made their first contribution in #121
- @mattmc3 made their first contribution in #126
- @LoneExile made their first contribution in #139
- @5c077m4n made their first contribution in #143
Full Changelog: 1.0.0...1.2.0
Zap 1.0.0
What's Changed
- docs: add contributing and commands to readme by @ChristianChiarulli in #65
- docs: update logo to most likes by @ChristianChiarulli in #67
- feat: clone just as much as needed by @dtomvan in #74
- feat: modify _try_source and ZOTDIR with .zshrc by @codehia in #79
- Fix typo by @erkattak in #85
- feat: ability to install specific branches of zap repo by @ItzNesbroDev in #87
- Source zap at the beginning of the zshrc by @mamaraddio in #84
- Consistently use ZAP_DIR and ZAP_PLUGIN_DIR by @wintermi in #90
- Fix: install.sh sh->zsh shebang to guarantee read .zshenv by @undg in #92
- fix: correct hashbang by @wintermi in #94
- Fix: fix MacOS
sed
compatibility and backup user config by @mamaraddio in #96 - Add via upload for bug templates and feature request by @mamaraddio in #97
- fix: 'permission denied' error when executing: plug 'pabloariasal/zfm' by @wintermi in #99
- Fix: issue_template folder name by @mamaraddio in #98
- Change pre-commit hook by @mamaraddio in #101
- Massive refactor and a bug fix by @mamaraddio in #102
- fix: fix
install.zsh
script by @mamaraddio in #105 - feat: cleanup directories by @wintermi in #104
- fix: install.zsh script by @mamaraddio in #107
- Fixing install script by @mamaraddio in #108
- feat: if plug dirname exists then local source only by @wintermi in #111
- fix: removed useless
_try_source
call by @mamaraddio in #112 - Docs: add prerequisites section to
README.md
by @mamaraddio in #113 - feat: cater for sourcing local plugin directories by @wintermi in #114
- fix: fix failure by @wintermi in #115
- feat: add list command. align numbered lists by @wintermi in #116
- feat: search for the plugin file to source (close #118) by @trimclain in #119
New Contributors
- @dtomvan made their first contribution in #74
- @codehia made their first contribution in #79
- @erkattak made their first contribution in #85
- @ItzNesbroDev made their first contribution in #87
- @wintermi made their first contribution in #90
- @undg made their first contribution in #92
- @trimclain made their first contribution in #119
Full Changelog: 0.2.0...1.0.0
Zap 0.2.0
What's Changed
- Abstract Plugin Installation From User by @Pheon-Dev in #4
- feat: Progress Bar During Installation by @Pheon-Dev in #6
- feat: Progress Bar During Installation by @Pheon-Dev in #7
- Misc features and fixes by @Granddave in #8
- fix: fixed
README.md
typo in in license shield by @mamaraddio in #10 - feat: Update & Delete Plugin Options by @Pheon-Dev in #15
- Merge comp into plug by @Granddave in #18
- feat: Version Command by @Pheon-Dev in #27
- fix: Plugin Update by @Pheon-Dev in #28
- fix: duplicated lines in
doc.txt
by @mamaraddio in #32 - feat: add "pin to commit" functionality by @mamaraddio in #33
- feat: Pause & Unpause Individual Plugins by @Pheon-Dev in #29
- feat: add update to zap itself by @AntPeixe in #34
- feat: have
plug
and_try_source
both insideplug
by @mamaraddio in #36 - Add auto formatting and CI! by @Granddave in #40
- fix: dont use hardcoded paths by @Rishabh672003 in #41
- fix|update: Update, Pause, Unpause, Delete functions by @Pheon-Dev in #42
- fix: use home directory if zdotdir not set by @ChristianChiarulli in #47
- fix: sed is different on mac (BSD) by @ChristianChiarulli in #48
- Simpler flag options for
zap
command by @Pheon-Dev in #50 - fix: a bunch of modifications by @mamaraddio in #49
- fix: rollback plugin breaking changes by @ChristianChiarulli in #52
- fix: dont exit on git failure by @AntPeixe in #56
- Only showing plugins and not any local files by @Pheon-Dev in #55
- Feat/don't ask unneeded input on (de)activate by @AntPeixe in #57
- feat: plugins will be cleaned up after update, removed activate, deactivate, remove by @ChristianChiarulli in #61
- feat: add completion for zap by @ChristianChiarulli in #62
- feat: communicate nothing to remove by @ChristianChiarulli in #63
- chore: cleanup some spacing by @ChristianChiarulli in #64
New Contributors
- @Pheon-Dev made their first contribution in #4
- @mamaraddio made their first contribution in #10
- @AntPeixe made their first contribution in #34
- @Rishabh672003 made their first contribution in #41
- @ChristianChiarulli made their first contribution in #47
Full Changelog: 0.1.0...0.2.0
zap 0.1.0
Initial release of zap