Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Version Aquarius

Compare
Choose a tag to compare
@marienfressinaud marienfressinaud released this 29 Dec 11:02
· 318 commits to master since this release

Features

  • #182 Don't list tasks in backlog for unrunning projects
  • #214 Attach existing tasks to project
  • #179 Enable transformation of task in project

Improvements

  • #168 Relax requirements for project names
  • Improve ordering of project list
  • #234 Handle task abandon through a modal

Documentation

  • Improve PR template for API changes
  • Improve release process

Internationalisation

  • Improve English translation file
  • #171 Provide French locale

Note that we still can't change lang so English is still the only one we can
use!

Technical

  • Provide a ly-modal component
  • Provide a ly-form-select component

API changes

  • task.createdAt becomes task.startedAt
  • project.stoppedAt becomes project.pausedAt
  • project.slug is added
  • task.projectId can now be patched