diff --git a/docs/content.en/docs/getting-started/installation/screenshot.md b/docs/content.en/docs/getting-started/installation/macos.md similarity index 100% rename from docs/content.en/docs/getting-started/installation/screenshot.md rename to docs/content.en/docs/getting-started/installation/macos.md diff --git a/docs/content.en/docs/getting-started/installation/windows.md b/docs/content.en/docs/getting-started/installation/windows.md new file mode 100644 index 00000000..3b62d386 --- /dev/null +++ b/docs/content.en/docs/getting-started/installation/windows.md @@ -0,0 +1,20 @@ +--- +weight: 10 +title: "Windows" +asciinema: true +--- + +# Windows + +## Download Coco AI + +Goto [https://coco.rs/](https://coco.rs/) + +## Install Wizard + +{{% load-img "/img/windows/1.png" "" %}} +{{% load-img "/img/windows/2.png" "" %}} +{{% load-img "/img/windows/3.png" "" %}} +{{% load-img "/img/windows/4.png" "" %}} +{{% load-img "/img/windows/5.jpeg" "" %}} + diff --git a/docs/content.en/docs/release-notes/_index.md b/docs/content.en/docs/release-notes/_index.md index f13488a9..b1380cae 100644 --- a/docs/content.en/docs/release-notes/_index.md +++ b/docs/content.en/docs/release-notes/_index.md @@ -11,15 +11,30 @@ Information about release notes of Coco Server is provided here. ### Features +### Breaking changes + +### Bug fix + +### Improvements + +## 0.2.0 (2015-03-07) + +### Features + - Add timeout to fusion search #174 - Add api to disable or enable server #185 - Networked search supports selection of data sources #209 +- Add deepthink and knowledge search options to RAG based chat +- Support i18n, add Chinese language support +- Support Windows platform +- etc. ### Breaking changes ### Bug fix - Fix to access deeplink for linux #148 +- etc. ### Improvements @@ -32,6 +47,12 @@ Information about release notes of Coco Server is provided here. - Refactor: the display of search results and the logic of creating new chats #207 - Refactor: AI conversation rendering logic #216 - Refresh all server's info on purpose, get the actual health info #225 +- Improve chat message display +- Improve application search, support macOS/Windows and Linux +- Display the version of the server in the settings page +- Allow to switch between different data sources in networked search +- Allow to switch servers in the settings page +- etc. ## 0.1.0 (2015-02-16) diff --git a/docs/static/img/windows/1.png b/docs/static/img/windows/1.png new file mode 100644 index 00000000..527e6a1b Binary files /dev/null and b/docs/static/img/windows/1.png differ diff --git a/docs/static/img/windows/2.png b/docs/static/img/windows/2.png new file mode 100644 index 00000000..f0d24c81 Binary files /dev/null and b/docs/static/img/windows/2.png differ diff --git a/docs/static/img/windows/3.png b/docs/static/img/windows/3.png new file mode 100644 index 00000000..0b192f01 Binary files /dev/null and b/docs/static/img/windows/3.png differ diff --git a/docs/static/img/windows/4.png b/docs/static/img/windows/4.png new file mode 100644 index 00000000..8b137297 Binary files /dev/null and b/docs/static/img/windows/4.png differ diff --git a/docs/static/img/windows/5.jpeg b/docs/static/img/windows/5.jpeg new file mode 100644 index 00000000..e3ae6c8f Binary files /dev/null and b/docs/static/img/windows/5.jpeg differ