Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions src/aider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## [Unreleased]

## 1.1.0 - 2024-12-20

### Added

- Support for installing dependencies like Playwright and browser dependencies to enable Aider's web scraping functionality.
- Logic to clean up caches and other temporary files after installation to optimize performance and reduce disk usage.

## [1.0.0] - 2024-12-18
## 1.0.0 - 2024-12-18

### Added

- Initial implementation of Aider devcontainer feature with support for Debian and Ubuntu.

[Unreleased]: https://github.com/ivy/devcontainer-features/commits/main/src/aider
[1.0.0]: https://github.com/ivy/devcontainer-features/commits/main/src/aider?since=2024-12-18&until=2024-12-19
- Initial implementation of Aider devcontainer feature with support for Debian and Ubuntu.
2 changes: 1 addition & 1 deletion src/aider/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "aider",
"version": "1.0.0",
"version": "1.1.0",
"name": "Aider",
"description": "Aider lets you pair program with LLMs, to edit code in your local Git repository.",
"documentationURL": "https://github.com/ivy/devcontainer-features/blob/main/src/aider#readme",
Expand Down
Loading