From f2e2aee672ac2206b9469fc6233748da28befecd Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Mon, 11 Dec 2023 21:22:31 -0800 Subject: [PATCH] 1.7.2: Stable Patch Version --- README.md | 3 ++- docs/changelog.md | 3 ++- package-lock.json | 4 ++-- package.json | 2 +- src/apps/news/news.data.tsx | 3 ++- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e95578185..6dc3e4945 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ shows the current developments and future ideas. - Got a suggestion? [_Add your roadmap ideas_](https://github.com/enricoros/big-agi/issues/new?&template=roadmap-request.md) - Want to contribute? [_Pick up a task!_](https://github.com/users/enricoros/projects/4/views/4) - _easy_ to _pro_ -### What's New in 1.7.1 路 Dec 11, 2023 路 Attachment Theory 馃専 +### What's New in 1.7.2 路 Dec 12, 2023 路 Attachment Theory 馃専 - **Attachments System Overhaul**: Drag, paste, link, snap, text, images, PDFs and more. [#251](https://github.com/enricoros/big-agi/issues/251) - **Desktop Webcam Capture**: Image capture now available as Labs feature. [#253](https://github.com/enricoros/big-agi/issues/253) @@ -32,6 +32,7 @@ shows the current developments and future ideas. - Latest Ollama and Oobabooga models - For developers: **Password Protection**: HTTP Basic Auth. [Learn How](https://github.com/enricoros/big-agi/blob/main/docs/deploy-authentication.md) - [1.7.1]: Improved Ollama chats. [#270](https://github.com/enricoros/big-agi/issues/270) +- [1.7.2]: Updated OpenRouter models (incl. Mixtral 8x7B) ### What's New in 1.6.0 - Nov 28, 2023 diff --git a/docs/changelog.md b/docs/changelog.md index 5c24595c6..1b24ae0cb 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -10,7 +10,7 @@ by release. - work in progress: [big-AGI open roadmap](https://github.com/users/enricoros/projects/4/views/2), [help here](https://github.com/users/enricoros/projects/4/views/4) - milestone: [1.8.0](https://github.com/enricoros/big-agi/milestone/8) -### What's New in 1.7.1 路 Dec 11, 2023 路 Attachment Theory 馃専 +### What's New in 1.7.2 路 Dec 11, 2023 路 Attachment Theory 馃専 - **Attachments System Overhaul**: Drag, paste, link, snap, text, images, PDFs and more. [#251](https://github.com/enricoros/big-agi/issues/251) - **Desktop Webcam Capture**: Image capture now available as Labs feature. [#253](https://github.com/enricoros/big-agi/issues/253) @@ -21,6 +21,7 @@ by release. - Latest Ollama and Oobabooga models - For developers: **Password Protection**: HTTP Basic Auth. [Learn How](https://github.com/enricoros/big-agi/blob/main/docs/deploy-authentication.md) - [1.7.1]: Improved Ollama chats. [#270](https://github.com/enricoros/big-agi/issues/270) +- [1.7.2]: Updated OpenRouter models (incl. Mixtral 8x7B) ### What's New in 1.6.0 - Nov 28, 2023 路 Surf's Up diff --git a/package-lock.json b/package-lock.json index 890388f57..83edeb0c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "big-agi", - "version": "1.7.1", + "version": "1.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "big-agi", - "version": "1.7.1", + "version": "1.7.2", "hasInstallScript": true, "dependencies": { "@dqbd/tiktoken": "^1.0.7", diff --git a/package.json b/package.json index 6c6f16d7f..54ee65e1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "big-agi", - "version": "1.7.1", + "version": "1.7.2", "private": true, "scripts": { "dev": "next dev", diff --git a/src/apps/news/news.data.tsx b/src/apps/news/news.data.tsx index 583d48672..5f3c62003 100644 --- a/src/apps/news/news.data.tsx +++ b/src/apps/news/news.data.tsx @@ -67,7 +67,7 @@ export const NewsItems: NewsItem[] = [ ], },*/ { - versionCode: '1.7.1', + versionCode: '1.7.2', versionName: 'Attachment Theory', versionDate: new Date('2023-12-11T06:00:00Z'), // new Date().toISOString() // versionDate: new Date('2023-12-10T12:00:00Z'), // 1.7.0 @@ -81,6 +81,7 @@ export const NewsItems: NewsItem[] = [ { text: <>Optimized voice input and performance }, { text: <>Latest Ollama and Oobabooga models }, { text: <>1.7.1: Improved Ollama chats }, + { text: <>1.7.2: Updated OpenRouter models }, ], }, {