mirror of
https://github.com/kazhala/dotbare
synced 2024-11-04 06:00:45 +00:00
920 B
920 B
Changelog
Noteble changes are documentated in this file.
1.0.0
Added
- Added zsh plugin #4
- Added bash plugin
- Added drop-in functionality #6
- User can now place custom fzf scripts into scripts folder
- Added bash completion capabilities #7
- Added option to clone submodule #8
Fixed
- Fixed ambiguous argument error #3
Removed
- Removed global .gitignore manipulation during migration, not needed. Added .gitignore tips to README and let user handle it
- Removed
-a
flag ofdotbare freset
. It's not working as intended because I misunderstand git, the intended behavior is actually achieved bydotbare fcheckout -a
, usedotbare fcheckout -a
instead.