mirror of
https://github.com/kazhala/dotbare
synced 2024-11-02 09:40:27 +00:00
542bc0838c
fix: test .. test: improve wording and variable names in test .. ..
1.8 KiB
1.8 KiB
Changelog
Noteble changes are documentated in this file.
2.0.0
Added
dotbare
now accept verbose type of argument e.g.dotbare fadd --file
dotbare fcheckout --branch
. More information please refer to each commands help manual- Added support for handling files with spaces
- Improved unittest with mocking
- A more reliable
dotbare fupgrade
behavior - Added version flag for
dotbare
Changed
dotbare fcheckout -a
has now been renamed todotbare fcheckout -s
ordotbare fcheckout --select
dotbare fstash -f
has now been renamed todotbare fstash -s
ordotbare fstash --select
dotbare funtrack -s
has now been renamed todotbare funtrack -t
ordotbare funtrack --temp
dotbare funtrack -S
has now been renamed todotbare funtrack -r
ordotbare funtrack --resume
- dryrun information no longer will display if
-y
or--yes
flag has been passed
Removed
- Removed
-a
flag ofdotbare freset
. It's not working as intended because I misunderstand it, the intended behavior is actually achieved bydotbare fcheckout -a
, usedotbare fcheckout -a
instead. (Edit:dotbare fcheckout -a
is nowdotbare fcheckout -s
ordotbare fcheckout --select
)
1.1.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