2020-06-05 12:43:04 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
Noteble changes are documentated in this file.
|
|
|
|
|
|
|
|
## 1.0.0
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Added zsh plugin [#4](https://github.com/kazhala/dotbare/pull/4)
|
|
|
|
- Added bash plugin
|
|
|
|
- Added drop-in functionality [#6](https://github.com/kazhala/dotbare/pull/6)
|
|
|
|
- User can now place custom fzf scripts into scripts folder
|
2020-06-06 02:05:50 +00:00
|
|
|
- Added bash completion capabilities [#7](https://github.com/kazhala/dotbare/pull/7)
|
2020-06-18 05:11:38 +00:00
|
|
|
- Added option to clone submodule [#8](https://github.com/kazhala/dotbare/issues/8)
|
2020-06-05 12:43:04 +00:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fixed ambiguous argument error [#3](https://github.com/kazhala/dotbare/pull/3)
|
2020-06-07 04:32:02 +00:00
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
- Removed global .gitignore manipulation during migration, not needed. Added .gitignore tips to README and
|
|
|
|
let user handle it
|
2020-06-22 00:56:43 +00:00
|
|
|
- Removed `-a` flag of `dotbare freset`. It's not working as intended because I misunderstand git, the intended
|
|
|
|
behavior is actually achieved by `dotbare fcheckout -a`, use `dotbare fcheckout -a` instead.
|