refactor: Reorganize charts and update HISTORY.md structure

This commit is contained in:
Paul Gauthier 2024-10-04 15:56:28 -07:00 committed by Paul Gauthier (aider)
parent c10442087b
commit 96cdd95988
2 changed files with 5 additions and 2 deletions

View file

@ -6,15 +6,18 @@ highlight_image: /assets/blame.jpg
description: Release notes and stats on aider writing its own code.
---
# Release history
{% include blame.md %}
<!--[[[cog
# This page is a copy of HISTORY.md, adding the front matter above.
text = open("HISTORY.md").read()
text = text.replace("# Release history", "")
cog.out(text)
]]]-->
# Release history
### v0.59.0

View file

@ -1,5 +1,5 @@
<canvas id="blameChart" width="800" height="360" style="margin-top: 20px"></canvas>
<canvas id="linesChart" width="800" height="360" style="margin-top: 20px"></canvas>
<canvas id="blameChart" width="800" height="360" style="margin-top: 20px"></canvas>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="https://cdn.jsdelivr.net/npm/moment"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-adapter-moment"></script>