Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

39 lines (31 loc) · 1.41 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.4 - 2023-04-20

Fixed

  • Bug where using certain characters like "[]" in an issue title or URL would lead to a mermaid syntax error (fixed by double quoting the entire node label).

0.0.3 - 2023-04-20

Changed

  • Changed link hover color to dark cyan for readability and to match color scheme used in mermaid diagrams.

Fixed

  • Critical bug in root template that was preventing project names from appearing.

0.0.2 - 2023-04-19

Changed

  • Reworked linear_api.PROJECTS_BY_TEAM_QUERY to return up to 250 projects (previous limit was 50), filtering on only projects with "planned" or "started" state.
  • New field linear_api.Project.state to store the project state.
  • Projects are now color-coded by state in the project list.
  • Reworked linear_api.Team.projects to be a dict (keys are project IDs) instead of a set of Projects.

0.0.1 - 2023-04-18

Initial release.