All notable changes to this project will be documented in this file.
- How changes are pulled, dotman no longer pulls from
master
branch, your default branch is automatically determined. By Prajeshpuri 🙌 - Switch to stable version on install through
install.sh
. - Other minor improvements.
- First time setup issues.
- "No names found, cannot describe anything." error while running
dotman version
. - Double exported aliases when installing dotman again.
- Now, Manage menu option numbers appear in bold.
- Rename options in
manage
menu. - Minor tooling 🔧 updates.
install.sh
now only installs tagged releases by default.
- Bug where "No Changes in dotfiles" was printed twice when using option [2].
- Compatibility issues for MacOS, remove instances of
echo -e
. - dotman logo printing errors, #2. Now compatible with Bash 3 (& MacOS).
- Bug 🐛 where
$DOT_REPO
variable was not exported. By tadomaitis 🙌
- Initial Release