Skip to content

v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Aug 14:42
8b04f0d

What's new

Subtasks

Break a big issue into smaller ones. The parent shows 3/5 on the board and its subtasks
sit under it instead of taking columns of their own. Archive the parent and they go with
it, restore it and they come back.

Links between issues

Mark what blocks what, what is related and what is a duplicate. Both issues carry the
link, so the blocker is visible from either end, on the issue page and on the board.

Watch an issue

You now choose what you hear about. Unsubscribe from a noisy issue and it stays quiet,
even after you comment on it again. Issues you create, get assigned, comment on or are
mentioned in subscribe you on their own, and Preferences turns that off.

Draw on screenshots

Circle the bug and save. The image updates everywhere it is already used, so you need
neither another tool nor a second upload. Attachments are preview cards you can open and
look at.

A faster new issue dialog

Paste a big screenshot and the Create issue button stays where it is. Custom fields sit
in tabs and attachments in a thumbnail strip, so the whole dialog fits on one screen.

The activity log, by status

The log groups the issue's history into the stretches it spent in each status: how long
it sat there and what was said while it did. Preferences picks the view it opens with.

Polish

Better contrast in dark theme, long titles shown in full, dialogs that scroll again, a
navigation rail in preferences, and permissions that match what you can actually do.

Changelog

Full diff: v0.5.0...v0.6.0

Features

  • add a grouped issue activity log with an account preference (#69) (887957e)
  • annotate image attachments and rework the issue detail sections (#79) (e614f46)
  • break an issue into subtasks (#83) (ba3c352)
  • link issues as blocking, related or duplicate (#75) (7815173)
  • read quick actions without the actions permission (#80) (c1a3cbc)
  • watch issues to get their notifications (#78) (c64c43a)
  • web: add a section rail to account preferences (#71) (7721184)
  • web: rework the new issue dialog body and footer (#76) (09497fa)

Bug Fixes

  • api: source the release history from the releases feed (#74) (62fb86e)
  • gate the archive settings section by its own permission (#81) (09c0e90)
  • web: raise text contrast and set line-height tokens (#72) (58779e4)
  • web: render the issue detail read-only without work_items.edit (#82) (913dcdd)
  • web: restore modal body scrolling (#70) (31d471d)
  • web: stack issue page properties below xl (#73) (30a937a)
  • web: wrap the issue title instead of truncating it (#77) (bab013d)

Documentation

  • split install instructions out of the readme (#67) (16edd51)

CI

  • fetch full history before moving the release branch (#65) (e91bae9)