Skip to content

Latest commit

 

History

History
133 lines (67 loc) · 7.55 KB

CHANGELOG.md

File metadata and controls

133 lines (67 loc) · 7.55 KB

github-to-linear

0.7.0

Minor Changes

  • 8cb7d45 Thanks @delucis! - Cache Linear API requests for 30 seconds to improve performance when rapidly moving between views

  • #34 f2fac12 Thanks @AbundantSalmon! - Show Linear link on PR Commits, Checks, and Files changed tabs as well as Conversations

0.6.1

Patch Changes

  • eedf6ea Thanks @delucis! - Mitigate broken Linear issue search API by limiting number of issues to 5 to aovid overloading the GitHub UI

0.6.0

Minor Changes

  • b5a3a62 Thanks @delucis! - Improves status icons to more closely match Linear’s designs

  • c57cd51 Thanks @delucis! - Linear issue links now also display inline in issue & PR list views, making it easier to spot items that have associated Linear issues

Patch Changes

  • d013396 Thanks @delucis! - Includes archived Linear issues when searching for matches

0.5.0

Minor Changes

0.4.3

Patch Changes

0.4.2

Patch Changes

  • 208e2fb Thanks @delucis! - Actually fix button corner style clash with Refined GitHub.

0.4.1

Patch Changes

  • f5ae3cc Thanks @delucis! - Fix button corner style clash with Refined GitHub.

0.4.0

Minor Changes

  • 31107e3 Thanks @delucis! - Support creating a new Linear issue even if there already is an issue for the current page. Shows a smaller “+” link next to the main button at the top of the page.

  • #20 67e2621 Thanks @delucis! - Show Linear tickets for linked issues in PRs.

    Some PRs have “linked” issues that they close on GitHub. If a Linear ticket was made for a GitHub issue it now also shows on the PR that closes that GitHub issue.

0.3.1

Patch Changes

  • a803ca4 Thanks @delucis! - Fix small styling bug in issue card headings.

  • 30b1cd3 Thanks @delucis! - Tweak wording of manifest description field to reflect newer features.

0.3.0

Minor Changes

  • #15 897550f Thanks @delucis! - Display a Linear issue’s title in sidebar cards.

  • #13 2d8ab8d Thanks @delucis! - Support displaying multiple linked issues in the GitHub sidebar. Collapsed by default, you can unfold this to see all Linear issues associated with the current issue/PR.

0.2.1

Patch Changes

0.2.0

Minor Changes

  • #7 3a73585 Thanks @delucis! - Display a card with details about a linked Linear issue if found

Patch Changes

0.1.3

Patch Changes

0.1.2

Patch Changes

0.1.1

Patch Changes

  • 87338a8 Thanks @delucis! - Refactor content script styling to use CSS file instead of inline style attributes.

0.1.0

Minor Changes

  • aceb6ef Thanks @delucis! - Add extension options pane to support authenticating with Linear

  • 881ff8a Thanks @delucis! - Use user preferences to set default team & assignee in new issue link

  • 881ff8a Thanks @delucis! - Show authenticated users a link to an existing Linear issue if found

0.0.2

Patch Changes

  • bda21ca Thanks @delucis! - Make button styles compatible with the Refined GitHub extension.

  • bda21ca Thanks @delucis! - Improve icon to work across light and dark themes.