Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

52 lines (31 loc) · 1.12 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.0 - 2020-09-13

Added

  • mount and umount commands support --

Changed

  • Replace mkdir -p with a more portable command
  • Refactor parsing arguments
  • init takes two optional arguments REPO_ROOT and DIR

Removed

  • Unused and duplicated code

Fixed

  • Use correct git repository when outside of it
  • Avoid using a repository at $HOME or above
  • Detect git repository when a FUSE mountpoint is in place

0.1.0 - 2019-10-26

Added

  • Implementation in shell script
    • dotfiler init
    • dotfiler mount
    • dotfiler umount
    • dotfiler add
    • dotfiler rm
  • Makefile