diff --git a/HISTORY.md b/HISTORY.md index ed7cd9b35..9b5859c06 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 ` and search the list of available models with `/model `. + ### v0.30.1 - Adding missing `google-generativeai` dependency diff --git a/assets/icons/browserconfig.xml b/assets/icons/browserconfig.xml index b3930d0f0..bfefbbfc2 100644 --- a/assets/icons/browserconfig.xml +++ b/assets/icons/browserconfig.xml @@ -2,7 +2,7 @@ - + #da532c diff --git a/assets/icons/site.webmanifest b/assets/icons/site.webmanifest index a1553eb86..123b55bba 100644 --- a/assets/icons/site.webmanifest +++ b/assets/icons/site.webmanifest @@ -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" }