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
- 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 link hover color to dark cyan for readability and to match color scheme used in mermaid diagrams.
- Critical bug in root template that was preventing project names from appearing.
0.0.2 - 2023-04-19
- 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.