Skip to content

v0.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Aug 10:43
08ae983

What's new

Cycles

Work now has a sprint to sit in. A cycle runs between two dates and holds the issues you
planned into it, and the dates alone say whether it is upcoming, active or done, so there
is nothing to start or close by hand. When one ends you can hand its leftovers to the next
one and see what it actually delivered.

Checklists

Not every step is worth a subtask. An issue can hold checklists of small items you tick off
as you go, with the count in the heading telling you how far you are.

Two levels of sharing

A public link used to show everything the issue had on it. Now you choose: the work alone,
or the work with the people and the internal fields on it.

Create the blocker on the spot

The issue you need to link to does not have to exist yet. Create it from the Links panel
and it comes back linked. Anything blocked is tinted red on the board, so what cannot move
looks like it.

Status changes say what changed

A "status changed" notification now says which states the issue moved between, wherever it
reaches you.

Polish

Priorities are easier to read at a glance, markdown has more air around it, and the header,
initiatives and inbox fit a phone screen. The new issue dialog reaches every section again
when a project has many markdown fields.

Changelog

Full diff: v0.6.0...v0.7.0

Features

  • add an extended mode to issue and board sharing (#97) (807718e)
  • add checklists to board cards (#96) (4fc44c9)
  • add cycles (sprints) (#98) (82d2b78)
  • name both states in a status-change notification (#89) (26b8cbf)
  • web: color priority icons by priority and name them in the table (#93) (7e13c13)
  • web: create a linked issue from the links panel and mark blocked ones (#92) (77ecfb1)

Bug Fixes

  • web: fit the header, initiatives and inbox on a mobile screen (#90) (fecce5f)
  • web: give the kanban add button the same gap as the cards (#87) (ca0984d)
  • web: increase the markdown line height and block spacing (#91) (651fd09)
  • web: reach every new issue body section from a dropdown (#85) (1d13b6d)
  • web: reorder the issue properties rows (#88) (7a5f8fb)
  • web: tighten the MCP server page copy and layout (#95) (c861a41)

CI

  • move the release branch in its own job (#84) (ccef872)