mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
Merge branch 'main' into gemini-editblock-and-examples
This commit is contained in:
commit
31b7ed3660
3 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,11 @@
|
|||
|
||||
# Release history
|
||||
|
||||
### v0.31.0
|
||||
|
||||
- Aider is now also AI pair programming in your browser! Use the `--browser` switch to launch am experimental browser based version of aider.
|
||||
- Switch models during the chat with `/model <name>` and search the list of available models with `/model <query>`.
|
||||
|
||||
### v0.30.1
|
||||
|
||||
- Adding missing `google-generativeai` dependency
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/mstile-150x150.png"/>
|
||||
<square150x150logo src="/assets/icons/mstile-150x150.png"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"src": "/assets/icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-384x384.png",
|
||||
"src": "/assets/icons/android-chrome-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue