This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
Releases: fox-archives/dotfile
Releases · fox-archives/dotfile
v2.1.0
v2.0.0
Breaking Changes
- Migrate to
MPL-2.0
license - Remove
bootstrap
subcommand- No need for this as it can be replicated with a 'bootstrap' action
Features
- Actions get access to a
DOTFILES_ROOT
environment variable - Add a
--list
flag to action subcommands- Makes it easier to manually execute an action if the TUI breaks (sometimes it still does)
Fixes
- Make sidebar wider
- Remove duplicate entries of actions in sidebar
- Update vendored dependencies (such as
bash-core
andbash-term
- Add stacktrace handler for
err
v1.1.0
Features
- Implement APIs for accessing the current profile and plumbing files
dotmgr.call()
anddotmgr.get_profile()
- Significantly improve docs
- Vendor
bash-term
into project (these functions can be used in your own functions) - Now, passing
--sudo
when calling an action will specifically call the sudo-version of actions
v1.0.0
Initial Release 🎉
My dotfile deployment framework is now released! 🦊