mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
refactor: Reorganize charts and update HISTORY.md structure
This commit is contained in:
parent
c10442087b
commit
96cdd95988
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue