Skip to content

v0.5.0

Compare
Choose a tag to compare
@advanderveer advanderveer released this 22 May 16:09
· 128 commits to master since this release

Changelog

  • Timeglass now supports optional configuration through a timeglass.json file in the root of your repository, configuration includes:
    • Configuring the Commit message
    • Configuring the Minimal Billage Unit (MBU)
  • Time data is now stored using git-notes, as such new commands are introduced:
    • a new glass push sends the time data branch to the remote
    • a new glass pull retrieves time data from the remote into your clone
  • fixed #5
  • fixed #6

Upgrade Instructions (0.4.x) -> (0.5.x)

  1. Rerun glass init to update your hooks