Skip to content

Releases: aleph-engineering/git-task

v0.2

16 Dec 16:21
Compare
Choose a tag to compare
  • Removed the need of having the NODE_PATH env variable to successfuly run git-task script.
  • Moved the Task object definition to the .tasks/config.js.
  • Added a description to all Task fields.
  • Created a basic site/README.md as an example for users.
  • Web page:
    • When entered pending hours, if bigger than estimation, updates estimation to pending value.
    • When moved a task to status column 'done', pending hours should be set to 0.
    • Added Clone task to the context menu and implemented shallow cloning.
    • When a new task is created, it is put at the beginning of the panel.
    • Displayed the total amount of tasks (filter sensitive).
    • Displayed the total amount of hours left (filter sensitive).
    • Displayed the total amount of hours planned (filter sensitive).
    • Displayed the total amount of hours burned (filter sensitive).
    • Displayed a timer with hours/minutes/seconds. Implemented Start/Stop/Reset buttons for the timer.
    • (BUG) Fixed automatic tagging with leading comma.
  • Added some tests and migrated to mocha framework.
  • Implemented several sorting and merging functions for using later in sync verb.
  • Updated the git-task .tasks dir with the new files.