diff --git a/HISTORY.md b/HISTORY.md index 302e3ac15..758137684 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,20 @@ # Release history +### Aider v0.62.0 + +- Full support for Claude 3.5 Haiku + - Scored 75% on [aider's code editing leaderboard](). + - Almost as good as Sonnet at much lower cost. + - Launch with `--haiku` to use it. +- Easily apply edits from ChatGPT or Claude WebUI + - Use the web ui's "copy response" button to copy the entire reply from the LLM. + - Run `aider --apply-clipboard-edits file-to-edit.js`. + - Aider will edit your file with the LLM's changes. +- Bugfix when creating new files. +- Aider wrote 84% of the code in this release. + + ### Aider v0.61.0 - Load and save aider slash-commands to files: diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 57b7ab99d..ea1783a2b 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -19,6 +19,20 @@ cog.out(text) +### Aider v0.62.0 + +- Full support for Claude 3.5 Haiku + - Scored 75% on [aider's code editing leaderboard](). + - Almost as good as Sonnet at much lower cost. + - Launch with `--haiku` to use it. +- Easily apply edits from ChatGPT or Claude WebUI + - Use the web ui's "copy response" button to copy the entire reply from the LLM. + - Run `aider --apply-clipboard-edits file-to-edit.js`. + - Aider will edit your file with the LLM's changes. +- Bugfix when creating new files. +- Aider wrote 84% of the code in this release. + + ### Aider v0.61.0 - Load and save aider slash-commands to files: diff --git a/aider/website/assets/sample-analytics.jsonl b/aider/website/assets/sample-analytics.jsonl index 33841ce0f..d63a6d601 100644 --- a/aider/website/assets/sample-analytics.jsonl +++ b/aider/website/assets/sample-analytics.jsonl @@ -459,3 +459,6 @@ {"event": "launched", "properties": {"python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.61.1.dev"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1730751268} {"event": "cli session", "properties": {"main_model": "None", "weak_model": "claude-3-5-sonnet-20241022", "editor_model": "None", "edit_format": "diff", "python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.61.1.dev"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1730751270} {"event": "command_exit", "properties": {"python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.61.1.dev"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1730751271} +{"event": "launched", "properties": {"python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.61.1.dev"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1730751479} +{"event": "gui session", "properties": {"python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.61.1.dev"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1730751480} +{"event": "command_diff", "properties": {"python_version": "3.12.6", "os_platform": "Darwin", "os_release": "23.6.0", "machine": "x86_64", "aider_version": "0.61.1.dev"}, "user_id": "c42c4e6b-f054-44d7-ae1f-6726cc41da88", "time": 1730751655}