Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

34 lines (24 loc) · 1.23 KB

Changelog

All notable changes to this project will be documented in this file.

[0.3.0] - Oct 25, 2020

Changed

  • 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.

Fixed

  • First time setup issues.
  • "No names found, cannot describe anything." error while running dotman version.
  • Double exported aliases when installing dotman again.

[0.2.0] - Aug 25, 2020

Changed

  • 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.

Fixed

  • 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 🙌

[0.1.0] - July 18, 2020

  • Initial Release