Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Releases: fox-archives/dotfile

v2.1.0

06 Oct 06:05
v2.1.0
c445394
Compare
Choose a tag to compare

Features

  • Add --version flag
  • Enable passing in a directory to dotmgr.call
  • Add --view flag subcommand
    • Enables viewing a particular action
  • Add --edit flag subcommand
    • Enables editing a particular action

v2.0.0

28 Sep 16:57
v2.0.0
7afecfd
Compare
Choose a tag to compare

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 and bash-term
  • Add stacktrace handler for err

v1.1.0

14 Jul 19:45
v1.1.0
124c28b
Compare
Choose a tag to compare

Features

  • Implement APIs for accessing the current profile and plumbing files dotmgr.call() and dotmgr.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

24 Jun 09:12
v1.0.0
6c5568d
Compare
Choose a tag to compare

Initial Release 🎉

My dotfile deployment framework is now released! 🦊